I would like to expose some of my web services under services/admin/ and some under services/public/ Is there any way for me to do this? I want to do this so that I can associate different Tomcat Security Constraints with each directory so that I can have one set automatically forward the request to the https port, while allowing the other to be available through normal http.
Thanks, Jacob