> From: John Coleman [mailto:[EMAIL PROTECTED] > Subject: clustering > > I expect I will just have to deploy the application > twice to 2 different contexts, but how is that dealt > with when configuring load balancing and clustering, > or can I just use different port numbers?
Yes, you can use two different contexts, rather than running multiple Tomcats. Each must have a unique name, of course. You could write a simple filter or valve that tracks current usage and forwards requests to the less busy context. > Also, can I set a limit of 250 sessions in tomcat for a given > application so we don't blow out on the remote system? Not with any standard configuration parameters that I'm aware of. Again, a fairly simple filter could be used to track and limit the number of concurrent sessions for a given context. - 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]