Task 8: Configuring and Starting Configurator UI
- Procedure
-
Before starting the Configurator UI, configure the application properties from the following table in the
$OM_HOME/roles/configurator-ui/standalone/config/application.properties
file.Category Element Default Value General server.port 9104 configuratorServiceUrl http://localhost:9090 configuratorServiceRetryCount 5 configuratorServiceRetryDuration 5 configuratorTrustStoreAbsoluteFilePath C:/Users/cacert configuratorTrustStorePassword tibco123 configuratorTrustStoreType jks authorizationServiceTokenEndPoint http://localhost:9091 authServiceApiKey auth authServiceApiId auth authServiceRetryDuration 3 authServiceRetryCount 5 authServiceTrustStoreAbsoluteFilePath cacerts authServiceTrustStorePassword changeit authServiceTrustStoreType pkcs12 Actuator Properties management.endpoints.web.exposure.include Health User name mapping userNameMapping user_name,upn - Start the configurator UI service by running the
start.sh
script from$OM_HOME/roles/configurator-ui/standalone/bin
location.