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