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