I've written a service framework using Hessian and want to keep URL's common but the flexability of auto-deploy.
If i deploy a Service.war I can access it fine using /Service however, I want a general spot for all services.
How could I have a seperate context where all services live and get auto-deployed. Exactly like how axis2.war does it with its services directory?
For example: I deploy an exploded MyBridge.war which contains a directory within it called services. I deploy HelloWorldService.rar within the MyBridge.war/WEB-INF/services and it gets deployed.
I can then accesss MyBridge/HelloWorldService ?
can this be done? I'm trying to do auto-deployment without using spring and hessian and just hessian.