Subversion Repositories SmartDukaan

Rev

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

Rev 3971 Rev 9790
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
 
-
 
25
    <!-- Welcome file lists -->
21
    <!-- Welcome file lists -->
26
    <welcome-file-list>
22
    <welcome-file-list>
27
        <welcome-file>index.jsp</welcome-file>
23
        <welcome-file>index.jsp</welcome-file>
28
    </welcome-file-list>
24
    </welcome-file-list>
29
 
25