From 6c87b80647c1a0f0543ed8bbfe43483c9fdfa1b8 Mon Sep 17 00:00:00 2001 From: pvtroshin Date: Thu, 16 Jun 2011 14:40:43 +0000 Subject: [PATCH] Integrating IUPredWS git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4276 e3abac25-378b-4346-85de-24260fe3988d --- WEB-INF/sun-jaxws.xml | 4 ++++ WEB-INF/web.xml | 11 +++++++++++ webservices/compbio/ws/client/Services.java | 2 +- wsbuild.xml | 19 +++++++++++++++++++ 4 files changed, 35 insertions(+), 1 deletion(-) diff --git a/WEB-INF/sun-jaxws.xml b/WEB-INF/sun-jaxws.xml index f3158ed..47d1ff3 100644 --- a/WEB-INF/sun-jaxws.xml +++ b/WEB-INF/sun-jaxws.xml @@ -40,4 +40,8 @@ name='GlobPlotWS' implementation='compbio.ws.server.GlobPlotWS' url-pattern='/GlobPlotWS'/> + diff --git a/WEB-INF/web.xml b/WEB-INF/web.xml index 2e44c07..4c01fb9 100644 --- a/WEB-INF/web.xml +++ b/WEB-INF/web.xml @@ -117,6 +117,12 @@ com.sun.xml.ws.transport.http.servlet.WSServlet 1 + + + IUPredWS + com.sun.xml.ws.transport.http.servlet.WSServlet + 1 + listings @@ -188,6 +194,11 @@ /GlobPlotWS + + IUPredWS + /IUPredWS + + Administrator pages diff --git a/webservices/compbio/ws/client/Services.java b/webservices/compbio/ws/client/Services.java index 3c55c18..1048fb8 100644 --- a/webservices/compbio/ws/client/Services.java +++ b/webservices/compbio/ws/client/Services.java @@ -45,7 +45,7 @@ import compbio.runner.msa.Tcoffee; * */ public enum Services { - MafftWS, MuscleWS, ClustalWS, TcoffeeWS, ProbconsWS, AAConWS, JronnWS, DisemblWS, GlobPlotWS; + MafftWS, MuscleWS, ClustalWS, TcoffeeWS, ProbconsWS, AAConWS, JronnWS, DisemblWS, GlobPlotWS, IUPred; public static Services getService(String servName) { servName = servName.trim().toLowerCase(); diff --git a/wsbuild.xml b/wsbuild.xml index 03a238f..a3f90e8 100644 --- a/wsbuild.xml +++ b/wsbuild.xml @@ -25,6 +25,7 @@ + @@ -140,6 +141,17 @@ + + + + + +