How-To Java JDK Upgrade in CA Access Gateway (SPS)
book
Article ID: 36535
calendar_today
Updated On:
Products
CA Single Sign On Secure Proxy Server (SiteMinder)
CA Single Sign On SOA Security Manager (SiteMinder)
CA Single Sign-On
SITEMINDER
Issue/Introduction
How to upgrade the Java JDK on CA Access Gateway (SPS) installation?
Environment
Windows,Linux
Resolution
Follow these steps to tell the SPS to use the new versions.
Windows
- Edit the SmSpsProxyEngine.properties found in \CA\secure-proxy\proxy-engine\conf\;
- Look for NETE_SPS_JAVA_HOME and change the path as needed:
**e.g. NETE_SPS_JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_43 -> change to: NETE_SPS_JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_523
- Restart the Secure Proxy Server and Proxy Engine for the changes to take effect;
Linux
- Edit the proxyserver.sh found in \CA\secure-proxy\proxy-engine\;
- Under Environment Setup - Look for JAVA_HOME and change the path as needed:
Ex: JAVA_HOME=/opt/jdk1.7.0_75 change to JAVA_HOME=/opt/jdk1.7.0_80
- Restart the CA Access Gateway (SPS) for the changes to take effect;
Feedback
thumb_up
Yes
thumb_down
No