MicroStrategy ONE

Manually Configure the Modeling Service on a Linux Server

  1. Browse to the Modeling service installation directory at <INSTALL_PATH>/MicroStrategy/ModelingService.
  2. Under the ./admin/ directory, locate and edit the application.conf file.

    Copy
    http.port = <modeling_service_port_number>
  3. 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
  4. Navigate to http://localhost:<port_number>/model/application/health to check the status of the Modeling service.