Re: Multiple Tomcat-Instances problem

2006-01-29 Thread Leon Rosenberg
gt; but should use different configuration files which are located in the > classes folder. But the tomcat-instance 2 is using the settings of > tomcat-instance 1. > > With regards > Tino > > Caldarale, Charles R wrote: > >> From: news [mailto:[EMAIL PROTECTED

Re: Multiple Tomcat-Instances problem

2006-01-29 Thread Tino Schöllhorn
but should use different configuration files which are located in the classes folder. But the tomcat-instance 2 is using the settings of tomcat-instance 1. With regards Tino Caldarale, Charles R wrote: From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tino Schöllhorn Subject: Multiple Tomcat-In

RE: Multiple Tomcat-Instances problem

2006-01-28 Thread Caldarale, Charles R
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Subject: Re: Multiple Tomcat-Instances problem > > tomcat is just a java program, therefore it runs in a VM. Each running > VM has a classpath, Actually, each VM has at least three classpaths, not counting any separate ones imp

Re: Multiple Tomcat-Instances problem

2006-01-28 Thread Leon Rosenberg
On 1/28/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > > Subject: Re: Multiple Tomcat-Instances problem > > > > Yes, but since CATALINA_HOME is used to define the classpath, both > > instances would use s

RE: Multiple Tomcat-Instances problem

2006-01-28 Thread Caldarale, Charles R
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Subject: Re: Multiple Tomcat-Instances problem > > Yes, but since CATALINA_HOME is used to define the classpath, both > instances would use same libs (bootstrap, logkit, etc). I think the > original poster wanted the apps t

Re: Multiple Tomcat-Instances problem

2006-01-28 Thread Leon Rosenberg
On 1/28/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > > Subject: Re: Multiple Tomcat-Instances problem > > > > CATALINA_HOME=/our-apps/apache-tomcat-5.5.12 > > export CATALINA_HOME > > > >

RE: Multiple Tomcat-Instances problem

2006-01-28 Thread Caldarale, Charles R
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Subject: Re: Multiple Tomcat-Instances problem > > CATALINA_HOME=/our-apps/apache-tomcat-5.5.12 > export CATALINA_HOME > > is surely wrong in the config file of /our-apps/tomcat-production Not at all. Look at the secti

Re: Multiple Tomcat-Instances problem

2006-01-28 Thread Leon Rosenberg
CATALINA_HOME=/our-apps/apache-tomcat-5.5.12 export CATALINA_HOME is surely wrong in the config file of /our-apps/tomcat-production The best you can do, just don't touch the config files at all. Simply extract two instances from a tgz and setup ports. This should work. regards Leon On 1/28/06,

RE: Multiple Tomcat-Instances problem

2006-01-28 Thread Jonathan Woods
Tino Schöllhorn Sent: 28 January 2006 17:06 To: users@tomcat.apache.org Subject: Multiple Tomcat-Instances problem Hi, I am using tomcat 5.5.12 on linux. We have installed 2 tomcat-instances - which I thought worked. But now I noticed that those 2 instances are using the same classes and the same c

RE: Multiple Tomcat-Instances problem

2006-01-28 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tino Schöllhorn > Subject: Multiple Tomcat-Instances problem > > But now I noticed that those 2 instances are > using the same classes and the same classpath, > which they should'nt. A couple of questions: 1) What do

Multiple Tomcat-Instances problem

2006-01-28 Thread Tino Schöllhorn
Hi, I am using tomcat 5.5.12 on linux. We have installed 2 tomcat-instances - which I thought worked. But now I noticed that those 2 instances are using the same classes and the same classpath, which they should'nt. Here is the configuration: /our-apps/apache-tomcat-5.5.12 for Tomcat 1 /our-