X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=WEB-INF%2Fweb.xml;h=efe8bf6e4ac5a34e6b7d6d1f64954f9e520584f1;hb=9a716f092cba84e5b68c5eb3371fdcf31857a715;hp=99f45b7994560da9ade10a6a906622b12d3e437b;hpb=284fbc20713904353fc84360820acab28f9f106f;p=jabaws.git diff --git a/WEB-INF/web.xml b/WEB-INF/web.xml index 99f45b7..efe8bf6 100644 --- a/WEB-INF/web.xml +++ b/WEB-INF/web.xml @@ -10,73 +10,198 @@ compbio.ws.server.ShutdownEngines + compbio.stat.servlet.StatisticCollector + + + compbio.ws.server.SetExecutableFlag + + com.sun.xml.ws.transport.http.servlet.WSServletContextListener - + 20 + + + This is a standard tomcat 'default' servlet for making listings + listings + org.apache.catalina.servlets.DefaultServlet + + debug + 0 + + + readonly + true + + + listings + true + + 1 + + Display pre-calculated accounting info + DisplayStat + compbio.stat.servlet.DisplayStat + + + + WebServices Status + ServiceStatus + compbio.stat.servlet.ServiceStatus + + + + WebService Status with no UI. Accepts web service name as a parameter + HttpCodeResponseServiceStatus + compbio.stat.servlet.HttpCodeResponseServiceStatus + + + + Display job list + Joblist + compbio.stat.servlet.Joblist + + + + Display monthly summary statistics + AnnualStat + compbio.stat.servlet.AnnualStat + + + + Display monthly summary statistics with no links to details + PublicAnnualStat + compbio.stat.servlet.AnnualStat + + + + RegistryWS + com.sun.xml.ws.transport.http.servlet.WSServlet + 1 + + + ClustalWS com.sun.xml.ws.transport.http.servlet.WSServlet - + 1 + + + + ClustalOWS + com.sun.xml.ws.transport.http.servlet.WSServlet + 1 MuscleWS com.sun.xml.ws.transport.http.servlet.WSServlet - + 1 MafftWS com.sun.xml.ws.transport.http.servlet.WSServlet - + 1 TcoffeeWS com.sun.xml.ws.transport.http.servlet.WSServlet - + 1 ProbconsWS com.sun.xml.ws.transport.http.servlet.WSServlet - + 1 AAConWS com.sun.xml.ws.transport.http.servlet.WSServlet - + 1 JronnWS com.sun.xml.ws.transport.http.servlet.WSServlet - + 1 DisemblWS com.sun.xml.ws.transport.http.servlet.WSServlet - + 1 GlobPlotWS com.sun.xml.ws.transport.http.servlet.WSServlet - + 1 + + + + IUPredWS + com.sun.xml.ws.transport.http.servlet.WSServlet + 1 - + + + listings + / + + + + DisplayStat + /DisplayStat + + + + ServiceStatus + /ServiceStatus + + + + HttpCodeResponseServiceStatus + /HttpCodeResponseServiceStatus/* + + + + AnnualStat + /AnnualStat + + + + PublicAnnualStat + /PublicAnnualStat + + + + + Joblist + /Joblist + + + + RegistryWS + /RegistryWS + + ClustalWS /ClustalWS + + ClustalOWS + /ClustalOWS + + MuscleWS /MuscleWS @@ -117,16 +242,26 @@ /GlobPlotWS + + IUPredWS + /IUPredWS + + Administrator pages + / + /DisplayStat + /Joblist + /AnnualStat /conf/* /binaries/* /jobsout/* /testsrc/* /lib/* /test-output/* + /HttpCodeResponseServiceStatus/*