I run Tomcat behind HTTPD, and one of the things I like best about the
arrangement is admittedly trivial: I don't have to fight with the
Java keytool to set up SSL.
There are some disadvantages:
o Apache is a large pile of code. If you are doing nothing but pass
all requests through it, you
nce after using apache as a load
balancer in front of backend servers.
Narendra
-Original Message-
From: hoffmandirt [mailto:[EMAIL PROTECTED]
Sent: Friday, May 02, 2008 8:22 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Apache HTTP Server and Tomcat Together
I have recently sta
I have recently started working on a project that uses both Apache HTTP
server and Tomcat to host the JSP applications. Basically all of the
requests hit the Apache HTTP server first and then they are routed to Tomcat
thanks to mod_jk. In my case, only JSP applications are being hosted, so I
don