On Tue, Aug 10, 2004 at 04:00:19PM -0700, Kim Thoa Nguyen wrote:
: I was wondering if it is possible to configure some where in Tomcat so that only one 
person can access my web app at a time.

Perhaps you could set the <Connector> element's maxThreads attribute to 1.
Maybe.

-or you could write a Servlet filter to handle this? That may get messy.

My answers are a little sketchy because I (and likely, others on this list)
focus on the exact opposite: trying to get as many users as possible to
connect to our webapps. ;)

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to