i have installed apache tomcat 8.5 one month ago with java 1.8 on Windows Server 2008 and it works ok. now the service is stopped and i\'m not able to restart it from apache con
Set JavaHome in the ....\bin\catalina.bat config file Open the file with text editor e.g Notepad++
Example: set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144
Follow the link for more information
http://www.tech-recipes.com/rx/38517/how-to-set-the-java_home-enviroment-variable-in-tomcat/