问题描述
- jsp突然运行不了啦!为什么啊?
-
我昨天配置完servlet以后,tomcat就不能启动了,最后发现是里的内容写错了,然后改掉之后tomcat就可以启动了,然而一个更大的问题来了,jsp突然就不能运行了!但是tomcat正常启动,把内段servlet和我新加的filter删了也不行,这是为啥啊,之前还没问题呢,你们碰到过这问题没?救命啊.......web-xml文件里的内容是:
<?xml version="1.0" encoding="UTF-8"?>
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"
version="3.1">
ertHelloServlet
com.jingxin.servlet.HelloServletLoginServlet
com.jingxin.servlet.LoginServletHelloServlet
/HelloLoginServlet
/loginservletCheckServlet
com.jingxin.servlet.CheckServletCheckServlet
/checkServletLoginServletfilter
com.jingxin.servlet.LoginServletfilterLoginServletfilter
/loginservletfilterFilterOne
com.jingxin.filter.FilterOneparam
jikexueyuanFilterOne
/*EncodingFilter
com.jingxin.filter.EncodingFilterencoding
UTF-8EncodingFilter
/*index.html
index.htm
index.jsp
default.html
default.htm
default.jsp
解决方案
重新deploy一下试试
如果还是不行 把web.xml配置文件贴出来看看
解决方案二:
servlet你这使用注解还是在web.xml里配置呢?
有没有用拦截器进行拦截了?
解决方案三:
404路径没有找到;看下项目下的filter目录下有没有login.jsp
时间: 2024-10-22 08:40:30