RE: Multiple Instances on one Machine

2007-03-09 Thread Peter Kennard
to Tomcat6 it broke the startup. I tried to modify it by changing paths and the like but it failed. Anyone have an updated method for doing this? PK At 09:55 3/8/2007, you wrote: > From: Rahul [mailto:[EMAIL PROTECTED] > Subject: Multiple Instances on one Machine > > I have two we

RE: Multiple Instances on one Machine

2007-03-08 Thread Caldarale, Charles R
> From: Rahul J [mailto:[EMAIL PROTECTED] > Subject: Re: Multiple Instances on one Machine > > One question: I don't have the Context spec file like > aBase\conf\catalina\localhost\a.xml etc, but it doesn't seem > to be affecting anything. What's the signific

Re: Multiple Instances on one Machine

2007-03-08 Thread Rahul J
t: Thursday, March 8, 2007 6:55:06 AM Subject: RE: Multiple Instances on one Machine > From: Rahul [mailto:[EMAIL PROTECTED] > Subject: Multiple Instances on one Machine > > I have two webapps "a" and "b" with their respective web.xml > files in $CATALINA_HOM

RE: Multiple Instances on one Machine

2007-03-08 Thread Caldarale, Charles R
> From: Rahul [mailto:[EMAIL PROTECTED] > Subject: Multiple Instances on one Machine > > I have two webapps "a" and "b" with their respective web.xml > files in $CATALINA_HOME\webapps\WEB-INF. That's incorrect right there, assuming webapps is declared as

Re: Multiple Instances on one Machine

2007-03-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahul, Rahul wrote: > While trying to debug that I am wondering if my way of using two > server.xml files for this scenario correct or is there any other way? > (A similar solution is mentioned at > http://tomcat.apache.org/tomcat-3.3-doc/tomcat-apach

Multiple Instances on one Machine

2007-03-07 Thread Rahul
I am using Tomcat 5.5 to run multiple instances of Tomcat (JVM) on one machine (localhost) using Eclipse. I have two webapps "a" and "b" with their respective web.xml files in $CATALINA_HOME\webapps\WEB-INF. I have two server.xml files (server-a.xml and server-b.xml), one for each webapp with di