How to connect Apache2 to Tomcat4?
Is anyone else using Apache2 with Tomcat4?
I've been trying to find an appropriate connector to use between them.
I've found references on Google to things like libapache2-mod-jk2,
libapache2-mod-webapp, or libapache2-mod-jk, but I haven't been able to
find any of them in stable or unstable... and I can't even find anything
at www.apt-get.org.
It seems that my only two options are to:
1 - Tell Apache to do a Redirect for anything involving .jsp to
Tomcat's HTTP port (which, if it didn't cause other problems, would
cause my Apache logs to be missing most of the webapp traffic... since
the logs would have the initial redirect, but not the traffic after that).
2 - Go compile libapache-mod-jk2 or libapache-mod-webapp by hand, which
is likely to be a bigger pain in the butt than I want to bother with.
I'm eagerly waiting for a third option.
- Joe
Reply to: