From 08222ae60fb5d81d79190f276d15989e1db9c661 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 28 Nov 2014 10:42:14 +0000 Subject: [PATCH] Minor update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-mainbox-widget@101763 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/WEB-INF/web.xml | 65 +++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) 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