RE: Limit the number of concurrent users

2007-10-18 Thread Woodgett, Mel (MSFC-NNM04AA02C)[STEEPLE]
Thanks Chris. That's the route we were going to take, but I wanted to see if there was a simpler solution. Mel -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 4:53 PM To: Tomcat Users List Subject: Re: Limit the numb

Re: Limit the number of concurrent users

2007-10-18 Thread Jess Holle
You can easily do this sort of thing with a session listener -- and the code will be relatively portable across servlet engines, etc. -- Jess Holle Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mel, Woodgett, Mel (MSFC-NNM04AA02C)[STEEPLE] wrote: Let me rephras

Re: Limit the number of concurrent users

2007-10-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mel, Woodgett, Mel (MSFC-NNM04AA02C)[STEEPLE] wrote: > Let me rephrase my question. What's the best way for me to set tomcat up > in way to where I can restrict the total number of concurrent users? Is > this possible right out of the box with tomcat

Re: Limit the number of concurrent users

2007-10-18 Thread Filip Hanik - Dev Lists
ve to use Apache with tomcat? -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 1:35 PM To: Tomcat Users List Subject: Re: Limit the number of concurrent users tomcat is pretty useless without using connectors, how would you propos

RE: Limit the number of concurrent users

2007-10-18 Thread Woodgett, Mel (MSFC-NNM04AA02C)[STEEPLE]
ailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 1:35 PM To: Tomcat Users List Subject: Re: Limit the number of concurrent users tomcat is pretty useless without using connectors, how would you propose to use it, if you didn't have connectors? Filip Woodgett, Mel (MSFC-NNM04AA02

Re: Limit the number of concurrent users

2007-10-18 Thread Filip Hanik - Dev Lists
tomcat is pretty useless without using connectors, how would you propose to use it, if you didn't have connectors? Filip Woodgett, Mel (MSFC-NNM04AA02C)[STEEPLE] wrote: Is there any way to limit the number of concurrent users in Tomcat without using any connectors? ---