Configuring and Verifying Installation
Configuring and verifying the installation deals with tasks like configuring the database and messaging, restarting the server, and verifying the installation.
Before running all the services, configure the properties from the following table in the
$OM_HOME/roles/<servicename>/standalone/config/application.properties
file.
Service | Element | Value |
---|---|---|
Configuration-service | server.port | 9096 |
aopd | server.port | 9094 |
configuration.service.protocol | HTTP | |
configuration.service.host | Localhost | |
configuration.service.port | 9096 | |
Authorization-service | server.port | 9091 |
configuration.service.protocol | HTTP | |
configuration.service.host | Localhost | |
configuration.service.port | 9096 | |
Catalog-services | server.port | 9092 |
configuration.service.protocol | HTTP | |
configuration.service.host | Localhost | |
configuration.service.port | 9096 | |
Data-service | server.port | 9095 |
configuration.service.protocol | HTTP | |
configuration.service.host | Localhost | |
configuration.service.port | 9096 | |
Orchestrator | server.port | 9093 |
server.protocol | HTTP | |
configuration.service.protocol | HTTP | |
configuration.service.host | Localhost | |
configuration.service.port | 9096 | |
Process component | processComponentMode | REST |
orchURL | Localhost:9093 | |
orchProtocol | HTTP | |
tenantId | TIBCO | |
server.port | 9089 | |
auth.service.protocol | HTTP | |
auth.service.host | Localhost | |
auth.service.port | 9091 | |
auth.service.path | /oauth/token | |
auth.service.username | Admin | |
auth.service.password | Admin | |
auth.service.order-management-client | Order-management-client | |
auth.service.order-management-secret | Order-management-secret | |
useAccessTokenFromProperty | False | |
Tmf-om-adapter service | server.port | 8181 |
configuration.service.protocol | HTTP | |
configuration.service.host | Localhost | |
configuration.service.port | 9096 |