aspose file tools
The moose likes Servlets and the fly likes limiting the number of user logging an application to a specific number Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "limiting the number of user logging an application to a specific number" Watch "limiting the number of user logging an application to a specific number" New topic
Author

limiting the number of user logging an application to a specific number

prakash pawar
Ranch Hand

Joined: Mar 11, 2010
Posts: 42
Hi All,

Can we restrict the number of user logging an application from Web.xml


Regards,
Prakash Pawar.
Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510
I also have same problem?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35257
    
    7
The Servlet specification makes no provisions for this, so you'll have to implement it yourself. It sounds pretty easy to do.


Android appsImageJ pluginsJava web charts
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26216
    
  66

Take a look at servlet listeners to see when sessions are created/destroyed. Note that if people close the browser without logging out, you won't know until the session times out.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510
count a number of users loged in using listener and restrict them loging when the limit is become.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: limiting the number of user logging an application to a specific number
 
Similar Threads
Is there a way to know how many HttpSession Objects in the container?
Logging + User Experience
How Tomcat Works book - development question
Logging in Struts
B&S Locking Test