tomcat报错:Wrapper cannot find servlet class ...
Posted 探知亦者
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat报错:Wrapper cannot find servlet class ...相关的知识,希望对你有一定的参考价值。
tomcat发布工程时,在浏览器输入正确的地址,遇到如下问题:
HTTP Status 500 -
javax.servlet.ServletException: Wrapper cannot find servlet class xxx or a class it depends on
....
....
java.lang.ClassNotFoundException: xxx
....
...
问题分析:
web.xml文件中<servle-mapping>和<servlet-class>内容是否配置错误,
1.两者name是否一致 2.配置的class是否存在 3.servlet类是否未通过编译,以至于无法找到servlet类;
方法:查看工程的class目录下对应servlet类的class文件,看是否已经编译存在。
通常会出现不存在编译的class文件。
解决方案:
eclipse开启Project->Bulid Automatically,再重新部署发布,若无其他错误,通过编译后,则可以正常运行。
以上是关于tomcat报错:Wrapper cannot find servlet class ...的主要内容,如果未能解决你的问题,请参考以下文章
typeError: cannot read property '_wrapper' of undefined
tomcat 启动报错 Cannot allocate memory
myeclipse启动tomcat报错cannot find a free socket for debugger
docker运行tomcat报错Cannot find /usr/local/tomcat/bin/setclasspath.sh
docker运行tomcat报错Cannot find /usr/local/tomcat/bin/setclasspath.sh
linux系统中启动tomcat报错Cannot find /root/tomcat/bin/setclasspath.sh