Task 11: Starting or Restarting the Services
See Order Management Resource Allocation, if you want to use resource allocation for Order Management services.
- Procedure
-
To restart the configurator service, navigate to the
$OM_HOME/roles/configurator/stanalone/bin
directory and run the./start.sh
script. -
To restart the configurator-ui service, navigate to the
$OM_HOME/roles/configurator-ui/stanalone/bin
directory and run the./start.sh
script. -
To start the other services, navigate to the
$OM_HOME/roles/<servicename>/standalone/config
and update theapplication.properties
file for configuratorServiceUrl, the value is the IP or DNS name of the configurator service. -
Navigate to the
$OM_HOME/roles/<servicename>/standalone/bin/
directory and run the./start.sh
script.