--- android/TrainInfoService/WebContent/WEB-INF/web.xml 2009/09/02 13:49:30 300 +++ android/TrainInfoService/WebContent/WEB-INF/web.xml 2009/09/07 12:23:35 301 @@ -1,42 +1,52 @@ - - - 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 - + + + 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 + \ No newline at end of file