Peter Flynn wrote:

I need to add JSP ability to a RHEL4 server running the
current Apache httpd from the Red Hat RPM. Apparently the httpd RPM available from Red Hat doesn't have the hooks
needed to allow JSP files to be passed to Tomcat (or if it
does, I can't find them).

Has anyone managed to serve JSP with Tomcat on a RHEL4
machine running their stock httpd? I'd rather not have to resort to building Apache httpd from scratch, as that would mean also moving away from RPMs for MySQL and PHP, in order to maintain synchronisation between them.

You're looking for mod_jk RPM or mod_jk2 (which has been dropped from development). If you see mod_webapp RPM, run for your life.

As a workaround, you should be able to use mod_proxy to proxy requests for TC to it.

Nix.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to