Connector persistance across multiple apache frontends

2003-06-24 Thread Dan Hart
Please forgive my ignorance in this matter and the inherant rudeness in asking a question moments after subscribing to this list. The short question: Is it possible to maintain persistant connections across a line of front-end apache 1.3 linux boxen? The

Re: Connector persistance across multiple apache frontends

2003-06-24 Thread Tim Funk
Yes. In each tomcat, you will need in server.xml Engine jvmRoute=someUniqueTomcatId ... Then each uniqueTomcatId will need to be in workers.properties (or whatever config file you make apache use). Then all the 'uniqueTomcatId' workers sit behind a loadbalancer worker also defined in

RE: Connector persistance across multiple apache frontends

2003-06-24 Thread Filip Hanik
-Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 6:24 PM To: Tomcat Users List Subject: Re: Connector persistance across multiple apache frontends Yes. In each tomcat, you will need in server.xml Engine jvmRoute=someUniqueTomcatId ... Then each