/[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 735 by torben, Tue May 18 20:58:04 2010 UTC revision 812 by torben, Wed Jun 9 20:17:01 2010 UTC
# Line 29  Line 29 
29      <param-name>cache_timeout</param-name>      <param-name>cache_timeout</param-name>
30      <param-value>120000</param-value>      <param-value>120000</param-value>
31    </context-param>    </context-param>
32        <context-param>
33        <description>Int: with which interval should statistics be save to DB (milliseconds) </description>
34        <param-name>stats_interval</param-name>
35        <param-value>300000</param-value>
36      </context-param>
37    <resource-ref>    <resource-ref>
38      <description>      <description>
39        Resource reference to a factory for java.sql.Connection        Resource reference to a factory for java.sql.Connection
# Line 116  Line 121 
121      <servlet-name>TestServlet</servlet-name>      <servlet-name>TestServlet</servlet-name>
122      <url-pattern>/TestServlet</url-pattern>      <url-pattern>/TestServlet</url-pattern>
123    </servlet-mapping>    </servlet-mapping>
124      <servlet>
125        <description></description>
126        <display-name>RequestPlotter</display-name>
127        <servlet-name>RequestPlotter</servlet-name>
128        <servlet-class>dk.thoerup.traininfoservice.RequestPlotter</servlet-class>
129      </servlet>
130      <servlet-mapping>
131        <servlet-name>RequestPlotter</servlet-name>
132        <url-pattern>/RequestPlotter</url-pattern>
133      </servlet-mapping>
134      <listener>
135        <listener-class>dk.thoerup.traininfoservice.StatisticsListener</listener-class>
136      </listener>
137  </web-app>  </web-app>

Legend:
Removed from v.735  
changed lines
  Added in v.812

  ViewVC Help
Powered by ViewVC 1.1.20