Tomcat shuts down automatically

后端 未结 10 994
囚心锁ツ
囚心锁ツ 2020-12-14 09:43

I\'m using Apache and Tomcat on a Windows server and since this morning, Tomcat stops working without any logs. It doesn\'t hang, it just shut down.
There\'s no log in T

10条回答
  •  南笙
    南笙 (楼主)
    2020-12-14 10:10

    things to look for in debugging an issue like this:

    • Look at the logs directory ($TOMCAT_ROOT/logs) to make sure none of the log files have any stack traces
    • Look at the tomcat startup script to make check the location of the log files to see if the logs are not being written to another directory.
    • Another reason could be some other user/process could be issuing a kill -9 that could kill tomcat without giving it any chance to log errors.

提交回复
热议问题