Re: [appfuse-user] Database connection failure

2007-12-28 Thread TWood
I have the same situation where our application must be able to handle a bad db connection on when the application starts. What is the best way to make appfuse wait for the database to start? Thanks for all your help. -- View this message in context: http://www.nabble.com/Database-connection

Re: [appfuse-user] Database connection failure

2006-11-30 Thread Matt Raible
On 11/30/06, John Allerdyce <[EMAIL PROTECTED]> wrote: Hi, In Appfuse, when the database connection fail to establish, the whole webapp will fail to initialize. And when user hits http://localhost:8080/testapp/index.jsp , he will get an Tomcat error page. Can I change it so that AppFuse will st

[appfuse-user] Database connection failure

2006-11-30 Thread John Allerdyce
Hi, In Appfuse, when the database connection fail to establish, the whole webapp will fail to initialize. And when user hits http://localhost:8080/testapp/index.jsp, he will get an Tomcat error page. Can I change it so that AppFuse will still come up despite DB connection fail to establish? And