I have a tomcat webapp which has a dependency on another application (which will mostly not have started up when tomcat starts), so my initialization fails.
I want to know if there is a way to skip the initialization of my webapp at tomcat startup and initialize it only when my servlet gets a request.