From 9286dafe7477f2e0a34d7e67236d3e6005eb6457 Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Thu, 24 Oct 2013 18:25:48 +0100 Subject: [PATCH] Modify servlet configuration --- WEB-INF/sun-jaxws.xml | 51 ------------------------------------------------- WEB-INF/web.xml | 39 +++++++++++++++++-------------------- 2 files changed, 18 insertions(+), 72 deletions(-) delete mode 100644 WEB-INF/sun-jaxws.xml diff --git a/WEB-INF/sun-jaxws.xml b/WEB-INF/sun-jaxws.xml deleted file mode 100644 index 13d6fac..0000000 --- a/WEB-INF/sun-jaxws.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/WEB-INF/web.xml b/WEB-INF/web.xml index cec1884..242a900 100644 --- a/WEB-INF/web.xml +++ b/WEB-INF/web.xml @@ -3,22 +3,16 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> -JABAWS -JAva Bioinformatics Analysis Web Services (JABAWS) v.2 +ProteoCache +ProteoCache - Results repository for the Dundee Resource + + Index.jsp + - + - compbio.ws.server.MainManager - - - compbio.stat.servlet.StatisticCollector - - - compbio.ws.server.SetExecutableFlag - - - com.sun.xml.ws.transport.http.servlet.WSServletContextListener + compbio.listeners.ContextListener @@ -48,7 +42,8 @@ - + + + - + + + - + Administrator pages @@ -317,10 +317,8 @@ /AnnualStat /conf/* /binaries/* - /jobsout/* /testsrc/* /lib/* - /test-output/* BASIC - JABAWS administrators + ProteCache administrators - The role that is required to log in and view JABAWS internals + The role that is required to log in and view ProteCache internals admin -- 1.7.10.2