Task 7: Configuring and Starting the Configurator Service
- Procedure
-
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.Category Element Default Value General server.port 9090 security.key ENC(nSa0k6lmjPPN8ZA5SO6BpQ==) PluggableCache Relational configuratorAccessRoles ROLE_ADMIN Relational Database Connection Properties adminDsUrl jdbc:postgresql://localhost:5432/admindbll?currentSchema=adminschemall_v2 adminDsUsername Adminuserll adminDsPassword ENC(O4UrXXgTEmyecFyHLo+Ivw==) adminDsHibernateDefaults false datasourceDriverClassName org.postgresql.Driver hibernateDialect org.hibernate.dialect.PostgreSQLDialect adminDsHibernateShowSql
False adminDsInitialSize= 10 adminDsMaxWait
30000 adminDsMaxActive
100 adminDsMaxIdle 100 adminDsMinIdle
10 datasourceValidationQuery
SELECT 1 adminDsTestOnBorrow True adminDsValidationInterval 5000 adminDsTestWhileIdle true adminDsTimeBetweenEvictionRunsMillis 5000 adminDsMinEvictableIdleTimeMillis 5000 adminDsNumTestsPerEvictionRun 5 adminDsDefaultAutoCommit false adminDsRollbackOnReturn false adminDsCommitOnReturn false Actuator Endpoints Properties management.endpoints.web.exposure.include Health, refresh, loggers management.endpoint.health.show-details ALWAYS Notification Properties notificationChannel app_properties_events listenIntervalInMillis 1000 purgeNotificationIntervalInMinutes 15 purgeNotificationStartDelayInMinutes 15 purgeNotificationOffsetInMinutes 5 Host Header Filter Properties hostHeaderSecurityFlag false trustedDomain localhost - Start the configurator service by running the
start.sh
script from$OM_HOME/roles/configurator/standalone/bin
location.