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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 292 - (hide annotations) (download) (as text)
Tue Sep 1 19:17:18 2009 UTC (14 years, 8 months ago) by torben
File MIME type: text/xml
File size: 1439 byte(s)
Initial import
1 torben 292 <?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">
3     <display-name>TrainInfoService</display-name>
4     <welcome-file-list>
5     <welcome-file>index.html</welcome-file>
6     <welcome-file>index.htm</welcome-file>
7     <welcome-file>index.jsp</welcome-file>
8     <welcome-file>default.html</welcome-file>
9     <welcome-file>default.htm</welcome-file>
10     <welcome-file>default.jsp</welcome-file>
11     </welcome-file-list>
12     <resource-ref>
13     <description>
14     Resource reference to a factory for java.sql.Connection
15     instances that may be used for talking to the database
16     that is configured in server.xml.
17     </description>
18     <res-ref-name>jdbc/android</res-ref-name>
19     <res-type>javax.sql.DataSource</res-type>
20     <res-auth>Container</res-auth>
21     </resource-ref>
22     <servlet>
23     <description></description>
24     <display-name>LocateStations</display-name>
25     <servlet-name>LocateStations</servlet-name>
26     <servlet-class>dk.thoerup.traininfoservice.LocateStations</servlet-class>
27     </servlet>
28     <servlet-mapping>
29     <servlet-name>LocateStations</servlet-name>
30     <url-pattern>/LocateStations</url-pattern>
31     </servlet-mapping>
32     </web-app>

  ViewVC Help
Powered by ViewVC 1.1.20