Strategy ONE
Manually Configure the Modeling Service on a Linux Server
- Browse to the Modeling service installation directory at <INSTALL_PATH>/MicroStrategy/ModelingService.
-
Do one of the following:
-
Beginning in Strategy One (May 2025): Under the ./admin/ directory, locate and edit the
application.properties
file.Copyserver.port = <modeling_service_port_number>
-
Prior to Strategy One (May 2025): Under the ./admin/ directory, locate and edit the application.conf file.
Copyhttp.port = <modeling_service_port_number>
-
-
Restart the Modeling service using one of the following commands. The second option starts the Modeling service from console as an application, rather than a background job.
Copy./bin/modelservice.sh restart
Copy./bin/start.sh
- Navigate to http://localhost:<port_number>/model/application/health to check the status of the Modeling service.