在web.xml中加入spring 的 listener启动语句
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
在eclipse中启动tomcat老是错误:
严重: Error listenerStart
2006-9-14 17:18:35 org.apache.catalina.core.StandardContext start
严重: Context [/springside] startup failed due to previous errors
2006-9-14 17:18:35 org.apache.coyote.http11.Http11AprProtocol start
有时也会多了一条错误:skipped install application。。。
就这个错误,高了三天,google也找不到解决办法
最后把tomcat从D:/Program Files/Apache Software Foundation/jakarta-tomcat-5.0.28换到到F:/jakarta-tomcat-5.0.28
结果everything is OK!