Service listing fails when using a custom context root ------------------------------------------------------
Key: AXIS2-5153 URL: https://issues.apache.org/jira/browse/AXIS2-5153 Project: Axis2 Issue Type: Bug Components: transports Affects Versions: 1.7.0 Environment: Linux Reporter: Amila Manoj Silva Steps to reproduce: 1. In axis2.xml, change the parameter contextRoot to something other than axis2. For example, <parameter name="contextRoot">foo</parameter> 2. Start the server and point the browser to localhost:8080 You will be redirected to http://localhost:8080/foo/services/ But will get: <faultstring>The service cannot be found for the endpoint reference (EPR) /foo/services/</faultstring> -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org