| 7226 |
anupam.sin |
1 |
<!DOCTYPE web-app PUBLIC
|
|
|
2 |
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
|
|
3 |
"http://java.sun.com/dtd/web-app_2_3.dtd" >
|
|
|
4 |
|
|
|
5 |
<web-app id="starter" version="2.4"
|
|
|
6 |
xmlns="http://java.sun.com/xml/ns/j2ee"
|
|
|
7 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
8 |
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
|
|
|
9 |
|
|
|
10 |
<display-name>recharge.shop2020.in</display-name>
|
|
|
11 |
|
|
|
12 |
<filter>
|
|
|
13 |
<filter-name>action2</filter-name>
|
|
|
14 |
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
|
|
|
15 |
</filter>
|
|
|
16 |
|
|
|
17 |
<filter-mapping>
|
|
|
18 |
<filter-name>action2</filter-name>
|
|
|
19 |
<url-pattern>/*</url-pattern>
|
|
|
20 |
</filter-mapping>
|
|
|
21 |
</web-app>
|