> From: Susan G. Conger [mailto:cong...@yoeric.com] > Subject: Setup Advice Needed: dev vs. test vs. production
> I don't want to install 3 instances of tomcat on the > customers machine for running the different environments. I strongly suggest you rethink that, and use at least three separate Tomcat instances. Trying to run everything in one instance puts production at a severe risk of failure should anything in the dev or test environment have a problem (e.g., infinite loop, heap overflow). Given the extremely low cost of hardware (or VMs) these days, I'd have the test and prod systems on different boxes or VMs, and let each developer run their own Tomcat instance on their own workstation. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org