I have an application in grails, which i can the change the parameters in the welcome page, database configuration included (server, username, ...), i externalized the db configuration from the datasource so i can change it. What i want to do, is to have the possibility to start the application without any database configured, so i can configure it after that, in the welcome page. Is this possible with grails ? i want at least load the first page (this page doesn't retrieve any information from the db).
Thanks !