/[projects]/android/TrainInfoService/WebContent/WEB-INF/web.xml
ViewVC logotype

Diff of /android/TrainInfoService/WebContent/WEB-INF/web.xml

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

revision 300 by torben, Wed Sep 2 04:02:47 2009 UTC revision 301 by torben, Mon Sep 7 12:23:35 2009 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/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_2_5.xsd" id="WebApp_ID" version="2.5">  <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_2_5.xsd" id="WebApp_ID" version="2.5">
3    <display-name>TrainInfoService</display-name>    <display-name>TrainInfoService</display-name>
4    <welcome-file-list>    <welcome-file-list>
5      <welcome-file>index.html</welcome-file>      <welcome-file>index.html</welcome-file>
6      <welcome-file>index.htm</welcome-file>      <welcome-file>index.htm</welcome-file>
7      <welcome-file>index.jsp</welcome-file>      <welcome-file>index.jsp</welcome-file>
8      <welcome-file>default.html</welcome-file>      <welcome-file>default.html</welcome-file>
9      <welcome-file>default.htm</welcome-file>      <welcome-file>default.htm</welcome-file>
10      <welcome-file>default.jsp</welcome-file>      <welcome-file>default.jsp</welcome-file>
11    </welcome-file-list>    </welcome-file-list>
12    <resource-ref>    <resource-ref>
13      <description>      <description>
14        Resource reference to a factory for java.sql.Connection        Resource reference to a factory for java.sql.Connection
15        instances that may be used for talking to the database        instances that may be used for talking to the database
16        that is configured in server.xml.        that is configured in server.xml.
17      </description>      </description>
18      <res-ref-name>jdbc/android</res-ref-name>      <res-ref-name>jdbc/android</res-ref-name>
19      <res-type>javax.sql.DataSource</res-type>      <res-type>javax.sql.DataSource</res-type>
20      <res-auth>Container</res-auth>      <res-auth>Container</res-auth>
21    </resource-ref>    </resource-ref>
22    <servlet>    <servlet>
23      <description></description>      <description></description>
24      <display-name>LocateStations</display-name>      <display-name>LocateStations</display-name>
25      <servlet-name>LocateStations</servlet-name>      <servlet-name>LocateStations</servlet-name>
26      <servlet-class>dk.thoerup.traininfoservice.LocateStations</servlet-class>      <servlet-class>dk.thoerup.traininfoservice.LocateStations</servlet-class>
27    </servlet>    </servlet>
28    <servlet-mapping>    <servlet-mapping>
29      <servlet-name>LocateStations</servlet-name>      <servlet-name>LocateStations</servlet-name>
30      <url-pattern>/LocateStations</url-pattern>      <url-pattern>/LocateStations</url-pattern>
31    </servlet-mapping>    </servlet-mapping>
32    <servlet>    <servlet>
33      <description></description>      <description></description>
34      <display-name>DumpResultSet</display-name>      <display-name>DumpResultSet</display-name>
35      <servlet-name>DumpResultSet</servlet-name>      <servlet-name>DumpResultSet</servlet-name>
36      <servlet-class>dk.thoerup.traininfoservice.DumpResultSet</servlet-class>      <servlet-class>dk.thoerup.traininfoservice.DumpResultSet</servlet-class>
37    </servlet>    </servlet>
38    <servlet-mapping>    <servlet-mapping>
39      <servlet-name>DumpResultSet</servlet-name>      <servlet-name>DumpResultSet</servlet-name>
40      <url-pattern>/DumpResultSet</url-pattern>      <url-pattern>/DumpResultSet</url-pattern>
41    </servlet-mapping>    </servlet-mapping>
42      <servlet>
43        <description></description>
44        <display-name>LoadStations</display-name>
45        <servlet-name>LoadStations</servlet-name>
46        <servlet-class>dk.thoerup.traininfoservice.LoadStations</servlet-class>
47      </servlet>
48      <servlet-mapping>
49        <servlet-name>LoadStations</servlet-name>
50        <url-pattern>/LoadStations</url-pattern>
51      </servlet-mapping>
52  </web-app>  </web-app>

Legend:
Removed from v.300  
changed lines
  Added in v.301

  ViewVC Help
Powered by ViewVC 1.1.20