Re: Control/Restrict number of users using the system

2007-02-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karsten, Karsten Voges wrote: > I do not know if there is such a possibility within struts, but you can > restrict the access via your configuration of tomcat. There is a > parameter for setting a max. connections. Note that this is not a limit on th

Re: Control/Restrict number of users using the system

2007-02-16 Thread Karsten Voges
I do not know if there is such a possibility within struts, but you can restrict the access via your configuration of tomcat. There is a parameter for setting a max. connections. Or you solve it programmatically by saving a variable in you servletContext increamenting after each login, but I am