/[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 292 by torben, Tue Sep 1 19:17:18 2009 UTC revision 959 by torben, Mon Jul 5 09:49:53 2010 UTC
# Line 5  Line 5 
5      <welcome-file>index.html</welcome-file>      <welcome-file>index.html</welcome-file>
6      <welcome-file>index.htm</welcome-file>      <welcome-file>index.htm</welcome-file>
7      <welcome-file>index.jsp</welcome-file>      <welcome-file>index.jsp</welcome-file>
     <welcome-file>default.html</welcome-file>  
     <welcome-file>default.htm</welcome-file>  
     <welcome-file>default.jsp</welcome-file>  
8    </welcome-file-list>    </welcome-file-list>
9      <context-param>
10        <description>Bool: Describes whether to use normal bane.dk site or use the failover (bane.dk/lite)</description>
11        <param-name>usetempsite</param-name>
12        <param-value>false</param-value>
13      </context-param>
14      <context-param>
15        <description>Int: The error threshold for banedk circuitbreaker</description>
16        <param-name>banedk_threshold</param-name>
17        <param-value>5</param-value>
18      </context-param>
19      <context-param>
20        <description>Int: the timeout for an open banedk circuitbreaker (milliseconds) </description>
21        <param-name>banedk_timeout</param-name>
22        <param-value>60000</param-value>
23      </context-param>
24      <context-param>
25        <description>Int: how long should banedk results be cached (milliseconds) </description>
26        <param-name>cache_timeout</param-name>
27        <param-value>120000</param-value>
28      </context-param>
29        <context-param>
30        <description>Int: with which interval should statistics be save to DB (milliseconds) </description>
31        <param-name>stats_interval</param-name>
32        <param-value>300000</param-value>
33      </context-param>
34    <resource-ref>    <resource-ref>
35      <description>      <description>
36        Resource reference to a factory for java.sql.Connection        Resource reference to a factory for java.sql.Connection
# Line 19  Line 41 
41      <res-type>javax.sql.DataSource</res-type>      <res-type>javax.sql.DataSource</res-type>
42      <res-auth>Container</res-auth>      <res-auth>Container</res-auth>
43    </resource-ref>    </resource-ref>
44    <servlet>  
     <description></description>  
     <display-name>LocateStations</display-name>  
     <servlet-name>LocateStations</servlet-name>  
     <servlet-class>dk.thoerup.traininfoservice.LocateStations</servlet-class>  
   </servlet>  
   <servlet-mapping>  
     <servlet-name>LocateStations</servlet-name>  
     <url-pattern>/LocateStations</url-pattern>  
   </servlet-mapping>  
45  </web-app>  </web-app>

Legend:
Removed from v.292  
changed lines
  Added in v.959

  ViewVC Help
Powered by ViewVC 1.1.20