RE: Two Tomcats and One Apache Web Server

2003-12-10 Thread Greg . Cope
applications logs seperate, and merge later/offline if needed. Greg Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 11:11 AM To: [EMAIL PROTECTED] Subject: RE: Two Tomcats and One Apache Web Server We do this extensively

RE: Two Tomcats and One Apache Web Server

2003-12-09 Thread Galbayar
try google Apache tomcat load balancing -Original Message- From: Walter do Valle [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 8:14 PM To: [EMAIL PROTECTED] Subject: Two Tomcats and One Apache Web Server Hello all Is it possible to install two Tomcats in the same linux

Re: Two Tomcats and One Apache Web Server

2003-12-09 Thread Martin Kuba
Walter do Valle wrote: Hello all Is it possible to install two Tomcats in the same linux server, put some web applications in one tomcat, put some web applications in other tomcat and both tomcats answer to the same Apache Web Server? Anyone has made this? Is there any tips and tricks about this

RE: Two Tomcats and One Apache Web Server

2003-12-09 Thread Asif Chowdhary
: Tuesday, December 09, 2003 6:38 AM To: Tomcat Users List; Walter do Valle Subject: RE: Two Tomcats and One Apache Web Server try google Apache tomcat load balancing -Original Message- From: Walter do Valle [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 8:14 PM To: [EMAIL

RE: Two Tomcats and One Apache Web Server

2003-12-09 Thread Michael Cardon
You can try my How-To file at http://www.cardon.biz/docs/tomcat/ Michael -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 3:38 AM To: Tomcat Users List; Walter do Valle Subject: RE: Two Tomcats and One Apache Web Server try google Apache

RE: Two Tomcats and One Apache Web Server

2003-12-09 Thread Greg . Cope
We do this extensively lots of tomcats (20 instances?) talking to lots of apache's (20 instances?). We use apache 1.3.x, 4.1.29 and mod_jk2 The config is a little complex, but we have scripted this so it is quite easy. No real pitfalls, just need to understand mod_jk2 well. Greg

RE: Two Tomcats and One Apache Web Server

2003-12-09 Thread Asif Chowdhary
:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 11:11 AM To: [EMAIL PROTECTED] Subject: RE: Two Tomcats and One Apache Web Server We do this extensively lots of tomcats (20 instances?) talking to lots of apache's (20 instances?). We use apache 1.3.x, 4.1.29 and mod_jk2 The config