/[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 1105 by torben, Wed Sep 22 21:09:39 2010 UTC revision 1377 by torben, Sat Apr 23 10:49:20 2011 UTC
# 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 141  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 163  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.1105  
changed lines
  Added in v.1377

  ViewVC Help
Powered by ViewVC 1.1.20