--- android/TrainInfoService/WebContent/WEB-INF/web.xml 2009/09/28 19:14:18 349 +++ android/TrainInfoService/WebContent/WEB-INF/web.xml 2009/09/28 21:33:24 350 @@ -1,62 +1,72 @@ - - - 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 - - - - DepartureServlet - DepartureServlet - dk.thoerup.traininfoservice.banedk.DepartureServlet - - - DepartureServlet - /DepartureServlet - + + + 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 + + + + DepartureServlet + DepartureServlet + dk.thoerup.traininfoservice.banedk.DepartureServlet + + + DepartureServlet + /DepartureServlet + + + + TimetableServlet + TimetableServlet + dk.thoerup.traininfoservice.banedk.TimetableServlet + + + TimetableServlet + /TimetableServlet + \ No newline at end of file