MicroStrategy ONE
Manually Configure the Modeling Service on a Linux Server
- Browse to the Modeling service installation directory at <INSTALL_PATH>/MicroStrategy/ModelingService.
-
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.