Hello all,

I'm working on a tomcat project that shall be deployed on multiple hosts.

However, we are currently stuck with two problems / questions:

1) How can I specifiy the domain name that tomcat is using for the JSESSIONID cookie?
By default tomcat is using the domain name from the request. For example a request to
http://www.foo.com will create a JSESSIONID cookie for the domain www.foo.com.
But instead we would like the cookie domain to be ".foo.com". How can I tell tomcat to
use my specified domain name instead of the default behaviour?


2) Problem two is related to session clustering. We are using Tomcat 5 for deployment.
A simple example is working nice. However, the complete application is showing some
strange behaviour. Sometimes the changed session object is available on every host,
sometimes not. Is there a way to make the session mechanism more verbose? Can we
instruct Tomcat to tell us whenever he is changing objects in the session store between
different hosts? Where can we find some detailed information about this topic?


Thanks for your help!

Greetings
Christian


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to