Configuring and Verifying Installation
After installation and post-installation tasks, a set of steps are supposed to be performed to ensure successful installation of TIBCO Order Management - Low Latency. Configuring and verifying installation deals with tasks like configuring the database and messaging, restarting the server, and verifying the installation.
Before running all the services, you have to configure the properties from the following table in
$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 |
Copyright © Cloud Software Group, Inc. All rights reserved.