Apache Tomcat Service not starting after a Java update
- Chris Speed
- Feb 23, 2017
- 1 min read
Execute the startup.bat from the following directory "C:\Program Files\Apache Software Foundation\Tomcat7.0\bin" in cmd window.
Solution: Configure the Java Virtual Machine for Apache Tomcat
On the server that hosts the the Apache Tomcat and MultiTerm Online installation, check if Apache Tomcat is configured to point to the correct version of Java.
Open Configure Apache Tomcat from the Start menu.
Click the Java tab.
In the Java Virtual Machine section, click Browse and go to the folder with your Java installation:
64-bit environment: C:\Program Files\Java\jre[Version]\bin\server
32-bit environment: C:\Program Files (x86)\Java\jre[Version]\bin\server
Select the jvm.dll file.
Click Apply and OK.
From the services console, start the Apache Tomcat service.
NOTE: Preferable check if the following services are running as these might be necessary to restart:
SDL Application Service
SDL Execution Service
SDL MultiTermMatrixCache Service
Comentarios