Tomcat启动时出现了如下问题:
console输出了下列信息:
严重: Error filterStart
严重: Context startup failed due to previous errors
-----------------------------------------------------
日志信息如下:
2008-04-11 19:27:03 StandardContext[/jsp-examples]ContextListener: contextInitialized()
2008-04-11 19:27:03 StandardContext[/jsp-examples]SessionListener: contextInitialized()
2008-04-11 19:27:03 StandardContext[/servlets-examples]ContextListener: contextInitialized()
2008-04-11 19:27:03 StandardContext[/servlets-examples]SessionListener: contextInitialized()
------------------------------------------------------
此时要注意日志的信息了:[/jsp-examples]是重点,
解决问题的方法是把 tomcat\webapps 下的内容清空即可.
console输出了下列信息:
严重: Error filterStart
严重: Context startup failed due to previous errors
-----------------------------------------------------
日志信息如下:
2008-04-11 19:27:03 StandardContext[/jsp-examples]ContextListener: contextInitialized()
2008-04-11 19:27:03 StandardContext[/jsp-examples]SessionListener: contextInitialized()
2008-04-11 19:27:03 StandardContext[/servlets-examples]ContextListener: contextInitialized()
2008-04-11 19:27:03 StandardContext[/servlets-examples]SessionListener: contextInitialized()
------------------------------------------------------
此时要注意日志的信息了:[/jsp-examples]是重点,
解决问题的方法是把 tomcat\webapps 下的内容清空即可.
本文记录了一次Tomcat启动时遇到的问题及解决方法。主要表现为控制台输出严重错误信息,涉及filterStart和Context启动失败。通过清空tomcatwebapps文件夹解决了问题。
220

被折叠的 条评论
为什么被折叠?



