<?xml version="1.0" encoding="UTF-8"?><web-appversion="3.1"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_3_1.xsd"><display-name>Archetype Created Web Application</display-name><welcome-file-list><welcome-file>index.do</welcome-file></welcome-file-list><filter><filter-name>filter1</filter-name><filter-class>com.home.config.MyFilter01</filter-class></filter><filter-mapping><filter-name>filter1</filter-name><url-pattern>/*</url-pattern></filter-mapping><filter><filter-name>filter2</filter-name><filter-class>com.home.config.MyFilter02</filter-class></filter><filter-mapping><filter-name>filter2</filter-name><url-pattern>/emp/*</url-pattern></filter-mapping></web-app>
<?xml version="1.0" encoding="UTF-8"?><web-appversion="3.1"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_3_1.xsd"><display-name>Archetype Created Web Application</display-name><welcome-file-list><welcome-file>index.do</welcome-file></welcome-file-list><listener><listener-class>com.home.config.ReqListener</listener-class></listener></web-app>
<?xml version="1.0" encoding="UTF-8"?><web-appversion="3.1"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_3_1.xsd"><display-name>Archetype Created Web Application</display-name><welcome-file-list><welcome-file>index.do</welcome-file></welcome-file-list><listener><listener-class>com.home.config.CtxtListener</listener-class></listener></web-app>