Hi, I really have a problem here ... :-(
Two different URLS, www.mydomain-a.com and www.mydomain-b.com point to the same webapplication, the same tomcat-context. Everything works fine, even if I start working with cookies (I set a different cookiepath for each URL, eg. /cookiepatha for mydomain-a.com and /cookiepathb for mydomain-b.com), but I have still 1 problem: tomcat 3.2.4 always set the cookie path of the JSESSIONID to the name of the web application context patch! So, this would be: /cookiepatha for mydomain-a.com and /cookiepatha for mydomain-b.com, but this one should be /cookiepathb iso /cookiepatha. Can i set the latter manually for the cookievariable JSESSIONID? Any help would really be appreciated. regards, benny lootens -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>