2010-11-12 9:19:35 org.apache.catalina.core.AprLifecycleListener init
信息: An older version 1.1.8 of the Apache Tomcat Native library is installed, while Tomcat recommends version greater then 1.1.10
2010-11-12 9:19:35 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded Apache Tomcat Native library 1.1.8.
2010-11-12 9:19:35 org.apache.catalina.core.AprLifecycleListener init
信息: APR capabilities: IPv6 [false], sendfile [true], accept filters [false], random [true].
2010-11-12 9:19:36 org.apache.coyote.http11.Http11AprProtocol init
信息: Initializing Coyote HTTP/1.1 on http-80
2010-11-12 9:19:36 org.apache.coyote.ajp.AjpAprProtocol init
信息: Initializing Coyote AJP/1.3 on ajp-8009
2010-11-12 9:19:36 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 662 ms
2010-11-12 9:19:36 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2010-11-12 9:19:36 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.13
2010-11-12 9:19:38 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@1233bdc)
   LogAbandoned: false
   RemoveAbandoned: true
   RemoveAbandonedTimeout: 60
AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@d0843b)
   LogAbandoned: false
   RemoveAbandoned: true
   RemoveAbandonedTimeout: 60
AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@1709c5c)
   LogAbandoned: false
   RemoveAbandoned: true
   RemoveAbandonedTimeout: 60
log4j:WARN No appenders could be found for logger (com.opensymphony.xwork2.config.providers.XmlConfigurationProvider).
log4j:WARN Please initialize the log4j system properly.
::init - log4j successfully configured.
2010-11-12 9:20:53 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'remoting'
Report System initing......
Report System initialized......
2010-11-12 9:20:54 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive dwr.war
log4j:WARN No appenders could be found for logger (org.directwebremoting.util.Logger).
log4j:WARN Please initialize the log4j system properly.
2010-11-12 9:20:56 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
2010-11-12 9:20:56 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextInitialized()
2010-11-12 9:20:56 org.apache.coyote.http11.Http11AprProtocol start
信息: Starting Coyote HTTP/1.1 on http-80
2010-11-12 9:20:56 org.apache.coyote.ajp.AjpAprProtocol start
信息: Starting Coyote AJP/1.3 on ajp-8009
2010-11-12 9:20:56 org.apache.catalina.startup.Catalina start
信息: Server startup in 80157 mstomcat 的server.xml我改过,端口是80,但是无论如何都进不了欢迎页面,始终报404,请各位高手帮忙看看

解决方案 »

  1.   

    一个旧版本的Apache Tomcat 1.1.8安装本地库,而Tomcat的建议版本大于1.1.10这就是你的错误,要多看控制台的信息
      

  2.   

    看错误似乎是版本问题你机器上的Apache Tomcat Native library 1.1.8但服务器要求1.1.10以后的版本你更新下试试
      

  3.   

    访问路径不对  看看tomcat配置  端口   和你写的 地址栏的一样吗
      

  4.   

    不是版本的问题,我刚刚看了我同事启动tomcat的时候,也是一样有版本那个信息,但是他的可以进去我写的地址栏和配置的端口是一致的
      

  5.   

    你新建个web project,配置完毕后看看能不能看到index.jsp;
    不能的话就是你Tomcat配置错误。
      

  6.   

    TOMCAT的管理界面能近吗?把你的配置情信息贴来看看吧
      

  7.   

    新建了web project 确实进不了,看来是tomcat 配置的问题,配置tomcat 除了配置server.xml,还有其他地方需要配么?
      

  8.   

    你的Tomcat配置好了没有哈!还有就是你发布项目了没有!你最好到你Tomcat安装目录的webapp中查看下
      

  9.   

    终于找到问题了,确实是输入路径的问题,输入的路径和tomcat配置的路径不一致,之前一直访问的那个路径无论如何进不去,看了下server.xml里面的Context path,然后输入这个路径,就进去了,谢谢各位的耐心解答,谢谢