Documentation Bug: Agile Product Lifecycle Management Security Guide Release 9.3.3 - Agile PLM Application SSL Configuration
(Doc ID 2102576.1)
Last updated on JUNE 13, 2023
Applies to:
Oracle Agile PLM Framework - Version 9.3.3.0 and laterInformation in this document applies to any platform.
Goal
The below documentation explains how to make the modification in the WebLogic cache,
but they will be overwritten once the below WebLogic server cache directory is deleted and WebLogic being restarted.
<AgileHomePath>\agileDomain\servers\<servername-AgileServer>
Agile Product Lifecycle Management Security Guide Release 9.3.3
URL : http://docs.oracle.com/cd/E50306_27/otn/pdf/install/html_agaai/output/appendix_b.htm#sthref49
Below is the actual sentence.
Agile PLM Application SSL Configuration
Modify the following configuration files:
1. jndiurl.properties
Path: <AgileHomePath>\agileDomain\servers\<AgileServer>\tmp\_WL_user\AgilePLM\<RandomName>\APP-INF\classes
server1=t3s://<AgileApplicationServerName>:7002
2. agile.properties
Path:<AgileHomePath>\agileDomain\servers\<AgileServer>\tmp\_WL_user\AgilePLM\<RandomName>\APP-INF\classes
<AgileHomePath>\agileDomain\config
##### Common Web Security Settings ###########
# Specify whether to use the Secure flag to protect sensitive cookies
WebSecurity.ForceSecureCookies = true
3. ext.jnlp
Path: <AgileHomePath>\agileDomain\servers\<AgileServer>\tmp\_WL_user\AgilePLM\<RandomName>\JavaClient.war\wls
<jnlp spec="1.0+" codebase="https://<AgileApplicationServerName>:7002/JavaClient">
4. pcclient.jnlp
Path: <AgileHomePath>\agileDomain\servers\<AgileServer>\tmp\_WL_user\AgilePLM\<RandomName>\JavaClient.war\
<jnlp spec="1.0+" codebase="https://<AgileApplicationServerName>:7002/JavaClient">
<argument>serverURL=t3s://<AgileApplicationServerName>:7002</argument>
Once you have completed modifying the configuration files, restart the application server to make the settings effective.
Modify the following configuration files:
1. jndiurl.properties
Path: <AgileHomePath>\agileDomain\servers\<AgileServer>\tmp\_WL_user\AgilePLM\<RandomName>\APP-INF\classes
server1=t3s://<AgileApplicationServerName>:7002
2. agile.properties
Path:<AgileHomePath>\agileDomain\servers\<AgileServer>\tmp\_WL_user\AgilePLM\<RandomName>\APP-INF\classes
<AgileHomePath>\agileDomain\config
##### Common Web Security Settings ###########
# Specify whether to use the Secure flag to protect sensitive cookies
WebSecurity.ForceSecureCookies = true
3. ext.jnlp
Path: <AgileHomePath>\agileDomain\servers\<AgileServer>\tmp\_WL_user\AgilePLM\<RandomName>\JavaClient.war\wls
<jnlp spec="1.0+" codebase="https://<AgileApplicationServerName>:7002/JavaClient">
4. pcclient.jnlp
Path: <AgileHomePath>\agileDomain\servers\<AgileServer>\tmp\_WL_user\AgilePLM\<RandomName>\JavaClient.war\
<jnlp spec="1.0+" codebase="https://<AgileApplicationServerName>:7002/JavaClient">
<argument>serverURL=t3s://<AgileApplicationServerName>:7002</argument>
Once you have completed modifying the configuration files, restart the application server to make the settings effective.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |