Subversion Repositories SmartDukaan

Rev

Rev 20399 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20399 Rev 20545
Line 6... Line 6...
6
         xmlns="http://java.sun.com/xml/ns/j2ee"
6
         xmlns="http://java.sun.com/xml/ns/j2ee"
7
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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">
8
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
9
 
9
 
10
    <display-name>recharge.shop2020.in</display-name>
10
    <display-name>recharge.shop2020.in</display-name>
-
 
11
    
-
 
12
    <mime-mapping>
-
 
13
    	<extension>.json</extension>
-
 
14
    	<mime-type>application/json</mime-type>
-
 
15
  	</mime-mapping>
11
 
16
 
12
    <filter>
17
    <filter>
13
        <filter-name>action2</filter-name>
18
        <filter-name>action2</filter-name>
14
        <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
19
        <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
15
    </filter>
20
    </filter>