A. Policy Server JDK upgrade, follow the below steps:
- Stop the Policy Server;
- Change the SYSTEM environment variable NETE_JRE_ROOT to the new path where the new JDK version is installed, by replacing the old location;
- Change the SYSTEM environment variable NETE_JAVA_PATH to the new path where the new JDK version is installed, by replacing the old location;
- Start the Policy Server; (better to reboot the machine to load all system varible fresh)
B. CA Access Gateway (SPS) JDK upgrade, follow the below steps:
- Stop the CA Access Gateway (SPS);
- Modify environment variables:
On Windows:
Modify NETE_SPS_JAVA_HOME=<location of new JDK path>, by replacing the old location in the file SmSpsProxyEngine.properties;
On Linux:
Modify SPS_JAVA_HOME=<location of new JDK path>, by replacing the old location in the file ca_sps_env.sh;
- Start the CA Access Gateway (SPS);