当前位置: 代码迷 >> Java Web开发 >> HTTP Status 404 - /jspdemo/Register.jsp,该怎么解决
  详细解决方案

HTTP Status 404 - /jspdemo/Register.jsp,该怎么解决

热度:8622   发布时间:2013-02-25 21:12:30.0
HTTP Status 404 - /jspdemo/Register.jsp
2009-7-29 11:17:36 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:\Program Files\MyEclipse-6.0M1\bin;C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin
2009-7-29 11:17:36 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2009-7-29 11:17:36 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 760 ms
2009-7-29 11:17:36 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2009-7-29 11:17:36 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.18
2009-7-29 11:17:38 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
2009-7-29 11:17:39 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
2009-7-29 11:17:39 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
2009-7-29 11:17:39 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Loading global messages from message
2009-7-29 11:17:40 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: No interceptor found for name = maximumSize
2009-7-29 11:17:40 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
2009-7-29 11:17:40 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Unable to locate configuration files of the name struts-plugin.xml, skipping
2009-7-29 11:17:40 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
2009-7-29 11:17:40 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
2009-7-29 11:17:41 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8080
2009-7-29 11:17:41 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2009-7-29 11:17:41 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/46 config=null
2009-7-29 11:17:41 org.apache.catalina.startup.Catalina start
信息: Server startup in 5596 ms

------解决方案--------------------------------------------------------
配置文件出错了, C:\Program Files\MyEclipse-6.0M1\bin;D:\apache-tomcat-6.0.18\bin 这些文件本来应该有的,但现在找不到了,你移植过你的项目吗?
缺少servlet的jar包,或是版本太低
  相关解决方案