-
-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathweb.xml
More file actions
19 lines (15 loc) · 680 Bytes
/
Copy pathweb.xml
File metadata and controls
19 lines (15 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
version="4.0">
<!-- <filter>-->
<!-- <filter-name>TestFilter</filter-name>-->
<!-- <filter-class>memshell.tomcat.TestFilter</filter-class>-->
<!-- </filter>-->
<!-- -->
<!-- <filter-mapping>-->
<!-- <filter-name>TestFilter</filter-name>-->
<!-- <url-pattern>/*</url-pattern>-->
<!-- </filter-mapping>-->
</web-app>