Spring MVC Error loading WebappClassLoader解决方法
程序员文章站
2022-06-25 23:52:40
Spring MVC Error loading WebappClassLoader解决方法今天在Spring MVC初试的时候,突然给我来个了Error loading WebappClassLoader错误提示,这里简单分享下解决方法,需要的朋友可以参考下... 14-03-08...
今天在spring mvc初试的时候,突然给我来个了如下错误:
1.error information
console error information:
严重: error loading webappclassloader delegate: false repositories: /web-inf/classes/----------> parent classloader:org.apache.catalina.loader.standardclassloader@c2ff5 org.springframework.web.servlet.dispatcherservletjava.lang.classnotfoundexception: org.springframework.web.servlet.dispatcherservlet
http error information:
javax.servlet.servletexception: wrapper cannot find servlet class org.springframework.web.servlet.dispatcherservlet or a class it depends on...java.lang.classnotfoundexception: org.springframework.web.servlet.dispatcherservlet...
2.analysis & solution
之前jar包我是通过build path -> configure build path-> add external jars的方式添加的,程序编译,tomcat启动都很正常,没有错误。可是一访问jsp页面就报上述错误。
苦思不得其解,但看了错误信息说是找不到org.springframework.web.servlet.dispatcherservlet类,所以我就干脆将spring.jar,spring-webmvc.jar等jar包通通手工添加到/web-inf/lib目录下,并且将default output folder值改为projectname/webcontent/web-inf/classes
问题就得以解决了。
1.error information
console error information:
严重: error loading webappclassloader delegate: false repositories: /web-inf/classes/----------> parent classloader:org.apache.catalina.loader.standardclassloader@c2ff5 org.springframework.web.servlet.dispatcherservletjava.lang.classnotfoundexception: org.springframework.web.servlet.dispatcherservlet
http error information:
javax.servlet.servletexception: wrapper cannot find servlet class org.springframework.web.servlet.dispatcherservlet or a class it depends on...java.lang.classnotfoundexception: org.springframework.web.servlet.dispatcherservlet...
2.analysis & solution
之前jar包我是通过build path -> configure build path-> add external jars的方式添加的,程序编译,tomcat启动都很正常,没有错误。可是一访问jsp页面就报上述错误。
苦思不得其解,但看了错误信息说是找不到org.springframework.web.servlet.dispatcherservlet类,所以我就干脆将spring.jar,spring-webmvc.jar等jar包通通手工添加到/web-inf/lib目录下,并且将default output folder值改为projectname/webcontent/web-inf/classes
问题就得以解决了。
推荐阅读
-
error while loading shared libraries: libmysqlclient.so.18解决方法
-
安装ImageMagick出现error while loading shared libraries的解决方法
-
Spring MVC + JPA开发中遇到对象延迟加载,session关闭的情况解决方法 JPAMVCSpringBeanHibernate
-
EL表达式无法获取Spring MVC的Model封装好的数据解决方法
-
spring mvc controller不生效 除首页任意页面404 解决方法
-
Spring MVC Error loading WebappClassLoader解决方法
-
Eclipse启动Tomcat时报Error loading WebappClassLoader错误的解决方法
-
安装ImageMagick出现error while loading shared libraries的解决方法,sharedlibraries_PHP教程
-
安装ImageMagick出现error while loading shared libraries的解决方法
-
error creating bean with name sqlSessionFactory defined in class path resource spring/spring-mvc