I'd like to have multiple CXFServlets in the same container with separate applicationContext.xml's. Is that possible?
I'd like to be able to have: /services/* - public services /private-services/* - private, internally used services that require more authentication I don't want the public to know what internally used methods we allow. Regards, Kaleb