Re: Using different database provider settings in production

2016-06-30 Thread Jeroen van der Wal
We currently override the defaults in context.xml to point to different config files on dev, test and prod boxes: WEB-INF/web.xml The /var/isis-config folder contains the following files: isis.properties logging.properties persistor.properties

Using different database provider settings in production

2016-06-30 Thread Jan-Willem Gmelig Meyling
Hi all, Say I want to use a different configuration in development and production, and want to switch between the two easily, so that my IDE just works out of the box with the development settings, and with a simple Maven command I am able to create a functioning WAR. Lots of the properties