How to set different context paths for web and webservice

27 views Asked by At

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.

0

There are 0 answers