Re: Tomcat HTTP Sessions exceeded

2018-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gopi, On 7/10/18 5:38 PM, Gopi Palla wrote: > We have two dc, in one of the dc tomcat http sessions are exceeded. > we are using introscope to monitor tomcat application server and > getting the alerts, we kept the threshold value

Re: Tomcat HTTP Sessions exceeded

2018-07-12 Thread Suvendu Sekhar Mondal
Sorry, there was a typo on my last email. On Wed, Jul 11, 2018, 3:08 AM Gopi Palla wrote: > Hi, > > We have two dc, in one of the dc tomcat http sessions are exceeded. we are > using introscope to monitor tomcat application server and getting the > alerts, we kept the threshold

Re: Tomcat HTTP Sessions exceeded

2018-07-12 Thread Suvendu Sekhar Mondal
Gopi, On Wed, Jul 11, 2018, 3:08 AM Gopi Palla wrote: > Hi, > > We have two dc, in one of the dc tomcat http sessions are exceeded. we are > using introscope to monitor tomcat application server and getting the > alerts, we kept the threshold value as 850 in introscope > Do

Re: tomcat 7.0.40 - http sessions not expiring

2016-06-04 Thread Stephen Bhadran
inutes > > > > Hi, Two of our servers reached max heap and we had to restart to > > resolve the issue. > > > > In troubleshooting, we noticed Http Sessions had stopped expiring > > 05/12th and reached 25K over a period of 11 days. I noticed the > > same behav

Re: tomcat 7.0.40 - http sessions not expiring

2016-06-03 Thread Christopher Schultz
ion: *7.0.40 *Session Timeout: *30 minutes > > Hi, Two of our servers reached max heap and we had to restart to > resolve the issue. > > In troubleshooting, we noticed Http Sessions had stopped expiring > 05/12th and reached 25K over a period of 11 days. I noticed the > s

tomcat 7.0.40 - http sessions not expiring

2016-06-03 Thread Stephen Bhadran
issue. In troubleshooting, we noticed Http Sessions had stopped expiring 05/12th and reached 25K over a period of 11 days. I noticed the same behavior in both servers, the session expiration seem to have stopped on both of them around the same time. I'm saying this because from looking a

Re: Http Sessions

2011-02-01 Thread Martin Grotzke
Hi Jonathan, checkout this thread for an answer: http://old.nabble.com/Understanding-the-Persistent-Session-Manager-td30757126.html Cheers, Martin On Tue, Feb 1, 2011 at 3:40 PM, Jonathan Leibiusky wrote: > Hi, I'm trying to use PersistentManager so I can store my sessions in some > kind of st

Http Sessions

2011-02-01 Thread Jonathan Leibiusky
Hi, I'm trying to use PersistentManager so I can store my sessions in some kind of storage and be able to use a load balancer. But I see that it takes a few seconds for tomcat to save sessions in the storage, even if I set maxIdleBackup parameter to 0, it will take around 2 or 3 seconds to store it

RE: [OT] TCP connections and HTTP sessions

2009-01-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: [OT] TCP connections and HTTP sessions > > Could you elaborate on that, or point me somewhere, maybe in another > thread ? Look in the jCIFS mailing list archive: http://news.gmane.org/gmane.network.samba.java Mike

Re: [OT] TCP connections and HTTP sessions

2009-01-24 Thread André Warnier
Caldarale, Charles R wrote: You may have been looking at some discussion concerning the jCIFS NTLM filter, which has some serious problems and is scheduled to be replaced by a completely different mechanism in the next release of jCIFS. (Which is good, since the current one has no end of pro

RE: TCP connections and HTTP sessions

2009-01-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: TCP connections and HTTP sessions > I believe it might have been in some discussion relative > to HTTP NTLM authentication You may have been looking at some discussion concerning the jCIFS NTLM filter, which has some seri

Re: TCP connections and HTTP sessions

2009-01-24 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: TCP connections and HTTP sessions Some proxies/firewalls etc.. may even apparently use a single TCP connection to the back-end server, to serve requests from different clients. I've never seen that, a

RE: TCP connections and HTTP sessions

2009-01-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: TCP connections and HTTP sessions > > Some proxies/firewalls etc.. may even apparently use a single TCP > connection to the back-end server, to serve requests from different > clients. I've never seen that, an

Re: TCP connections and HTTP sessions

2009-01-24 Thread André Warnier
tovaldez wrote: [...] Actually HTTP sessions >> effective users, since each user has a 10 minutes simulated navigation but the HTTP session is lasting a lot more (I think 1 hour by default in tomcat). What I thought was that using HTTP 1.1, I would have only 1 phisical connection

Re: TCP connections and HTTP sessions

2009-01-24 Thread David Smith
... "effective users" ~= sessions, right? Not all users are actively making requests all the time so... the number of effective users is pretty much always higher than the number of in-use TCP sockets. Am I missing something? -chris Actually HTTP sessions >> effective users, since ea

Re: TCP connections and HTTP sessions

2009-01-23 Thread tovaldez
idea or give me another > > interpretation of this behaviour? > > Er... "effective users" ~= sessions, right? Not all users are actively > making requests all the time so... the number of effective users is > pretty much always higher than the number of in-use TCP sockets

Re: TCP connections and HTTP sessions

2009-01-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tovaldez wrote: > Hi, > monitoring our webapp while running load testing, I noticed that the > number of the effective users browsing the site is more than the number > of opened sockets in ESTABLISHED state (while under a 240 Virtual Users > load, I

TCP connections and HTTP sessions

2009-01-22 Thread tovaldez
Hi, monitoring our webapp while running load testing, I noticed that the number of the effective users browsing the site is more than the number of opened sockets in ESTABLISHED state (while under a 240 Virtual Users load, I see only 180 ESTABLISHED connections, or 2000VU vs 450 opened sockets).

Re: How do I enable HTTP Sessions after setting up Virtual Hosts?

2006-11-11 Thread Rashmi Rubdi
Users List Sent: Saturday, November 11, 2006 6:05:45 PM Subject: Re: How do I enable HTTP Sessions after setting up Virtual Hosts? Assuming the cookies="true" has been set for or elements if cookies fail.. then it sounds as if url rewriting is in order In that case you may want to loo

Re: How do I enable HTTP Sessions after setting up Virtual Hosts?

2006-11-11 Thread Martin Gainty
it or its contents - Original Message - From: "Rashmi Rubdi" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, November 11, 2006 3:24 PM Subject: Re: How do I enable HTTP Sessions after setting up Virtual Hosts? Martin, Thanks for your reply. The HashMa

Re: How do I enable HTTP Sessions after setting up Virtual Hosts?

2006-11-11 Thread Rashmi Rubdi
I was able to solve the problem of HTTP Session with Virtual Host configuration on Internet Explorer 6.0 . I'd like to re-state the problem I was facing in a clear manner in case someone else has the same problem, they might find this useful. In IE 6.0 I was able to set and get the value stored

Re: How do I enable HTTP Sessions after setting up Virtual Hosts?

2006-11-11 Thread Rashmi Rubdi
ookie settings. I've set it to "Accept All Cookies" but the HashMap value is still empty. I'll look in to this further. -Rashmi - Original Message From: Martin Gainty <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Saturday, November 11, 2006 2:17:44 PM Subject: Re

Re: How do I enable HTTP Sessions after setting up Virtual Hosts?

2006-11-11 Thread Martin Gainty
ashmi Rubdi" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, November 11, 2006 1:36 PM Subject: Re: How do I enable HTTP Sessions after setting up Virtual Hosts? Sorry I didn't explain the test case earlier. Well, I conducted a few other tests and the ses

Re: How do I enable HTTP Sessions after setting up Virtual Hosts?

2006-11-11 Thread Rashmi Rubdi
, the problem seems to be something else. Thanks for pointing out the context path. -Rashmi - Original Message From: Hassan Schroeder <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Saturday, November 11, 2006 9:15:03 AM Subject: Re: How do I enable HTTP Sessions after se

Re: How do I enable HTTP Sessions after setting up Virtual Hosts?

2006-11-11 Thread Hassan Schroeder
On 11/11/06, Rashmi Rubdi <[EMAIL PROTECTED]> wrote: HTTP Session was working before I set up Virtual Hosts on Tomcat 5.5/ Windows XP. ?? And exactly how is it not working now? What's the test case? The entries in server.xml : Dunno if it's related but that Context path

How do I enable HTTP Sessions after setting up Virtual Hosts?

2006-11-11 Thread Rashmi Rubdi
I have 2 separate projects set up as virtual hosts http://projectA:8080/ http://projectB:8080/ so that each of them can be run from the ROOT context in the development environment. Just to make it easier to switch between them. HTTP Session was working before I set up Virtual Hosts on Tomcat 5.5