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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 272 - (hide annotations) (download) (as text)
Tue Aug 18 19:33:08 2009 UTC (14 years, 9 months ago) by torben
File MIME type: text/xml
File size: 1456 byte(s)


1 torben 272 <?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>DroidRadarService</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     <servlet>
13     <description></description>
14     <display-name>LocationService</display-name>
15     <servlet-name>LocationService</servlet-name>
16     <servlet-class>dk.thoerup.droidradarservice.LocationService</servlet-class>
17     </servlet>
18     <servlet-mapping>
19     <servlet-name>LocationService</servlet-name>
20     <url-pattern>/LocationService</url-pattern>
21     </servlet-mapping>
22    
23     <resource-ref>
24     <description>
25     Resource reference to a factory for java.sql.Connection
26     instances that may be used for talking to the database
27     that is configured in server.xml.
28     </description>
29     <res-ref-name>jdbc/test</res-ref-name>
30     <res-type>javax.sql.DataSource</res-type>
31     <res-auth>Container</res-auth>
32     </resource-ref>
33    
34    
35    
36     </web-app>

  ViewVC Help
Powered by ViewVC 1.1.20