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

web.xml给我一份可好?web.xml给我一份可好?web.xml给我一份可好?

web.xml给我一份可好?

正在回答

1 回答

<?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>ssh_member</display-name>

 <welcome-file-list>

   <welcome-file>index.html</welcome-file>

   <welcome-file>index.htm</welcome-file>

   <welcome-file>index.jsp</welcome-file>

   <welcome-file>default.html</welcome-file>

   <welcome-file>default.htm</welcome-file>

   <welcome-file>default.jsp</welcome-file>

 </welcome-file-list>

 <filter>

   <filter-name>OpenSessionInViewFilter</filter-name>

   <filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>

 </filter>

 <filter-mapping>

   <filter-name>OpenSessionInViewFilter</filter-name>

   <url-pattern>*.action</url-pattern>

 </filter-mapping>

 <listener>

   <listener-class> org.springframework.web.context.ContextLoaderListener</listener-class>

 </listener>

 <context-param>

   <param-name>contextConfigLocation</param-name>

   <param-value>classpath:applicationContext.xml</param-value>

 </context-param>

 <filter>

   <filter-name>struts</filter-name>

   <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>

 </filter>

 <filter-mapping>

   <filter-name>struts</filter-name>

   <url-pattern>/*</url-pattern>

 </filter-mapping>

</web-app>

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

举报

0/150
提交
取消

web.xml给我一份可好?web.xml给我一份可好?web.xml给我一份可好?

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