Task 7: Configuring and Starting the Configurator Service

    Procedure
  1. Before starting the Configurator service, configure the application properties from the following table in the $OM_HOME/roles/configurator/standalone/config/application.properties file. The default values are set for PostgreSQL.

    CategoryElement Default Value  
    General server.port 9090  
    security.keyENC(nSa0k6lmjPPN8ZA5SO6BpQ==) 
    PluggableCacheRelational 
    configuratorAccessRolesROLE_ADMIN 
    Relational Database Connection PropertiesadminDsUrljdbc:postgresql://localhost:5432/admindbll?currentSchema=adminschemall_v2 
    adminDsUsernameAdminuserll  
    adminDsPasswordENC(O4UrXXgTEmyecFyHLo+Ivw==) 
    adminDsHibernateDefaultsfalse 
    datasourceDriverClassNameorg.postgresql.Driver 
    hibernateDialectorg.hibernate.dialect.PostgreSQLDialect  

    adminDsHibernateShowSql

    False 
    adminDsInitialSize=10  

    adminDsMaxWait

    30000  

    adminDsMaxActive

    100  
    adminDsMaxIdle100 

    adminDsMinIdle

    10  

    datasourceValidationQuery

    SELECT 1 
    adminDsTestOnBorrowTrue  
    adminDsValidationInterval5000 
    adminDsTestWhileIdletrue  
    adminDsTimeBetweenEvictionRunsMillis5000  
    adminDsMinEvictableIdleTimeMillis5000  
    adminDsNumTestsPerEvictionRun5  
    adminDsDefaultAutoCommitfalse  
    adminDsRollbackOnReturnfalse  
    adminDsCommitOnReturnfalse 
    Actuator Endpoints Propertiesmanagement.endpoints.web.exposure.includeHealth, refresh, loggers 
    management.endpoint.health.show-detailsALWAYS 
    Notification PropertiesnotificationChannelapp_properties_events  
    listenIntervalInMillis1000  
    purgeNotificationIntervalInMinutes15  
    purgeNotificationStartDelayInMinutes15  
    purgeNotificationOffsetInMinutes5 
    Host Header Filter PropertieshostHeaderSecurityFlagfalse 
    trustedDomainlocalhost 

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