System Configuration
Configuring Cascade CMS to point to a Java installation
Overview
In order for Cascade CMS to use a particular Java installation, you'll need to make sure that the boot script is updated accordingly. Follow the instructions below that match your O/S (along with the method you use to start Cascade).
Linux/*nix
- Edit the cascade.sh file.
Update the
JRE_HOME
variable at the top of the script and point it to the new Java installation. Ex.:export JRE_HOME=/usr/java/jdk11.0.7
Windows (service)
- Open Windows Explorer.
- Navigate to tomcat/bin
within the Cascade CMS installation folder.
- Right-click the
cascadew.exe file and select Run as Administrator
- Click the Java tab.
- In the JVM field, browse to the jvm.dll
file within the new Java installation (Ex. path:
C:\Program Files\Java\jdk11.0.7\bin\server\jvm.dll)
- Click Apply/OK.
- Start/Restart the Cascade CMS service.
Windows (command line)
- Edit the cascade.bat file.
- Update the
JRE_HOME
variable at the top of the script and point it to the new Java installation. Ex.:set JRE_HOME=C:\Program Files\Java\jdk11.0.7