Applies to:
Update IBM®
WebSphere® Liberty with the database server
connection information.
Procedure
-
Log on to the application server.
-
Stop the application servers.
-
Open the following file in a text editor: <OP_HOME>/wlp-usr/servers/<server_name>Server<#>/bootstrap.properties
Where <server_name> is the name of the application server.
-
Update the database server connection information.
op.db2.databaseName=<db_name>
op.db2.portNumber=<db_port>
op.jdbc.host=<host_name>
-
<host_name> is the name of the database server, such as
eng11.
-
<db_port> is the database port number, such as
50000.
-
<db_name> is the name of the OpenPages database, for example
OP.
-
Save your changes.
-
Repeat these steps on each horizontal application server.
-
Restart the application servers.