exception in session handling

2005-10-06 Thread Ronald Klop
Hello, Is it normal that the session is invalidated before the valueUnbound handlers are called? Ronald. java.lang.IllegalStateException: getId: Session already invalidated at org.apache.catalina.cluster.session.DeltaSession.getId(DeltaSession.java:335) at

Re: exception in session handling (extra info)

2005-10-06 Thread Ronald Klop
I'm testing 5.5.12 here on java 1.5 on linux 2.6. My SessionList is a list of session id's which I keep to count the sessions. Ronald. On Thu Oct 06 15:19:00 CEST 2005 Tomcat Users List tomcat-user@jakarta.apache.org wrote: Hello, Is it normal that the session is invalidated before the

Re: exception in session handling

2005-10-06 Thread Mark Thomas
Ronald Klop wrote: Hello, Is it normal that the session is invalidated before the valueUnbound handlers are called? The spec is your friend. spec-quote section=SRV.15.1.7 ...For sessions that are invalidated or expire, notifications are sent after the session has been invalidated or

Session Handling

2005-03-29 Thread Jagadeesha T
Hi all, I need to launch a browser from a java application (swing) on the click of the button. Each click should launch a different instance of the browser. However, all these instances of the browser should share the same HttpSession (created on the launch of the first browser instance).

Race condition in session handling?

2004-10-25 Thread Ronald Klop
Hello, I get this stacktrace when using Tomcat 5.0.25, Java 1.4.2 on Linux. java.util.NoSuchElementException java.util.HashMap$HashIterator.nextEntry(HashMap.java:785) java.util.HashMap$KeyIterator.next(HashMap.java:818) java.util.AbstractCollection.toArray(AbstractCollection.java:174)

RE: Race condition in session handling?

2004-10-25 Thread Shapira, Yoav
] Subject: Race condition in session handling? Hello, I get this stacktrace when using Tomcat 5.0.25, Java 1.4.2 on Linux. java.util.NoSuchElementException java.util.HashMap$HashIterator.nextEntry(HashMap.java:785) java.util.HashMap$KeyIterator.next(HashMap.java:818

Session handling on machine behind a hardware load balancer

2004-10-01 Thread Donie Kelly
Hi all Just wondering how easy it is to use sessions on tomcat (with struts) when the machines are behind a hardware load balancer. Can somebody point me at some relevant documentation? Im searching with google but havent found anything too helpful yet Thanks Donie

Re: Session handling on machine behind a hardware load balancer

2004-10-01 Thread Filip Hanik - Dev
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html - Original Message - From: Donie Kelly To: Tomcat Users List (E-mail) Sent: Friday, October 01, 2004 9:40 AM Subject: Session handling on machine behind a hardware load balancer Hi all Just

RE: Session handling on machine behind a hardware load balancer

2004-10-01 Thread Donie Kelly
Hi Filip Can this work on Tomcat 4.1.18??? Or am I better to upgrade to Tomcat 5??? Donie -Original Message- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent: 01 October 2004 15:52 To: Tomcat Users List Subject: Re: Session handling on machine behind a hardware load balancer http

RE: Session handling on machine behind a hardware load balancer

2004-10-01 Thread Dale, Matt
You would have to use 3rd party clustering in tomcat 4, the tomcat clustering was not implemented until version 5. -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: 01 October 2004 15:51 To: 'Tomcat Users List' Subject: RE: Session handling on machine behind

Problems with session handling, carts example (Tomcat 5) !!

2004-05-21 Thread Marc Arnold
Hi, I've real troubles with tomcat sessions. My tomcat server works well, version 4 and 5 (5.0.25), installed with windows installer. However, something is wrong with session information. I tried to run my own application and the carts example with Mozilla 1.6, MS IE 6.0 and Opera 7.23. The

RE: Problems with session handling, carts example (Tomcat 5) !!

2004-05-21 Thread Marc Arnold
:[EMAIL PROTECTED] Gesendet: Freitag, 21. Mai 2004 11:49 An: [EMAIL PROTECTED] Betreff: Problems with session handling, carts example (Tomcat 5) !! Hi, I've real troubles with tomcat sessions. My tomcat server works well, version 4 and 5 (5.0.25), installed with windows installer. However

just ignore this messages: Problems with session handling, carts example (Tomcat 5) !!

2004-05-21 Thread Marc Arnold
Nachricht- Von: Marc Arnold [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 21. Mai 2004 11:49 An: [EMAIL PROTECTED] Betreff: Problems with session handling, carts example (Tomcat 5) !! Hi, I've real troubles with tomcat sessions. My tomcat server works well, version 4 and 5 (5.0.25), installed

request/session handling

2003-08-04 Thread Hans Wichman
Hi, can anyone tell me what happens if a user requests a servlet which might take 5 seconds to complete the request, and the user starts hitting reload a number of times? (I know the typical programming answer is 'why?! why would the user do such a thing?' but I am afraid I'm gonna have to

RE: request/session handling

2003-08-04 Thread Angus Mezick
Message- From: Hans Wichman [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 2:42 PM To: [EMAIL PROTECTED] Subject: request/session handling Hi, can anyone tell me what happens if a user requests a servlet which might take 5 seconds to complete the request, and the user

Re: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-26 Thread Suraj Berwal
Subject: Re: Cookie handling in IE6 and session handling of tomcat 4.1.24 Date: Wed, 25 Jun 2003 08:45:35 -0700 The scenario I described was different. There is some version of IE that does not send cookies

RE: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-26 Thread David Keyes
:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 11:00 AM To: Tomcat Users List Subject: Cookie handling in IE6 and session handling of tomcat 4.1.24 dear tim, i am facing a similar problem with my clients on IE6.0 regarding the session handling using tomcat 4.1.24. Actually the data is getting

Re: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-26 Thread Suraj Berwal
To: Tomcat Users List Subject: Cookie handling in IE6 and session handling of tomcat 4.1.24 dear tim, i am facing a similar problem with my clients on IE6.0 regarding the session handling using tomcat 4.1.24. Actually the data is getting swapped for users there. can you please elaborate

RE: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-26 Thread Craig R. McClanahan
On Thu, 26 Jun 2003, David Keyes wrote: Date: Thu, 26 Jun 2003 08:59:46 -0400 From: David Keyes [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Cookie handling in IE6 and session handling of tomcat 4.1.24 IN GENERAL: For any two domains

RE: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-26 Thread David Keyes
in the servlet spec that says JSESSIONID must be used to identify the cookie... Dave -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 2:29 PM To: David Keyes Cc: Tomcat Users List Subject: RE: Cookie handling in IE6 and session handling

Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-25 Thread Suraj Berwal
dear tim, i am facing a similar problem with my clients on IE6.0 regarding the session handling using tomcat 4.1.24. Actually the data is getting swapped for users there. can you please elaborate on the info you have posted about cookie problem in IE and how it can affect the session

Re: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-25 Thread Tim Funk
The scenario I described was different. There is some version of IE that does not send cookies of the smae name in the correct order. This messes up session handling. Your issue is different since there are not seperate webapps but users seeing each other session data. There have been many

What is the maximum session handling capability

2003-05-30 Thread KKolle
In the past, I've used Tomcat for very small projects. But, now I may be using Apache/Tomcat for an actual business-related project. I've been looking in the documentation, but haven't found this answer just yet. I'm sure this has been asked several times (I did a search in the archives, but

RE: What is the maximum session handling capability

2003-05-30 Thread Raible, Matt
It's all relative to CPU and RAM IMO. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 9:19 AM To: [EMAIL PROTECTED] Subject: What is the maximum session handling capability In the past, I've used Tomcat for very small projects. But, now

RE: What is the maximum session handling capability

2003-05-30 Thread Angus Mezick
tuning to see if you can improve on the results. With the data provided I think the best possible answer is A lot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 11:19 AM To: [EMAIL PROTECTED] Subject: What is the maximum session

RE: What is the maximum session handling capability

2003-05-30 Thread KKolle
cc: Subject: RE: What is the maximum session handling capability 05/29/2003 10:29

RE: What is the maximum session handling capability

2003-05-30 Thread Kannan Sundararajan
- From: Raible, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 11:28 AM To: 'Tomcat Users List' Subject: RE: What is the maximum session handling capability It's all relative to CPU and RAM IMO. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

Re: What is the maximum session handling capability

2003-05-30 Thread Bill Barker
: What is the maximum session handling capability 05/29/2003 10:29 AM Please respond to Tomcat Users List It sucks when the answer really is it depends. What hardware are you

RE: What is the maximum session handling capability

2003-05-30 Thread Varley, Roger
It sucks when the answer really is it depends. What hardware are you using? The only want to get a REALLY accurate answer is to use a stress testing tool from http://www.opensourcetesting.org/performance.php and see what happens using your hardware/application set up. Then do some

Session Handling in Tomcat 3.2.4

2002-11-26 Thread Vaibhav Kulkarni
Hi all, Can i persist the session id generated from the server request.getSession(); I am having one class which connects to the server with url object and receives a session id as response from the server. Now the same session id is used by other programs to communicate with the server. Now if

Session Handling in Tomcat 3.2.4

2002-11-26 Thread Vaibhav Kulkarni
Hi all, Can i persist the session id generated from the server request.getSession(); I am having one class which connects to the server with url object and receives a session id as response from the server. Now the same session id is used by other programs to communicate with the server. Now if

Tomcat 4.0.3 and session handling

2002-07-12 Thread Giorgio Ponza
Hi all!! I have Tomcat 4.0.3 installed, Apache 2.0.36 with warp connector (but the problem happens also with tomcat standalone) my welcome page is index.jsp, like configured in web.xml (in order i have index.jsp, index.htm, index.html). I try to test my site without cookies, so it usually

Problems with mod_webapp and session handling

2002-05-13 Thread Rajani Sadasivam
Here is my problem To keep track of the session when I redirect from http to https, I am setting cookie = false and encoding the redirect URL using response.encodeRedirectURL(myurl); Everything works fine. But when I add mod_webapp to this, there are problems. I figured out a cookie is set

Session handling over different Tomcats

2001-04-09 Thread juan . alvarez
Hello, has anyone experience in session handling over different tomcats ? The scenario is as follows: - one apache - four tomcats at the apache - every tomcat contains an application of a third party company with its own session handling Problem: Implementing a global session handling between

RE: Session handling over different Tomcats

2001-04-09 Thread Alistair Hopkins
how about running a separate login java instance on one of the boxes which can be called by all servers over RMI to check login? -Original Message- From: Moin Anjum H. [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 10:22 AM To: [EMAIL PROTECTED] Subject: Re: Session handling

RE: Session handling over different Tomcats

2001-04-09 Thread juan . alvarez
for adminstration of the different session ids. -Original Message- From: Alistair Hopkins [mailto:[EMAIL PROTECTED]] Sent: Montag, 9. April 2001 11:21 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Session handling over different Tomcats how about running a separate login java instance

RE: Session handling over different Tomcats

2001-04-09 Thread Michael Hale
PROTECTED]] Sent: Monday, April 09, 2001 4:35 AM To: [EMAIL PROTECTED] Subject: Session handling over different Tomcats Hello, has anyone experience in session handling over different tomcats ? The scenario is as follows: - one apache - four tomcats at the apache - every tomcat contains an application

Session handling

2000-11-17 Thread Drasko Kokic
Hello again just trying to make sure that I get the most acurate response ... hence the repost :-) I would need to find out if Tomcat 3.1 have any known bugs in session management area. The problem we are facing at the moment is that our application is some times presenting information