I have an application which contains both implementation of Webservices and WebApp and I am looking for an solution to set context path for both Webservices and WebApp differently
I would like to have:
localhost:8080/ws/* - webservice
localhost:8080/web/ - Webapp
My application is made with Spring MVC, JSF and the web services is made with Axis SOAP.