RE: Applet in tomcat clustering

2004-07-13 Thread Simon Zeng
- Dev [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 4:42 PM To: Tomcat Users List Subject: Re: Applet in tomcat clustering yes, that should work. print out some debug statements on the server to make sure that your request indeed gets the session Id you want it to. Assuming you have

Re: Applet in tomcat clustering

2004-07-13 Thread Filip Hanik - Dev
13, 2004 11:43 AM Subject: RE: Applet in tomcat clustering I thought it would work too. But unfortunately it did not.:( In both applet and servlet code, I have the trace log. From time to time, while in applet log the jsessionid is the correct one, but in servlet, it is a different one

Applet in tomcat clustering

2004-07-12 Thread Simon Zeng
Hi, Does any use applet in tomcat clustering?I have an question and need some help. I have set up two tomcat instances in cluster/load balance. My webapplication has one feature using applet. As I understand, tomcat cluster/load balance has sticky session which means subseqent requests being

RE: Applet in tomcat clustering

2004-07-12 Thread Simon Zeng
My mistake. I am using HttpURLConnection (not HttpTunnel) to communicate between applet and server. Thanks, -Simon -Original Message- From: Simon Zeng [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 1:51 PM To: 'Tomcat Users List' Subject: Applet in tomcat clustering Hi, Does

Re: Applet in tomcat clustering

2004-07-12 Thread Filip Hanik - Dev
you will need to send up cookies just like the HTTP protocol says in order to keep state Filip - Original Message - From: Simon Zeng [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, July 12, 2004 1:39 PM Subject: RE: Applet in tomcat clustering My mistake. I

RE: Applet in tomcat clustering

2004-07-12 Thread Simon Zeng
: Re: Applet in tomcat clustering you will need to send up cookies just like the HTTP protocol says in order to keep state Filip - Original Message - From: Simon Zeng [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, July 12, 2004 1:39 PM Subject: RE: Applet

Re: Applet in tomcat clustering

2004-07-12 Thread Filip Hanik - Dev
PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, July 12, 2004 2:40 PM Subject: RE: Applet in tomcat clustering I thought I did it. Here are my steps 1. first get jsessionid from servlet 2. pass the jsessionid to applet (through htm page) 3. inside applet, create a new