RE: Display a static page while application loading.

2011-09-19 Thread Eric Bouer
; Eric - > > One could argue what's the true benefit here though? Production shouldn't > be restarted or unavailable except during an outage, whether it's planned > or unplanned, right? > > -Original Message- > From: Eric Bouer [mailto:ericbo...@gmail.

Re: Display a static page while application loading.

2011-09-19 Thread Eric Bouer
> On Mon, Sep 19, 2011 at 09:45, Eric Bouer wrote: >> >> Hello list. >> I'm using tomcat for a J2EE application that uses Spring/Hibernate/JSF. >> The spring container and hibernate bootstrap are slow and the users get a >> blank page or no response from tomcat

Display a static page while application loading.

2011-09-19 Thread Eric Bouer
Hello list. I'm using tomcat for a J2EE application that uses Spring/Hibernate/JSF. The spring container and hibernate bootstrap are slow and the users get a blank page or no response from tomcat while the application starts. In order to avoid that I was thinking about some static page that can be