/[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 1831 by torben, Tue Oct 4 17:35:31 2011 UTC revision 1832 by torben, Mon Aug 20 21:15:37 2012 UTC
# Line 24  Line 24 
24    <context-param>    <context-param>
25      <description>Int: how long should banedk results be cached (milliseconds) </description>      <description>Int: how long should banedk results be cached (milliseconds) </description>
26      <param-name>cache_timeout</param-name>      <param-name>cache_timeout</param-name>
27      <param-value>120000</param-value>      <param-value>120</param-value>
28    </context-param>    </context-param>
29    <context-param>    <context-param>
30      <description>Int: with which interval should statistics be save to DB (milliseconds) </description>      <description>Int: with which interval should statistics be save to DB (milliseconds) </description>
# Line 42  Line 42 
42          <description>String: who should receive status mails</description>          <description>String: who should receive status mails</description>
43          <param-name>mail_recipient</param-name>          <param-name>mail_recipient</param-name>
44          <param-value>torben@t-hoerup.dk</param-value>          <param-value>torben@t-hoerup.dk</param-value>
45    </context-param>      </context-param>
46    
47      <context-param>  
48            <description>bool:</description>
49            <param-name>tritinfo_enabled</param-name>
50            <param-value>true</param-value>
51      </context-param>      
52        
53    <resource-ref>    <resource-ref>
54      <description>      <description>

Legend:
Removed from v.1831  
changed lines
  Added in v.1832

  ViewVC Help
Powered by ViewVC 1.1.20