Re: [EMAIL PROTECTED] Apache HTTP Server and Tomcat Together

2008-05-02 Thread Mark H. Wood
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

RE: [EMAIL PROTECTED] Apache HTTP Server and Tomcat Together

2008-05-01 Thread Narendra Verma
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

[EMAIL PROTECTED] Apache HTTP Server and Tomcat Together

2008-05-01 Thread hoffmandirt
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