Task 8: Configuring and Starting Configurator UI

    Procedure
  1. 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.

    CategoryElement Default Value
    General server.port 9104
    configuratorServiceUrlhttp://localhost:9090
    configuratorServiceRetryCount 5
    configuratorServiceRetryDuration5
    configuratorTrustStoreAbsoluteFilePathC:/Users/cacert
    configuratorTrustStorePasswordtibco123
    configuratorTrustStoreTypejks
    authorizationServiceTokenEndPointhttp://localhost:9091
    authServiceApiKey auth
    authServiceApiIdauth
    authServiceRetryDuration3
    authServiceRetryCount5
    authServiceTrustStoreAbsoluteFilePathcacerts
    authServiceTrustStorePasswordchangeit
    authServiceTrustStoreTypepkcs12
    Actuator Propertiesmanagement.endpoints.web.exposure.includeHealth
    User name mappinguserNameMappinguser_name,upn

  2. Start the configurator UI service by running the start.sh script from $OM_HOME/roles/configurator-ui/standalone/bin location.