How to initialize a web app?

Posted by Gatis on Stack Overflow See other posts from Stack Overflow or by Gatis
Published on 2010-05-06T02:12:25Z Indexed on 2010/05/06 2:18 UTC
Read the original article Hit count: 297

My Web App will be deployed as a WAR package in a Jetty instance. It needs to perform a lot of caching before serving requests. How do I call the caching method before anything else? is the a static void main() in the web app standard?

© Stack Overflow or respective owner

Related posts about initialization

Related posts about webapp