> From: Susan G. Conger [mailto:cong...@yoeric.com] 
> Subject: RE: Setup Advice Needed: dev vs. test vs. production

> But in our environment it just isn't feasible to install 
> three different tomcats on the customer's system.

Why not?

> So I was trying to come up with a way to do this without 
> having to rename a bunch of stuff.

Trying to run three separate environments on one Tomcat will *require* renaming 
a bunch of stuff.  Running separate Tomcats for each avoids that issue.

> Can Tomcat be setup so 3 VM instances are ran under one 
> tomcat installation?

Assuming you mean JVM, not VM, you can read RUNNING.txt in the Tomcat home 
directory to see how multiple Tomcat instances can be run with one copy of the 
Tomcat jar files.  But I'm not sure what you think you're gaining by doing so.  
Having separate installations and running instances lets you test on a new 
Tomcat version before committing it to production.

> With the constraint that only one tomcat can be installed on 
> the system what is the best way to run 3 separate environments?

Get rid of the constraint; it's nonsensical.

 - 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

Reply via email to