--- android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/05/18 20:58:04 735 +++ android/TrainInfoService/WebContent/WEB-INF/web.xml 2010/06/09 20:17:01 812 @@ -29,6 +29,11 @@ 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 @@ -116,4 +121,17 @@ TestServlet /TestServlet + + + RequestPlotter + RequestPlotter + dk.thoerup.traininfoservice.RequestPlotter + + + RequestPlotter + /RequestPlotter + + + dk.thoerup.traininfoservice.StatisticsListener + \ No newline at end of file