Hi,
There seems to be a small but rash assumption that all axis
installations have the URL pattern /*/services in
AxisServlet.reportAvailableServices; the code (Axis 1.x) says:
String baseURL = getWebappBase(request)+"/services/";
which generates the base for the URL used to show the list of services.
This means that the AxisServlet mapping url-pattern in web.xml cannot be
anything other than /services, otherwise the Available Services feature
doesn't work properly.
Anyone fancy correcting this?
Ellis.
- Re: services prefix assumption in org.apache.axis.transpor... Ellis Pritchard
- Re: services prefix assumption in org.apache.axis.tra... Ellis Pritchard
