/[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 1843 by torben, Mon Aug 27 20:11:58 2012 UTC
# 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.1843

  ViewVC Help
Powered by ViewVC 1.1.20