I'm new to apache_mod but I was able to get it to work for simple URL translation for static pages accessed using hte GET method. I'm having trouble to get the URL translation to work for web services though. Basically all I want is to redirect the request from apache to tomcat that runs under 8093. I tried:
RewriteRule myproject/myservices/myService/ [
localhost:8093...]
But I get a "The document has moved here" response. Any ideas would be appreciated. Thanks.