> From: Christopher Schultz [mailto:[EMAIL PROTECTED] 
> Subject: Re: TOMCAT CLUSTERING HOWTO
> 
> Can you explain how to start two Tomcat instances in a single JVM?

I suspect the OP means one JVM installation as opposed to one JVM
instance.  (He seems a bit, shall we say, terminology challenged.)

> Clustering does not work without a load balancer. Period. 

Not strictly true.  Clustered Tomcats don't care if the requests are
coming through a load balancer or someone manually changing port or IP
addresses on each request.  Certainly for any practical usage, a front
end of some sort is required to automatically route requests, but it
doesn't have to actually do any load balancing.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to