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

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

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

revision 1371 by torben, Tue Dec 21 08:24:19 2010 UTC revision 1372 by torben, Thu Apr 21 05:51:25 2011 UTC
# Line 7  Line 7 
7      <welcome-file>index.jsp</welcome-file>      <welcome-file>index.jsp</welcome-file>
8    </welcome-file-list>    </welcome-file-list>
9    <context-param>    <context-param>
10      <description>Bool: Describes whether to use azure based trafikinfo.bane.dk site or use the old (www.bane.dk)</description>      <description>enum: Describes whether to use azure based trafikinfo.bane.dk site or use the old (www.bane.dk)</description>
11      <param-name>useazuresite</param-name>      <param-name>backend</param-name>
12      <param-value>true</param-value>      <param-value>Azure</param-value>
13    </context-param>    </context-param>
14    <context-param>    <context-param>
15      <description>Int: The error threshold for banedk circuitbreaker</description>      <description>Int: The error threshold for banedk circuitbreaker</description>

Legend:
Removed from v.1371  
changed lines
  Added in v.1372

  ViewVC Help
Powered by ViewVC 1.1.20