--- android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/06/03 14:12:56 795 +++ android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/09/08 12:31:55 1034 @@ -1,129 +1,50 @@ - - - TrainInfoService - - 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 - - - - Resource reference to a factory for java.sql.Connection - instances that may be used for talking to the database - that is configured in server.xml. - - jdbc/android - 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 - + + + TrainInfoService + + index.html + index.htm + index.jsp + + + Bool: Describes whether to use azure based trafikinfo.bane.dk site or use the old (www.bane.dk) + useazuresite + true + + + 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 + + + Int: how long should the fetcher wait for bane.dk to reply (milliseconds) + reply_timeout + 3000 + + + + Resource reference to a factory for java.sql.Connection + instances that may be used for talking to the database + that is configured in server.xml. + + jdbc/android + javax.sql.DataSource + Container + + \ No newline at end of file