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] --

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

2006-08-21 Thread Bill Barker
"Olexandr Prokhorenko" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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:808