当前位置: 代码迷 >> Java Web开发 >> 初学JSP,请问一下
  详细解决方案

初学JSP,请问一下

热度:68   发布时间:2016-04-17 16:45:06.0
初学JSP,请教一下
Apache   Tomcat/4.0.1   -   HTTP   Status   500   -   Internal   Server   Error

message   Internal   Server   Error

description   The   server   encountered   an   internal   error   (Internal   Server   Error)   that   prevented   it   from   fulfilling   this   request.


exception  

javax.servlet.ServletException:   test/bbsuser


....
....


root   cause  

java.lang.NoClassDefFoundError:   test/bbsuser
....

自我感觉是类bbsuser的位置没放对
求助了

------解决方案--------------------
java.lang.NoClassDefFoundError: test/bbsuser
------解决方案--------------------
类的路径没有写对!去掉test在看看
代码迷推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.daimami.com/search?q=317
  相关解决方案