Replacing a Java Installation on an RMS Server
On rare occasion it is necessary to replace the Java installation utilized by Tomcat. Here is the process:
- Stop the Apache Tomcat service
- Install the replacement Java (optional: Remove previous installation at this time.)
- Open the Apache Tomcat configuration program
- Right-click on the Tomcat icon in the notifications bar and click on "Configure…"
- or, the "Configure Tomcat" shortcut may be available in the Windows start menu...
- or, run C:\Program Files\Apache Software Foundation\Tomcat X.0\bin\TomcatXw.exe
- Click on the Java tab at the top
- Click on the ellipsis button (...) located to the right of the “Java Virtual Machine:" path entry
- Browse to the jvm.dll file of the new Java installation
- Select the jvm.dll file and click Open
- Click Apply at the bottom of the Java configuration window
- Start the Tomcat service
- Allow Tomcat a couple minutes to start up the RMS service
- Confirm RMS is running by navigating to the RMS web page (i.e. http://<server(:port)>/rms)
- Important additional step, confirm/change JAVA_HOME in system environment variables
- This step will ensure the RMS configuration will open as it verifies the Java installation
- Click the Windows icon/key and begin typing "environment"
- Start "Edit the system environment variables"
- Click on the "Environment Variables..." button
- Locate JAVA_HOME and confirm the path points to the new Java folder
- Change the path if incorrect