-
Back up the <PPM_Home>/server.conf
file.
Caution: Because the backups you create contain sensitive information such as cryptographic keys and payload data, it is strongly recommended that you protect the backups themselves. Oracle Advanced Security provides transparent data encryption of data stored in the database, the encryption of disk-based backups of the database, and network encryption for data traveling across the network between the database and client or mid-tier applications. It also provides a suite of strong authentication services to Oracle Database.
To use Enterprise User Security in Oracle Database Enterprise Edition, you must license Oracle Internet Directory (OID). If you need to use stronger authentication alternatives for enterprise user security, you must license Oracle Advanced Security and the Oracle Internet Directory (OID). For more information, see the release notes for your Oracle software
-
Open the server.conf
file in a text editor.
-
Add com.kintana.core.server.EXTERNAL_WEB_PORT,
and set it to the port number in the workers.properties
file.
-
Change BASE_URL
to the base URL of the external Web server.
Note: If your external Web server or hardware load balancer uses Secure Sockets Layer (SSL), you must change the BASE_URL parameter value to https://<Web_Server>.
By default, the HTTPS runs on port 443 on the Web server. If you use a port other than 443, you must specify that port number in the BASE_URL (https://<Web_Server>:<Web_Server_Port>
).
-
Save and close the server.conf
file.
-
Run the kUpdateHtml.sh
script.
For more information about the BASE_URL
parameter, see PPM Configuration parameters. For more information about the kUpdateHtml.sh
script, see kUpdateHtml.sh.