为了账号安全,请及时绑定邮箱和手机立即绑定

我和老师做的时候出现这个问题。请大家帮忙解决一下。

我和老师做的时候出现这个问题。请大家帮忙解决一下。

墨眉锋 2016-03-21 16:00:14
严重: Servlet.service() for servlet [jsp] in context with path [/StudentManage] threw exception [Unable to compile class for JSP] with root cause
查看完整描述

4 回答

?
墨眉锋

TA贡献1条经验 获得超0个赞

//img1.sycdn.imooc.com//56f09ed50001b15613660746.jpg//img1.sycdn.imooc.com//56f0a08a00017d5c13660746.jpg

这是目录结构,xml和servlet

查看完整回答
反对 回复 2016-03-22
?
Max_Dragon

TA贡献1条经验 获得超0个赞

空指针问题,具体得看代码

查看完整回答
反对 回复 2016-03-21
?
蟴_文卟起来

TA贡献2条经验 获得超0个赞

报的是空指针异常,然后是500错误,一般是类名或者方法写错。比如servlet类有没有继承HttpServlet啊,servlet类里面方法体有没有写错啊,在配置xml时候,里面配置文件路径等写错了没……

查看完整回答
反对 回复 2016-03-21
  • 墨眉锋
    墨眉锋
    <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1"> <display-name>StudentManage</display-name> <filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class> </filter> <filter-mapping> <filter-name>struts2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> </web-app> 这是这个xml。
?
一曝十寒

TA贡献13条经验 获得超2个赞

我想了解的前提:

是如何运行的以及配置web.xml文件,还有目录包结构特别是WEB-INF下的

查看完整回答
反对 回复 2016-03-21
  • 一曝十寒
    一曝十寒
    目测是访问路径出错。
  • 墨眉锋
    墨眉锋
    访问路径就是这个吧 http://localhost:8080/StudentManage
  • 墨眉锋
    墨眉锋
    目录结构是通铺web项目的目录结构,添加JAR包是按照老师的方法。用的页面也是老师的那个jsp
点击展开后面6
  • 4 回答
  • 0 关注
  • 2256 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信