I hava a fairly large war based web app. When I boot it up, Tomcat will allow connections immediately even if the app hasn't booted. Because of this, users get a blank page until the app is loaded.
I've seen some web apps where they display a "web app is starting, please wait" page while the app is loading. Is there a simple technique for java apps to do that?