/[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 1377 by torben, Sat Apr 23 10:49:20 2011 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 14  Line 14 
14    <context-param>    <context-param>
15      <description>Bool: Describes whether to use azure based trafikinfo.bane.dk site or use the old (www.bane.dk)</description>      <description>Bool: Describes whether to use azure based trafikinfo.bane.dk site or use the old (www.bane.dk)</description>
16      <param-name>useazuresite</param-name>      <param-name>useazuresite</param-name>
17      <param-value>false</param-value>      <param-value>true</param-value>
18    </context-param>    </context-param>
19    <context-param>    <context-param>
20      <description>Int: The error threshold for banedk circuitbreaker</description>      <description>Int: The error threshold for banedk circuitbreaker</description>
# 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    
# Line 132  Line 141 
141          <url-pattern>/TimetableServlet</url-pattern>          <url-pattern>/TimetableServlet</url-pattern>
142    </servlet-mapping>    </servlet-mapping>
143    
144      <servlet>
145            <servlet-name>XmppServlet</servlet-name>
146            <servlet-class>dk.thoerup.traininfoservice.XmppServlet</servlet-class>
147      </servlet>
148      <servlet-mapping>
149            <servlet-name>XmppServlet</servlet-name>
150            <url-pattern>/XmppServlet</url-pattern>
151      </servlet-mapping>
152    
153    
154    <listener>    <listener>
155          <listener-class>dk.thoerup.traininfoservice.CircuitBreakerListener</listener-class>          <listener-class>dk.thoerup.traininfoservice.CircuitBreakerListener</listener-class>
# Line 154  Line 172 
172      <res-auth>Container</res-auth>      <res-auth>Container</res-auth>
173    </resource-ref>    </resource-ref>
174    
 </web-app>  
175    </web-app>

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

  ViewVC Help
Powered by ViewVC 1.1.20