I'm trying to setup my development environment so that I have a development version of my webapp, and a production version of my webapp. My webapp has corporate-wide responsibilities(in a 24-7 environment) and requires very little downtime. Up to now I've managed to do development tasks on the running version(with a few hickups), but I need to start making larger feature changes that I can fully test, without restarting the server and kicking everyone with a session off the system while doing their work.
I now understand how ant can help me deploy for different targets, but how do I develop code and test it(without producing all the notification emails, updates to the database, etc) in my development-server and then "turn this debug code off" in the production-server when it's deployed?
Any hints/suggestions are appreciated.
--Jonathan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
