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

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

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

revision 278 by torben, Tue Aug 18 19:33:08 2009 UTC revision 279 by torben, Tue Aug 25 05:55:51 2009 UTC
# Line 19  Line 19 
19      <servlet-name>LocationService</servlet-name>      <servlet-name>LocationService</servlet-name>
20      <url-pattern>/LocationService</url-pattern>      <url-pattern>/LocationService</url-pattern>
21    </servlet-mapping>    </servlet-mapping>
22        <resource-ref>
    <resource-ref>  
23      <description>      <description>
24        Resource reference to a factory for java.sql.Connection        Resource reference to a factory for java.sql.Connection
25        instances that may be used for talking to the database        instances that may be used for talking to the database
# Line 30  Line 29 
29      <res-type>javax.sql.DataSource</res-type>      <res-type>javax.sql.DataSource</res-type>
30      <res-auth>Container</res-auth>      <res-auth>Container</res-auth>
31    </resource-ref>    </resource-ref>
32        <servlet>
33          <description></description>
34          <display-name>ViewDroidLocations</display-name>
35        <servlet-name>ViewDroidLocations</servlet-name>
36        <servlet-class>dk.thoerup.droidradarservice.ViewDroidLocations</servlet-class>
37      </servlet>
38      <servlet-mapping>
39        <servlet-name>ViewDroidLocations</servlet-name>
40        <url-pattern>/ViewDroidLocations</url-pattern>
41      </servlet-mapping>
42      <servlet>
43        <description></description>
44        <display-name>ResetLastUpdate</display-name>
45        <servlet-name>ResetLastUpdate</servlet-name>
46        <servlet-class>dk.thoerup.droidradarservice.ResetLastUpdate</servlet-class>
47      </servlet>
48      <servlet-mapping>
49        <servlet-name>ResetLastUpdate</servlet-name>
50        <url-pattern>/ResetLastUpdate</url-pattern>
51      </servlet-mapping>
52  </web-app>  </web-app>

Legend:
Removed from v.278  
changed lines
  Added in v.279

  ViewVC Help
Powered by ViewVC 1.1.20