/[projects]/android/TrainInfoServiceGoogle/war/WEB-INF/web.xml
ViewVC logotype

Diff of /android/TrainInfoServiceGoogle/war/WEB-INF/web.xml

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

revision 1080 by torben, Mon Sep 20 20:11:55 2010 UTC revision 1105 by torben, Wed Sep 22 21:09:39 2010 UTC
# Line 5  Line 5 
5          xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 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"
6          id="WebApp_ID" version="2.5">          id="WebApp_ID" version="2.5">
7                    
8    <display-name>TrainInfoService</display-name>    <display-name>TrainInfoServiceGoogle</display-name>
9    <welcome-file-list>    <welcome-file-list>
10      <welcome-file>index.html</welcome-file>      <welcome-file>index.html</welcome-file>
11      <welcome-file>index.htm</welcome-file>      <welcome-file>index.htm</welcome-file>
# Line 78  Line 78 
78    <servlet-mapping>    <servlet-mapping>
79          <servlet-name>LocateStations</servlet-name>          <servlet-name>LocateStations</servlet-name>
80          <url-pattern>/LocateStations</url-pattern>          <url-pattern>/LocateStations</url-pattern>
81      </servlet-mapping>
82      
83      <servlet>
84            <servlet-name>LoadStations</servlet-name>
85            <servlet-class>dk.thoerup.traininfoservice.LoadStations</servlet-class>
86      </servlet>
87      <servlet-mapping>
88            <servlet-name>LoadStations</servlet-name>
89            <url-pattern>/LoadStations</url-pattern>
90    </servlet-mapping>      </servlet-mapping>  
91    
92    

Legend:
Removed from v.1080  
changed lines
  Added in v.1105

  ViewVC Help
Powered by ViewVC 1.1.20