--- android/TrainInfoService/WebContent/WEB-INF/web.xml 2009/09/01 19:17:18 292 +++ android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/07/05 09:48:06 958 @@ -5,10 +5,32 @@ index.html index.htm index.jsp - default.html - 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 + 300000 + Resource reference to a factory for java.sql.Connection @@ -19,14 +41,15 @@ javax.sql.DataSource Container - - - LocateStations - LocateStations - dk.thoerup.traininfoservice.LocateStations - - - LocateStations - /LocateStations - + + + + + dk.thoerup.traininfoservice.CircuitBreakerListener + + + + + dk.thoerup.traininfoservice.StatisticsListener + \ No newline at end of file