I have a JSP Project, running on Tomcat locally and on Glassfish on the web.
I have to automatically execute a batch (setup timers) as soon as the application is deployed before responding to any request.
Is there a standard way to solve this problem?
Thanks.