-
apache httpd + tomcat (?) (2 messages)
- Posted by: Ioannis Cherouvim
- Posted on: February 29 2008 13:47 EST
Hello I'd like to know what is the most optimal (or common) way to deploy an application nowadays. Is it apache httpd 2.0/2.2 with tomcat 5.5.xx? Do you use mod_jk or reverse proxy? Would you use mod_cache to cache dynamic content from tomcat? Thanks IoannisThreaded Messages (2)
- As far as I know by Rajesh Balamohan on March 13 2008 05:11 EDT
- Re: As far as I know by Haulyn Jason on March 19 2008 10:07 EDT
-
As far as I know[ Go to top ]
- Posted by: Rajesh Balamohan
- Posted on: March 13 2008 05:11 EDT
- in response to Ioannis Cherouvim
mod_jk is fairly stable and most commonly used for apache-tomcat as far as I know. ~Rajesh.B -
Re: As far as I know[ Go to top ]
- Posted by: Haulyn Jason
- Posted on: March 19 2008 10:07 EDT
- in response to Rajesh Balamohan
It's a more complex solution. I always can not understand the benefits.