随笔分类 -  javaweb

java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet
摘要:解决此异常的方法是: 删除您添加在Referenced Libraries 下的catalina.jar包, 然后删除Webapp下的部署程序,重新部署后一切正常。 ? ? 网上另一个解决方法是: 在tomacat的context.xml里加上<Loader delegate="true" /> 阅读全文

posted @ 2017-06-06 10:08 deodara 阅读(395) 评论(0) 推荐(0)

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
摘要:问题描述:eclipse中建立一个动态网站项目,添加测试页index.jsp时出现错误:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 解决方法:Adding the tomca 阅读全文

posted @ 2016-08-30 10:15 deodara 阅读(219) 评论(0) 推荐(0)

java.lang.ClassCastException: oracle.sql.CLOB cannot be cast to oracle.sql.CLOB
摘要:错误现象: [framework] 2016-05-26 11:34:53,590 -INFO [http-bio-8080-exec-7] -1231863 -com.dhcc.base.db.DBLink - sql=select metadata from map_metadata_forma 阅读全文

posted @ 2016-05-26 14:16 deodara 阅读(2892) 评论(0) 推荐(0)

导航