在使用Tomcat时我看到,很少有日志文件,比如
commons-daemon.2015-11-16
tomcat7-stderr.2015-11-16
tomcat7-stdout.2015-11-16
为什么要创建这些文件?我的配置有问题吗? 我问这个问题,因为我遇到的问题就像我的tomcat停止响应并且需要在一周内重启一次。
在调试时,我遇到了这些文件并注意到了其中一个文件 名为'commons-daemon.2015-11-09'的名称低于内容,是否意味着 线程从第9开始,当我在16日停止它时再次将它写入同一个文件。
[2015-11-09 12:47:07] [info] [ 3264] Commons Daemon procrun (1.0.15.0 64-bit) started
[2015-11-09 12:47:07] [info] [ 3264] Running 'Tomcat7' Service...
[2015-11-09 12:47:07] [info] [ 3056] Starting service...
[2015-11-09 12:47:09] [info] [ 3056] Service started in 2106 ms.
[2015-11-16 10:19:18] [info] [ 3804] Stopping service...
[2015-11-16 10:24:19] [info] [ 3804] Service stop thread completed.
[2015-11-16 10:25:19] [info] [ 3264] Run service finished.
[2015-11-16 10:25:20] [info] [ 3264] Commons Daemon procrun finished
1. is it normal to have these files?