/[projects]/miscJava/Test3/WebContent/WEB-INF/web.xml
ViewVC logotype

Diff of /miscJava/Test3/WebContent/WEB-INF/web.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 772 by torben, Tue Jun 1 05:51:53 2010 UTC revision 1269 by torben, Wed Apr 6 20:53:23 2011 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" id="WebApp_ID" version="2.4">  <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
3    
4    <servlet>    <servlet>
5      <servlet-name>TestServlet</servlet-name>      <servlet-name>TestServlet</servlet-name>
# Line 92  Line 92 
92      <servlet-name>JavaTimer</servlet-name>      <servlet-name>JavaTimer</servlet-name>
93      <url-pattern>/JavaTimer</url-pattern>      <url-pattern>/JavaTimer</url-pattern>
94    </servlet-mapping>    </servlet-mapping>
95      <servlet>
96        <servlet-name>DumpFile</servlet-name>
97        <servlet-class>DumpFile</servlet-class>
98      </servlet>
99      <servlet-mapping>
100        <servlet-name>DumpFile</servlet-name>
101        <url-pattern>/DumpFile</url-pattern>
102      </servlet-mapping>  
103  </web-app>  </web-app>

Legend:
Removed from v.772  
changed lines
  Added in v.1269

  ViewVC Help
Powered by ViewVC 1.1.20