Can you define Environment settings on a per-Service basis?

2006-08-04 Thread Thomas.Vaughan
Hi, I'm running tomcat 5.5 on a windows box and I'm wondering if I can do the following... I have 2 separate Services configured in my server.xml, one to support development and one to support pre-production: Service Name Port Webapps Dir ---

RE: steps multiple instances of tomcat

2006-08-04 Thread Thomas.Vaughan
It depends on the environment you're running on... In my experience, it is easier to get multiple Tomcat instances running on Linux than it is on Windows. For Linux, I just gzuniped the Tomcat installation package twice; once in /usr/local/tomcat_01 and again in /usr/local/tomcat_02. I modified