/[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 1372 by torben, Thu Apr 21 05:51:25 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 36  Line 36 
36          <param-name>reply_timeout</param-name>          <param-name>reply_timeout</param-name>
37          <param-value>3000</param-value>          <param-value>3000</param-value>
38    </context-param>    </context-param>
39    
40    
41      <context-param>  
42            <description>String: who should receive status mails</description>
43            <param-name>mail_recipient</param-name>
44            <param-value>torben@t-hoerup.dk</param-value>
45      </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>
55        Resource reference to a factory for java.sql.Connection        Resource reference to a factory for java.sql.Connection

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

  ViewVC Help
Powered by ViewVC 1.1.20