Subversion Repositories SmartDukaan

Rev

Rev 1082 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1082 Rev 3971
Line 16... Line 16...
16
    <filter-mapping>
16
    <filter-mapping>
17
        <filter-name>action2</filter-name>
17
        <filter-name>action2</filter-name>
18
        <url-pattern>/*</url-pattern>
18
        <url-pattern>/*</url-pattern>
19
    </filter-mapping>
19
    </filter-mapping>
20
 
20
 
-
 
21
    <listener>
-
 
22
        <listener-class>in.shop2020.creation.util.BackgroundTaskExecutor</listener-class>
-
 
23
    </listener>
-
 
24
 
21
    <!-- Welcome file lists -->
25
    <!-- Welcome file lists -->
22
    <welcome-file-list>
26
    <welcome-file-list>
23
        <welcome-file>index.jsp</welcome-file>
27
        <welcome-file>index.jsp</welcome-file>
24
    </welcome-file-list>
28
    </welcome-file-list>
25
 
29