--- android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/02/02 19:18:20 583 +++ android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/02/05 13:57:39 584 @@ -9,6 +9,26 @@ 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 + Resource reference to a factory for java.sql.Connection @@ -54,10 +74,6 @@ DepartureServlet DepartureServlet dk.thoerup.traininfoservice.banedk.DepartureServlet - - usetempsite - false - DepartureServlet @@ -67,11 +83,7 @@ TimetableServlet TimetableServlet - dk.thoerup.traininfoservice.banedk.TimetableServlet - - usetempsite - false - + dk.thoerup.traininfoservice.banedk.TimetableServlet TimetableServlet