diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index cc133eb..f1fe92b 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -30,6 +30,38 @@ tdwxServlet org.gcube.portlets.user.tdwx.server.TabularDataXServlet + + + + TDGWTService + org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl + + + + CSVImportFileServlet + org.gcube.portlets.user.td.gwtservice.server.CSVImportFileServlet + + + + LocalUploadServlet + org.gcube.portlets.user.td.gwtservice.server.LocalUploadServlet + + + + CodelistMappingUploadServlet + org.gcube.portlets.user.td.gwtservice.server.CodelistMappingUploadServlet + + + + RetrieveChartFileServlet + org.gcube.portlets.user.td.gwtservice.server.RetrieveChartFileServlet + + + + TDLogsServlet + org.gcube.portlets.user.td.gwtservice.server.TDLogsServlet + + @@ -56,6 +88,39 @@ /MainBox/tdwxdata + + + + TDGWTService + /MainBox/TDGWTService + + + + CSVImportFileServlet + /MainBox/CSVImportFileServlet + + + + LocalUploadServlet + /MainBox/LocalUploadServlet + + + + CodelistMappingUploadServlet + /MainBox/CodelistMappingUploadServlet + + + + RetrieveChartFileServlet + /MainBox/RetrieveChartFileServlet + + + + TDLogsServlet + /MainBox/TDLogsServlet + + + MainBox.html