Re: apache + tomcat with 2 domains but same session?

2005-02-04 Thread Simon Lau
k" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, January 12, 2005 8:43 PM Subject: Re: apache + tomcat with 2 domains but same session? > [I have a major sinus cold - so I might not be writing clearly ...] > > I don't think URL rewriting from ap

Re: apache + tomcat with 2 domains but same session?

2005-01-12 Thread Tim Funk
rack? or am i doing it totally wrong? or is there way to get around this? please help. thanks again. Simon - Original Message - From: "Tim Funk" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 11, 2005 7:44 PM Subject: Re: apache + tomcat with 2 d

Re: apache + tomcat with 2 domains but same session?

2005-01-11 Thread Viorel Dragomir
s. Viorel Dragomir . .. --- - Original Message - From: Rajaneesh To: 'Tomcat Users List' Sent: Wednesday, January 12, 2005 07:17 Subject: RE: apache + tomcat with 2 domains but same session? Good point. May be clustring helps! Have not used thi

RE: apache + tomcat with 2 domains but same session?

2005-01-11 Thread Rajaneesh
Good point. May be clustring helps! Have not used this concept. Regards Rajaneesh -Original Message- From: Simon Lau [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 2:22 PM To: tomcat-user@jakarta.apache.org Subject: apache + tomcat with 2 domains but same session? Hi

Re: apache + tomcat with 2 domains but same session?

2005-01-11 Thread Simon Lau
" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 11, 2005 7:44 PM Subject: Re: apache + tomcat with 2 domains but same session? > You can get away with this by using URL rewriting. When you are using > aaa.abc.com and wish to redirect or link to bbb

Re: apache + tomcat with 2 domains but same session?

2005-01-11 Thread Tim Funk
You can get away with this by using URL rewriting. When you are using aaa.abc.com and wish to redirect or link to bbb.abc.com - you would need to rewrite the URL to include the jsessionid path parameter. But you *cannot* do this via response.encodeURL(..) since that method will detect your URL is i

apache + tomcat with 2 domains but same session?

2005-01-11 Thread Simon Lau
Hi, I want to setup my apache to have 2 domains, say aaa.abc.com and bbb.abc.com. Both of this domain goes to the same application context, say /myapp So when i access both http://aaa.abc.com/myapp/index.jsp http://bbb.abc.com/myapp/index.jsp will give me the exact same content, no problem. My q