Task 7: Configuring and Starting Configurator UI

    Procedure
  1. Before starting the Configurator UI, configure the application properties from the following table in $OPE_HOME/roles/configurator-ui/standalone/config/application.properties file. To update the properties, you can refer to the sample file present under $OPE_HOME/samples/configurator-ui directory for Oracle and PostgreSQL as per your requirement. The default values are set for PostgreSQL.

    CategoryElement Default Value
    General server.port 9104
    configuratorServiceUrlhttp://localhost:9090
    configuratorServiceRetryCount 5
    configuratorServiceRetryDuration5
    configuratorTrustStoreAbsoluteFilePathC:/Users/cacert
    configuratorTrustStorePasswordtibco123
    configuratorTrustStoreType=jks security.keyENC(nSa0k6lmjPPN8ZA5SO6BpQ==)
    authentication.token.signing.keyENC(nSa0k6lmjPPN8ZA5SO6BpQ==)
    authorizationServiceTokenEndPointhttp://localhost:9091
    authorization.client.idorder-management-client
    authorization.client.secretENC(ggsmFvh5HBbeSD1j+l5Y0rP4qv0rJvEm)
    Actuator Propertiesmanagement.endpoints.web.exposure.includehealth

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