Sorry for 'flooding' the list but I just noticed I was subscribed to the dev mailing list and my messages to the users mailing list were blocked. So resending them after subscribing to the correct mailing list.
Hi folks, In my application I configured the sql objectstore in the isis.properties file. Also the database connection information is inside the isis.properties file (isis.persistor.sql.jdbc.* entries). As a result of this the database connection info ends up being inside my WAR file. This prevents me from deploying the same WAR file in the various DTAP (Development, Test, Acceptance, Production) environment. How can I extract the database connection info from the isis.properties inside the WAR to something that is outside the WAR file. For instance like a configuration directory. I looked in the documentation and the source code but could not find a clear answer. Overriding the IsisWebAppBootstrapper with my own is my last option. However my guts are telling me that ISIS somewhere already has support for this. I just can't figure out how. Can anyone help me out here? Or do I really have to override the IsisWebAppBootstrapper? Regards, Minto
