>Is it possible to see how many active sessions there are at a given moment?
See: http://www.stardeveloper.com/articles/index.jsp;jsessionid=HNBPCBIDMKEI?id=0003 >If so, has anyone implemented a "safe" shutdown procedure for a TomCat >server? >What I need is a mechanism that allows me to deny future requests for the >app >but allow the visitors that are active to finish their business and THEN >shutdown >instead of killing the server while users are still on it. > >Ideas? You can utilize a global variable (session). You set this variable for each user to permit or deny the access to the site. This for avoid the permision to new user and to allow the visitors that are active to finish their business. Marcelo _________________________________________________________________ Hable con sus amigos en l�nea, pruebe MSN Messenger: http://messenger.msn.es -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
