本帖最后由 wwf06802136 于 2009-09-30 11:45:09 编辑

解决方案 »

  1.   

    现在停留在2009-9-30 11:39:15 org.apache.catalina.core.AprLifecycleListener init
    信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\jdk1.6.0_16\bin;C:\tomcat6\bin
    2009-9-30 11:39:16 org.apache.coyote.http11.Http11Protocol init
    信息: Initializing Coyote HTTP/1.1 on http-8888
    2009-9-30 11:39:16 org.apache.catalina.startup.Catalina load
    信息: Initialization processed in 702 ms
    2009-9-30 11:39:16 org.apache.catalina.core.StandardService start
    信息: Starting service Catalina
    2009-9-30 11:39:16 org.apache.catalina.core.StandardEngine start
    信息: Starting Servlet Engine: Apache Tomcat/6.0.20
    2009-9-30 11:39:20 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
    信息: Parsing configuration file [struts-default.xml]
    2009-9-30 11:39:21 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
    信息: Parsing configuration file [struts-plugin.xml]
    2009-9-30 11:39:21 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
    信息: Parsing configuration file [struts.xml]
    就进去刚才的调试界面
      

  2.   

    调试后可以启动,请问为什么要进去调试界面,该如何设置!
    2009-9-30 11:39:15 org.apache.catalina.core.AprLifecycleListener init
    信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\jdk1.6.0_16\bin;C:\tomcat6\bin
    2009-9-30 11:39:16 org.apache.coyote.http11.Http11Protocol init
    信息: Initializing Coyote HTTP/1.1 on http-8888
    2009-9-30 11:39:16 org.apache.catalina.startup.Catalina load
    信息: Initialization processed in 702 ms
    2009-9-30 11:39:16 org.apache.catalina.core.StandardService start
    信息: Starting service Catalina
    2009-9-30 11:39:16 org.apache.catalina.core.StandardEngine start
    信息: Starting Servlet Engine: Apache Tomcat/6.0.20
    2009-9-30 11:39:20 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
    信息: Parsing configuration file [struts-default.xml]
    2009-9-30 11:39:21 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
    信息: Parsing configuration file [struts-plugin.xml]
    2009-9-30 11:39:21 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
    信息: Parsing configuration file [struts.xml]
    2009-9-30 11:46:50 com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory <clinit>
    信息: Setting DefaultObjectTypeDeterminer as default ...
    2009-9-30 11:46:51 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
    信息: Parsing configuration file [struts-default.xml]
    2009-9-30 11:46:51 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
    信息: Parsing configuration file [struts-plugin.xml]
    2009-9-30 11:46:51 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
    信息: Parsing configuration file [struts.xml]
    2009-9-30 11:46:51 org.apache.struts2.config.Settings getLocale
    警告: Settings: Could not parse struts.locale setting, substituting default VM locale
    2009-9-30 11:47:32 com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory <clinit>
    信息: Setting DefaultObjectTypeDeterminer as default ...
    2009-9-30 11:47:34 org.apache.coyote.http11.Http11Protocol start
    信息: Starting Coyote HTTP/1.1 on http-8888
    2009-9-30 11:47:34 org.apache.jk.common.ChannelSocket init
    信息: JK: ajp13 listening on /0.0.0.0:8009
    2009-9-30 11:47:34 org.apache.jk.server.JkMain start
    信息: Jk running ID=0 time=0/141  config=null
    2009-9-30 11:47:34 org.apache.catalina.startup.Catalina start
    信息: Server startup in 498380 ms
      

  3.   

    是不是tomcat是以调试模式启动的哦
    如果用的是myeclipse
    在服务器配置里
    tomcat n.X中
    有个launch  选择run mode试试
      

  4.   

    谢谢楼上的,问题解决了,但是想请问下这个警告启动tomcat警告怎么弄警告: Settings: Could not parse struts.locale setting, substituting default VM locale