Re: Display a static page while application loading.

2011-09-20 Thread Konstantin Kolinko
2011/9/19 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

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. Apach

Re: Display a static page while application loading.

2011-09-19 Thread David kerber
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 HTTPD) in front of them which could handle this.

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 app

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 th

RE: Display a static page while application loading.

2011-09-19 Thread Eric Bouer
com] > Sent: Monday, September 19, 2011 6:46 AM > 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'

RE: Display a static page while application loading.

2011-09-19 Thread CRANFORD, CHRIS
2011 6:46 AM 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 star

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, 20

Re: Display a static page while application loading.

2011-09-19 Thread Francis GALIEGUE
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 while the application starts. > In order to