--- android/TrainInfoService/WebContent/WEB-INF/web.xml 2009/09/07 12:23:35 301 +++ android/TrainInfoService/WebContent/WEB-INF/web.xml 2012/08/27 20:11:58 1843 @@ -1,52 +1,64 @@ - - - TrainInfoService - - index.html - index.htm - index.jsp - default.html - default.htm - default.jsp - - - - 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 - + + + TrainInfoService + + index.html + index.htm + index.jsp + + + enum: Describes whether to use azure based trafikinfo.bane.dk site or use the old (www.bane.dk) + backend + Azure + + + 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 + + + + + String: who should receive status mails + mail_recipient + torben@t-hoerup.dk + + + + bool: + tritinfo_enabled + true + + + + + 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