/[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 1033 by torben, Thu Sep 2 18:37:49 2010 UTC revision 1034 by torben, Wed Sep 8 12:31:55 2010 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 normal bane.dk site or use the failover (bane.dk/lite)</description>      <description>Bool: Describes whether to use azure based trafikinfo.bane.dk site or use the old (www.bane.dk)</description>
11      <param-name>usetempsite</param-name>      <param-name>useazuresite</param-name>
12      <param-value>false</param-value>      <param-value>true</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>
# Line 34  Line 34 
34    <context-param>      <context-param>  
35          <description>Int: how long should the fetcher wait for bane.dk to reply (milliseconds)</description>          <description>Int: how long should the fetcher wait for bane.dk to reply (milliseconds)</description>
36          <param-name>reply_timeout</param-name>          <param-name>reply_timeout</param-name>
37          <param-value>2500</param-value>          <param-value>3000</param-value>
38    </context-param>    </context-param>
39    <resource-ref>    <resource-ref>
40      <description>      <description>

Legend:
Removed from v.1033  
changed lines
  Added in v.1034

  ViewVC Help
Powered by ViewVC 1.1.20