--- android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/05/18 20:39:22 734 +++ android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/05/18 20:58:04 735 @@ -10,24 +10,24 @@ default.jsp - Bool: Describes whether to use normal bane.dk site or use the failover (bane.dk/lite) + Bool: Describes whether to use normal bane.dk site or use the failover (bane.dk/lite) usetempsite - false + false - Int: The error threshold for banedk circuitbreaker - banedk_threshold - 5 + Int: The error threshold for banedk circuitbreaker + banedk_threshold + 5 - Int: the timeout for an open banedk circuitbreaker (milliseconds) - banedk_timeout - 60000 + 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: how long should banedk results be cached (milliseconds) + cache_timeout + 120000 @@ -83,30 +83,37 @@ TimetableServlet TimetableServlet - dk.thoerup.traininfoservice.banedk.TimetableServlet + dk.thoerup.traininfoservice.banedk.TimetableServlet 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 + \ No newline at end of file