Iam using two data sources in grails application one is local db and the other is remote.
When am running the application if any one of the DB is not accessible then the application is not running .
I don't want this to happen I want to run the application atleast the home page where no database connection is required.
Please help me on this scenario that how to configure my application ..