Products affected:
Express Server 9 through Express Server 9.0.5
Summary of problem:
Older versions of Express Server 9 do not support Java 8. If you upgrade to Java 8, the Express Server Manager and ExpressZip web applications may not appear.
Solution:
Upgrade to a more recent version of Express Server to fix this issue. Alternatively, complete the following steps to fix the issue without upgrading:
- Open the Windows Services utility.
- Stop the LizardTech Express Server Tomcat Service and the LizardTech Express Server Admin Backend Service.
- Navigate to the Express Server Tomcat directory. By default, the Tomcat directory is in the following location:
C:/LizardTech/Express Server/ImageServer/Tomcat
- Open the conf/catalina.properties file in a text editor.
- Find the following line:
junit.jar,junit-*.jar,ant-launcher.jar
- Change the line to the following two lines:
- jar,junit-*.jar,ant-launcher.jar,\
jfxrt.jar,nashorn.jar
- Save the file.
- Open the Windows Services utility.
- Start the LizardTech Express Server Admin Backend Service and the LizardTech Express Server Tomcat Service.