top of page
< Back

Upgrading to Java 8

Applicable to Product(s)

Express Server

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:


  1. Open the Windows Services utility.

  2. Stop the LizardTech Express Server Tomcat Service and the LizardTech Express Server Admin Backend Service.

  3. Navigate to the Express Server Tomcat directory. By default, the Tomcat directory is in the following location:

C:/LizardTech/Express Server/ImageServer/Tomcat


  1. Open the conf/catalina.properties file in a text editor.

  2. Find the following line:

junit.jar,junit-*.jar,ant-launcher.jar


  1. Change the line to the following two lines:

  2. jar,junit-*.jar,ant-launcher.jar,\

jfxrt.jar,nashorn.jar


  1. Save the file.

  2. Open the Windows Services utility.

  3. Start the LizardTech Express Server Admin Backend Service and the LizardTech Express Server Tomcat Service.

bottom of page