Re: Apache 2.2 proxy and Tomcat 5.5 container - couldn't map to root

2006-08-25 Thread Olexandr Prokhorenko
It's going to be too slow for production use. Bill Barker wilshire.com> writes: > How about: > RewriteRule ^/.*\.jsp ajp://localhost:8009/project/$1.jsp [P] > RewriteRule ^/servlet/.* ajp://localhost:8009/project/servlet/$1 [P] --

Apache 2.2 proxy and Tomcat 5.5 container - couldn't map to root

2006-08-21 Thread Olexandr Prokhorenko
Hi everybody, I believe this is a common problem, but I wasn't able to find any answer to it, yet. I have a project WAR deployed in Tomcat 5.5 container, so I can see it as http://tomcat.server:8080/project. I've installed Apache 2.2 HTTP server as a front-end, and now I want to see my J2EE proj