Tomcat Session Replication Question

2005-09-21 Thread Ryan McDonald
Can somebody tell me if there is a way to determine when session replication is complete after a new tomcat instance joins the cluster? When updating our cluster we usually restart one tomcat instance at a time. What we noticed is if we restart the second one too quickly after the first rejoin

Tomcat session deserialization issue ?

2005-07-12 Thread Mufaddal Khumri
Hello all, We have a webapp deployed on Tomcat 5.5.7 and Apache/2.0.53. We have serialized our sessions. We get this error in our log on start of the webapp: WARN - Cannot serialize session attribute SESSION_DATA for session 1948F0D64D1B2679896325B06457A075 java.io.NotSerializableExceptio

Help Tomcat session replication!!!!!!!!!!!!!!!!!!!!!

2005-05-20 Thread etienne
Hello, I would like to know how "session replication" works with TOMCAT. And what is the configuration? My configuration is: One Apache 192.168.0.122 Three tomcat servers 192.168.0.121-123 The load balancing with Apache and Tomcat works. I tested the configuration with a simple JSP like thi

Using tomcat session

2005-02-15 Thread Rodrigo Avila
Hi, When two clients are connected to my server, is possible to an third client use the sessions of the other two users? If it is possible, how I catch the sessions? Thanks! -- Rodrigo de Avila [EMAIL PROTECTED] http://www.avila.eti.br --

Tomcat session continuation from https to http

2004-11-25 Thread Bob Feretich
The Tomcat code distinguishes between http and https accesses, with respect to session continuation. Specifically, when HttpServeletResponse.encodeRedirectURL(} or HttpServeletResponse.encodeURL() are called for URL rewriting (client has cookies turned off), if the current servlet is accessed via h

Re: Tomcat session/load capacity?

2004-02-29 Thread Tim Funk
Nope. You can an OOM exception. Because there is no way to detect in a JVM when you'll run out of memory. Like any web-application, the server strength depends as much on how the application is architected and written as well as the load it will take. Everything after that is trade offs. For ex

Re: Tomcat session/load capacity?

2004-02-28 Thread Riaan Oberholzer
Will Tomcat automatically detect if there is no more memeory for sessions, or do I have to configure it somehow? I'm planning on using a Tomcat hosting service, so I have no control on the system setup or usage... they claim the servers never run at more than 20% capacity, which does sound to make

Re: Tomcat session/load capacity?

2004-02-28 Thread Tim Funk
it depends on the amount of memory you have and how much memory is in each session yes - but I have no idea what standard is and where the database lives and how complex the pages are -Tim Riaan Oberholzer wrote: How many simulataneous sessions can Tomcat handle and is it configurable? Would a

Tomcat session/load capacity?

2004-02-28 Thread Riaan Oberholzer
How many simulataneous sessions can Tomcat handle and is it configurable? Would a Tomcat server be able to handle a website with 10,000 - 15,000 hits per day on a standard linux server? MySQL underneath. __ Do you Yahoo!? Get better spam protection with Yahoo! Mai

Re: Tomcat Session Managment Problem under Linux

2004-01-26 Thread Adam Hardy
On 01/26/2004 07:12 PM Shane O'Sullivan wrote: Hi All, I am using Tomcat 4.1 running on Red Hat Linux 9.0. I have succesfully deployed my servlet and all seems to be running ok except for one issue. The number of sessions for my servlet seems to be incrementing, even if I stop and restart Tomcat.

Tomcat Session Managment Problem under Linux

2004-01-26 Thread Shane O'Sullivan
Hi All, I am using Tomcat 4.1 running on Red Hat Linux 9.0. I have succesfully deployed my servlet and all seems to be running ok except for one issue. The number of sessions for my servlet seems to be incrementing, even if I stop and restart Tomcat. Its currently at 86 and i'm worried thi

RE: Tomcat session

2004-01-06 Thread Shapira, Yoav
Howdy, No. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: thuret olivier [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 06, 2004 10:29 AM >To: Tomcat Users List >Subject: Tomcat session > >hi, > >i want to know if it's possible t

Tomcat session

2004-01-06 Thread thuret olivier
hi, i want to know if it's possible to share the session of a context to another context in the same instance of tomcat (server.xml)? thanks a lot

RE: tomcat & session invalidate

2003-12-01 Thread Shapira, Yoav
47 AM >To: Tomcat Users List >Subject: Re: tomcat & session invalidate > >The memory won't be released until the Garbage Collector (GC) is run. >The JVM determines when to run GC based on the available memory. > > > >On Friday 28 November 2003 05:38 am, you wrote: >

Re: tomcat & session invalidate

2003-11-30 Thread bsouther
The memory won't be released until the Garbage Collector (GC) is run. The JVM determines when to run GC based on the available memory. On Friday 28 November 2003 05:38 am, you wrote: > Hi, > I've notice that Tomcat (v.4.1.29) does not release memory on session > invalidate event... > I try to c

tomcat & session invalidate

2003-11-28 Thread giluka
Hi, I've notice that Tomcat (v.4.1.29) does not release memory on session invalidate event... I try to create many session (with a stress tool like grinder) and i've set session life time to 1 minute. Tomcat memory occupation stretch to increase ... inexplicably, in my opinion. When destroy session

Re: Debug tomcat session serialization

2003-08-28 Thread Sasha Borodin
Bill, thank you, this entry in server.xml indeed caused some serialization debugging output (except I put debug="99"). -Sasha On 8/27/03 0:07, "Bill Barker" <[EMAIL PROTECTED]> wrote: > It looks like you have to explictly configure the Manager to get this info: > > > > > Note: I haven't test

Re: Debug tomcat session serialization

2003-08-27 Thread Bill Barker
It looks like you have to explictly configure the Manager to get this info: Note: I haven't tested this, and only spent about a minute looking at the code, so this may not work. "Sasha Borodin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Where do I have to up the debug leve

Debug tomcat session serialization

2003-08-26 Thread Sasha Borodin
Where do I have to up the debug level to get some error/debug/trace messages for session serialization when I reload a context? I'm having an issue with Struts ActionForm's bound to a session becoming null after a context/container reload, but I see no messages in localhost_log_.txt or catalina.ou

RE: Tomcat session

2003-04-03 Thread Filip Hanik
not sure, check the spec, but if it did work that way, your server would have a memory leak :) Filip > -Original Message- > From: Lee Peik Feng [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 10:16 PM > To: Tomcat Users List > Subject: Tomcat session > > &

Tomcat session

2003-04-03 Thread Lee Peik Feng
Hi, in web.xml 30 Could I set the value to -1 so that the session timeout is unlimited as long as tomcat alive? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Tomcat Session Management Problems

2003-03-24 Thread Markus Chilla
Hi there, I'm using Tomcat 4.0.x, 4.1.x (up to .24) and Tomcat 3.3.1a for developing WAP-enabled portals. I must not use cookies for session handling (because WAP-Gateways sometimes allow cookies but they're not handled as referenced in RFC), so I used in server.xml under Tomcat 3.3.1a and

Re: Tomcat session sharing behind loadbalanced apache servers

2003-01-23 Thread jmong
rvers in its pool and provides session failover etc. hope that helps jan-michael - Original Message - From: Michael Della Bitta <[EMAIL PROTECTED]> Date: Thursday, January 23, 2003 10:44 am Subject: Re: Tomcat session sharing behind loadbalanced apache servers > I haven&

Re: Tomcat session sharing behind loadbalanced apache servers

2003-01-23 Thread Michael Della Bitta
I haven't received any response to this. Should I assume it's not currently possible? On Wednesday, January 22, 2003, at 05:44 PM, Michael Della Bitta wrote: Hi, just wondering if anybody has managed to share sessions among Tomcat installs behind Apache installs on separate machines running b

Tomcat session sharing behind loadbalanced apache servers

2003-01-22 Thread Michael Della Bitta
Hi, just wondering if anybody has managed to share sessions among Tomcat installs behind Apache installs on separate machines running behind a hardware load balancer. My university has three web servers, each with it's own Apache linked up to it's own Tomcat. Apparently, my group is the only on

Tomcat Session Question

2003-01-14 Thread Lee Peik Feng
Hi, Is it possible to set the session expiration to infinite? So that Tomcat session will never die. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Tomcat Session Management Bugs?

2002-08-11 Thread Lee Peik Feng
Hi, I'm using jdk1.3.1_04, tomcat 4.0.4, apache1.3.24 and mod_jk on Linux 7.3. I sometimes (not every time,happen mainly after I update jsp files, clear cache and restart tomcat) get the below error while trying to browse a jsp page. I have a main page with a link (http://mydomain/appli

Tomcat Session ID handling??

2002-04-23 Thread John Regan
* I am concerned about how Tomcat identifies whether or not a page hit is part of an old or new session. If you come back the next day and type yesterday's jsessionid= value onto your URL line, will Tomcat be tricked into thinking its the same session? If you bookmark a page so that the js

Re: tomcat session problem

2001-10-26 Thread Craig R. McClanahan
On Fri, 26 Oct 2001, Dmitri Colebatch wrote: > Date: Fri, 26 Oct 2001 15:50:41 +1000 > From: Dmitri Colebatch <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: tomcat session problem > > On Fri, 26 Oct 2001, Dmitri Colebatch

Re: tomcat session problem

2001-10-26 Thread Rinku Randhawa
sessions. I would really appreciate the suggestions Thanks Rinku - Original Message - From: "Dmitri Colebatch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 1:50 AM Subject: Re: tomcat session problem > On Fri, 26 Oct 2001, Dmitri Cole

Re: tomcat session issue

2001-10-26 Thread Rinku Randhawa
sessions. I would really appreciate the suggestions Thanks Rinku - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 9:57 PM Subject: RE: tomcat session issue > If you have two browser windows open they both use the same

Re: tomcat session problem

2001-10-26 Thread Dmitri Colebatch
On Fri, 26 Oct 2001, Dmitri Colebatch wrote: > On Thu, 25 Oct 2001, Rinku Randhawa wrote: > > > Thanks Ralph for the information, my question is when there are 2 sessions > > running on the web in the same PC (by opening 2 browsers) then it doesn't > > track the sessions properly and changes the

Re: tomcat session problem

2001-10-26 Thread Dmitri Colebatch
On Thu, 25 Oct 2001, Rinku Randhawa wrote: > Thanks Ralph for the information, my question is when there are 2 sessions > running on the web in the same PC (by opening 2 browsers) then it doesn't > track the sessions properly and changes the value of the session when I go > to different pages eve

RE: tomcat session issue

2001-10-26 Thread Conor . Power
, 2001 5:06 AM To: '[EMAIL PROTECTED]' Subject: RE: tomcat session issue I'm not aware of any session bugs in Tomcat 3.2.3 that would explain this. It is more likely to be some sort of user error. Can't tell if browser caching would be involvled. Perhaps you could post some

Re: tomcat session problem

2001-10-25 Thread Rinku Randhawa
tober 25, 2001 3:39 AM Subject: RE: tomcat session problem > Hi Rinku, > > Your application should work fine in both the browsers opened > simultaneously...only if the second browser window is not opened from the > first browser window using Ctrl+N > > If you are opening the

RE: tomcat session problem

2001-10-25 Thread Geoff Howard
:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 3:39 AM To: '[EMAIL PROTECTED]' Subject: RE: tomcat session problem Hi Rinku, Your application should work fine in both the browsers opened simultaneously...only if the second browser window is not opened from the first browser window us

Re: tomcat session problem

2001-10-25 Thread Rinku Randhawa
hanks, -Rinku - Original Message - From: "Ralph Einfeldt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 2:32 AM Subject: AW: tomcat session problem > It's not a tomcat issue, it more an issue of your application. > > If

Re: tomcat session problem

2001-10-25 Thread Craig R. McClanahan
gt; > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: tomcat session problem > > Hi there, > > I am using jakarta-tomcat - 3.2.3 server to run my project. I am finding > that session tracking, when more than one browser window is opened at one > time, doesn

RE: tomcat session problem

2001-10-25 Thread Geoff Howard
just out of curiosity, what browser are you using, and how are you beginning the second browser session? Geoff -Original Message- From: Rinku Randhawa [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 2:46 PM To: [EMAIL PROTECTED] Subject: tomcat session problem Hi there

RE: tomcat session issue

2001-10-25 Thread Larry Isaacs
e- > From: Rinku Randhawa [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 24, 2001 9:51 AM > To: [EMAIL PROTECTED] > Subject: tomcat session issue > > > Hi there, > > I am using jakarta-tomcat - 3.2.3 server to run my project. I > am finding > that sessi

RE: tomcat session problem

2001-10-25 Thread Shah, Chintan V (Chintan)
must be able to work on both of them simultaneously.. I hope, this will help you. regards, Chintan. -Original Message- From: Rinku Randhawa [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 12:16 AM To: [EMAIL PROTECTED] Subject: tomcat session problem Hi there, I am using

AW: tomcat session problem

2001-10-25 Thread Ralph Einfeldt
2001 20:46 > An: [EMAIL PROTECTED] > Betreff: tomcat session problem > > > Hi there, > > I am using jakarta-tomcat - 3.2.3 server to run my project. I > am finding > that session tracking, when more than one browser window is > opened at one > time, doesn&#x

tomcat session problem

2001-10-24 Thread Rinku Randhawa
Hi there, I am using jakarta-tomcat - 3.2.3 server to run my project. I am finding that session tracking, when more than one browser window is opened at one time, doesn't come out to be correct. I am using its inbuilt session object and the cookies are enabled in my browser. When more than one se

tomcat session issue

2001-10-24 Thread Rinku Randhawa
Hi there, I am using jakarta-tomcat - 3.2.3 server to run my project. I am finding that session tracking, when more than one browser window is opened at one time, doesn't come out to be correct. I am using its inbuilt session object and the cookies are enabled in my browser. When more than one se

IIS & tomcat session problem

2001-04-03 Thread Ganfeng Lu
Hi, I am trying to use tomcat3.2.1 together with IIS5. Everything works fine except the session. In my project - my first one in tomcat, logon.jsp will keep the user logon infomation in Session and redirect user to menu.jsp. Menu.jsp will then check the logon info before doing any actual work.

Tomcat Session Problem!

2001-03-01 Thread Moin Anjum H.
Hi All, Thanks a lot in advance. I have a grave problem with tomcat. I am not able to kill session created with HttpSession Mysession = request.getSession( true ); At the end even if i execute Mysession.invalidate(); still in my next session i get the values of when i call MySession.getAttri