【2015.01.16】tomcat恢复小记

又一次碰到tomcat启动一会就自动关闭的问题 最终查阅帖子 得到一个帮助  “你要看Log”

打开自己的Tomcat/Logs 发现如下报错

 SEVERE: Error starting static Resources

java.lang.IllegalArgumentException: Document base E:\ranshao\fire does not exist or is not a readable directory


原来是config/server.xml里面 平时为了测试方便 把项目添加在这里 

               prefix="localhost_access_log." suffix=".txt"
               pattern="%h %l %u %t "%r" %s %b" />

ok 问题明确 自己把文件名字修改了... 改过来 ko

你可能感兴趣的:(2015.January)