2012/2/27 hernan <hbe...@gmail.com> > > > The process may take some seconds or a few minutes to be completed. I'd > like to limit the number of client requests per user. >
Why not do you use Tomcat's valves mechanism ? You can implement a request filter on a Context scope Where store the counter of requests ? Memory looks the better option ... except if you application runs on a clustered enviroment. In this case, you can try a database