tomcat 5     ,项目发布启动均未报错,tomcat和工程的log 无任何信息,
   jar 包,路径等等相关的查看了无数次,未发现有问题,登陆却报404错误只有如下信息:
   
2010-12-7 11:35:17 org.apache.catalina.core.StandardContext start
严重: Error listenerStart
2010-12-7 11:35:17 org.apache.catalina.core.StandardContext start
严重: Context [/CSPSWeb] startup failed due to previous errors
2010-12-7 11:35:18 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
   
    

解决方案 »

  1.   

    项目右键-->Build Path-->Configure Build Path-->Java Build Path-->Libraries-->Edit Library --> Alternate JRE:-->选择已经安装的JRE,没有的话先点右边Installed JREs按钮添加如(D:\Java\jdk1.6.0_02)Select JRE for the project build path.
      

  2.   

    项目右键-->Build Path-->Configure Build Path-->Java Build Path-->Libraries-->Edit Library --> Alternate JRE:-->选择已经安装的JRE,没有的话先点右边Installed JREs按钮添加如(D:\Java\jdk1.6.0_02)Select JRE for the project build path.还是一样,问题没解决
      

  3.   

    Context [/CSPSWeb]这个虚拟目录是怎么配置的?把配置文件贴出来 
      

  4.   

    换个tomcat试试,我的今天也崩溃了一个,又换了个又好了哈
      

  5.   

    注意这句:2010-12-7 11:35:17 org.apache.catalina.core.StandardContext start
    严重: Error listenerStart 检查一下你的Spring等的配置文件呢
      

  6.   

    经过tomcat  ,myeclipse  的无数次重启,  居然就这样莫名其妙的好了,其他地方也没动,配置文件也没错