--- android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/02/02 18:42:38 580 +++ android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/06/09 20:16:01 811 @@ -9,6 +9,31 @@ default.htm default.jsp + + Bool: Describes whether to use normal bane.dk site or use the failover (bane.dk/lite) + usetempsite + false + + + Int: The error threshold for banedk circuitbreaker + banedk_threshold + 5 + + + Int: the timeout for an open banedk circuitbreaker (milliseconds) + banedk_timeout + 60000 + + + Int: how long should banedk results be cached (milliseconds) + cache_timeout + 120000 + + + Int: with which interval should statistics be save to DB (milliseconds) + stats_interval + 30000 + Resource reference to a factory for java.sql.Connection @@ -54,10 +79,6 @@ DepartureServlet DepartureServlet dk.thoerup.traininfoservice.banedk.DepartureServlet - - usetempsite - true - DepartureServlet @@ -73,24 +94,44 @@ TimetableServlet /TimetableServlet - CircuitBreakerServlet CircuitBreakerServlet dk.thoerup.traininfoservice.CircuitBreakerServlet - readonly - 0 + readonly + 0 - CircuitBreakerServlet /CircuitBreakerServlet - dk.thoerup.traininfoservice.CircuitBreakerListener + + + TestServlet + TestServlet + dk.thoerup.traininfoservice.TestServlet + + + TestServlet + /TestServlet + + + + RequestPlotter + RequestPlotter + dk.thoerup.traininfoservice.RequestPlotter + + + RequestPlotter + /RequestPlotter + + + dk.thoerup.traininfoservice.StatisticsListener + \ No newline at end of file