@wendal 对这个问题还有点疑问,为什么我使用tomcat去部署war包的时候也会出现上述情况。
@chejingchi tomcat版本低。
来自炫酷的 NutzCN
@wendal tomcat用的是7呀。。不低了吧
@chejingchi web.xml写的版本号是多少
来自炫酷的 NutzCN
@wendal 没写这个需要写吗?
@chejingchi 没写这个?总会写的啊,贴出来看看
来自炫酷的 NutzCN
@wendal <!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd" >
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5">
gym
nutz
com.michael.gym.filter.MyNutFilter
modules
com.michael.gym.module.MainModule
nutz
/*
REQUEST
FORWARD
INCLUDE
index.html
index.htm
default.html
default.htm
default.jsp
500
/WEB-INF/jsp/500.jsp
我看到了2.3
来自炫酷的 NutzCN
@wendal 这个我不太懂诶。。。应该怎么玩求解释
@chejingchi 改成2.5
来自炫酷的 NutzCN
@wendal 谢谢啦