I did everything according to the instructions, set all the environment variables, but it still does not start. Here is what is displayed in cmd when trying to run:

C:\WINDOWS\system32>%CATALINA_HOME%\bin\startup.bat Using CATALINA_BASE: "D:\Tomcat" Using CATALINA_HOME: "D:\Tomcat" Using CATALINA_TMPDIR: "D:\Tomcat\temp" Using JRE_HOME: "C:\Program Files\Java\jre1.8.0_131" Using CLASSPATH: "D:\Tomcat\bin\bootstrap.jar;D:\Tomcat\bin\tomcat-juli.jar" C:\WINDOWS\system32> 

The window starts up the batch file and immediately disappears. At the address http://127.0.0.1:8080/ there is nothing. What could be the problem?

  • open the command line and run the startup script ( catalina.bat start ) from it - then you will see the result of the execution and the window will not close. if after that it is not clear why it does not work - add logs to the question. - Alex Chermenin
  • When it is launched, the same logs are displayed and the window still closes right away at catalina.bat and startup.bat - Tenday
  • add at the end of the pause batch file, then the window will not close - Alex Chermenin
  • It did not help, the only thing that has changed is that in the command line itself, at the end appears the inscription "To continue, press any key ..." - Tenday
  • Look if there are logs and what is in them - D: \ Tomcat \ logs \ catalina.out - mit

0