--- android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/06/09 20:16:01 811 +++ android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/09/16 13:32:10 1060 @@ -5,13 +5,10 @@ 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 + Bool: Describes whether to use azure based trafikinfo.bane.dk site or use the old (www.bane.dk) + useazuresite false @@ -29,10 +26,15 @@ cache_timeout 120000 - + Int: with which interval should statistics be save to DB (milliseconds) stats_interval - 30000 + 300000 + + + Int: how long should the fetcher wait for bane.dk to reply (milliseconds) + reply_timeout + 3000 @@ -44,94 +46,5 @@ javax.sql.DataSource Container - - - LocateStations - LocateStations - dk.thoerup.traininfoservice.LocateStations - - - LocateStations - /LocateStations - - - - DumpResultSet - DumpResultSet - dk.thoerup.traininfoservice.DumpResultSet - - - DumpResultSet - /DumpResultSet - - - - LoadStations - LoadStations - dk.thoerup.traininfoservice.LoadStations - - - LoadStations - /LoadStations - - - - DepartureServlet - DepartureServlet - dk.thoerup.traininfoservice.banedk.DepartureServlet - - - DepartureServlet - /DepartureServlet - - - - TimetableServlet - TimetableServlet - dk.thoerup.traininfoservice.banedk.TimetableServlet - - - TimetableServlet - /TimetableServlet - - - - CircuitBreakerServlet - CircuitBreakerServlet - dk.thoerup.traininfoservice.CircuitBreakerServlet - - 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