Re: multiple apache instances load balancing tomcat

2004-02-03 Thread johncoyle
Pete, For redundancy in apache the following options are open to you : 1) Use a http sprayer in front of the apache webservers 2) Use a load balancing software such as Stonebeat Webcluster 3) Manual failover. This is where you have two instances of apache configured and running

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread johncoyle
Pete, Unfortuantly I haven't come accross memory-memory replication between two apaches as I've always run them on seperate machines and took the hit on the loss of sessions, better to loose a session than a service. John Hi John. Investigating cost of point 2. For point 3, I'd assume

RE: Tomcat / Apache / SSl

2004-01-13 Thread johncoyle
Software: Apache - 2.0.48 Tomcat - 4.1.29 OpenSSL - 0.9.6l [engine] 04 Nov 2003 Hi, I am trying to encrypt all data being transmitted from the client pc to the webserver, and also from the webserver to tomcat. I have only been working on tomcat for a couple of months but have experience on