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

无法修改后缀

<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.0" 
	xmlns="http://java.sun.com/xml/ns/javaee" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
	http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
  <display-name>HwelloWorld</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>


正在回答

2 回答

可以改啊,你的webxml文件里都没有写出来怎么配的,怎么看哪儿错导致行不通呢

0 回复 有任何疑惑可以回复我~

不是在web.xml改的,在struts.xml中

0 回复 有任何疑惑可以回复我~
#1

ONLY14 提问者

有三种方式,这种不行,所以问下
2016-06-01 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

无法修改后缀

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信