What is the easiest way to distinguish between dev and production databases and to not accidently use the production database for development and develpment database in the production .war?
We former used an environment variable in the tomcat context XML configuration file for this purpose, but this is not suitable anymore.
Thanks
Fireball


Reply With Quote