Utility server Run Engine commands
Use the following Run Engine commands to configure the Utility server Docker container.
Description | Command |
---|---|
For development or authoring environment, set Search server name binding. | run set-search-server <search_host> <search_port>
|
For live environments, set Search server name binding for the Search repeater. | run set-search-server <search_host> <search_port> [search_repeater_host]
[search_repeater_port]
|
Set the connection to the Transaction server | run set-transaction-server <hostName> <securedPort>
|
Update database user and password credentials that are used to connect to the database. | run update-datasource-cred <jndi> <dbUser> <dbPass>
|
Update database name, database server host name, database server port credentials that are used to connect to the database. | run update-datasource-db <jndi>
<database> <dbHost> <dbPort>
<sslConnect>
|
Encrypt sensitive content on the Utility server with the merchant key. | run update-encrypted-merchantkey |
For authoring environments, add JAAS, JDBC provider, datasource connection information to connect to the live database. | run add-datasource <jndi>
<dbName> <dbType> <dbHost>
<dbPort> <dbUser> <dbPass>
<xa> <sslConnect>
|
Set SSL protocol for SSL setting. | run set-ssl-protocol <sslProtocol>
|