日历

2008 7.9 Wed
  12345
6789101112
13141516171819
20212223242526
2728293031  
«» 2008 - 7 «»

文章搜索

日志文章

2008年03月15日 11:12:54

启动tomcat时的错误

错误代码:
严重: Skipped installing application listeners due to previous error(s)2008-3-15 10:37:44 org.apache.catalina.core.StandardContext start严重: Error listenerStart2008-3-15 10:37:44 org.apache.catalina.core.StandardContext start严重: Context startup failed due to previous errors2008-3-15 10:37:44 org.apache.catalina.core.StandardHost getDeployer

原因:
这个问题产生的原因,是和工程中的一个配置文件有一定关联,在tomcat的conf\Catalina\localhost
文件夹下有我的一个系统的配置文件,文件中的内容指向我的E盘,而我的工程却是放置在F盘,这样就导致在tomcat启动的时候,无法加载我的工程并启动我的工程,所以报出如下错误,如果你也有类似错误,请检查你的localhost文件夹下你的工程的配置文件是否正确!

Tags: tomcat  

类别: 基础知识 |  评论(0) |  浏览(2827) |  收藏
发表评论