/[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 1104 by torben, Tue Sep 21 06:12:15 2010 UTC revision 1105 by torben, Wed Sep 22 21:09:39 2010 UTC
# 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.1104  
changed lines
  Added in v.1105

  ViewVC Help
Powered by ViewVC 1.1.20