上一页 1 ··· 5 6 7 8 9 10 下一页
  2013年5月12日
摘要: 2013-5-9 15:53:09 org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet default threw exceptioncom.opensymphony.xwork2.inject.DependencyException: com.opensymphony.xwork2.inject.ContainerImpl$MissingDependencyException: No mapping found for dependency [type=com.opensy 阅读全文
posted @ 2013-05-12 16:38 筱筱清流水 阅读(510) 评论(0) 推荐(0) 编辑
  2013年5月10日
摘要: eclipse中Tomcat 启动时报错:...Server Tomcat v6.0 Server at localhost was unable to stat within 45 seconds,If the server requires more time, try increasing the timeout in the server editor....原因: tomcat配置限定了部署的时间,当工程比较大时会出问题解决方案:找到workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件<se 阅读全文
posted @ 2013-05-10 12:38 筱筱清流水 阅读(197) 评论(0) 推荐(0) 编辑
摘要: Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules原因:tomcat 6最高支持的servlet版本是2.5,而有些eclipse生成的是3.0版本的配置信息处理方法: 1 在项目根目录下的setting文件夹中找到org.eclipse.wst.common.project.facet.core.xml,里面的内容如下: 2 3 <?xml version="1.0" encoding="UTF-8"?> 4 <faceted-p 阅读全文
posted @ 2013-05-10 11:28 筱筱清流水 阅读(179) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页