Re: Display a static page while application loading.

2011-09-20 Thread Pid
On 19/09/2011 16:52, David kerber wrote: On 9/19/2011 10:50 AM, Eric Bouer wrote: Yeah but high availability/scaling solutions or a dynamic nature of application where new features are added frequently are common. HA and scaling solutions typically employ a load balancer (i.e. Apache

Re: Display a static page while application loading.

2011-09-20 Thread Konstantin Kolinko
2011/9/19 Eric Bouer ericbo...@gmail.com: 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

Re: Display a static page while application loading.

2011-09-19 Thread Francis GALIEGUE
On Mon, Sep 19, 2011 at 09:45, Eric Bouer ericbo...@gmail.com 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 while the application

Re: Display a static page while application loading.

2011-09-19 Thread Eric Bouer
Thanks you Francis but I can't use a apache frontend. I'm looking for a solution in tomcat itself, And I guess it's a common request since many applications have long startup times and this can be very annoying to get a blank page in production. Francis Galiegue-4 wrote: On Mon, Sep 19,

RE: Display a static page while application loading.

2011-09-19 Thread CRANFORD, CHRIS
To: users@tomcat.apache.org Subject: Re: Display a static page while application loading. Thanks you Francis but I can't use a apache frontend. I'm looking for a solution in tomcat itself, And I guess it's a common request since many applications have long startup times and this can be very

RE: Display a static page while application loading.

2011-09-19 Thread Eric Bouer
To: users@tomcat.apache.org Subject: Re: Display a static page while application loading. Thanks you Francis but I can't use a apache frontend. I'm looking for a solution in tomcat itself, And I guess it's a common request since many applications have long startup times and this can be very

RE: Display a static page while application loading.

2011-09-19 Thread Mikolaj Rydzewski
On Mon, 19 Sep 2011 07:50:50 -0700 (PDT), Eric Bouer wrote: Yeah but high availability/scaling solutions or a dynamic nature of application where new features are added frequently are common. Anyway if I could get some information on tomcat internal bootstap I would write something to handle

Re: Display a static page while application loading.

2011-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric, On 9/19/2011 3:45 AM, Eric Bouer wrote: 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