Just on this point of multiple Tomcat Instances, how does the JVM fit into
all of this.
ie does Tomcat1 use JVM1 and Tomcat2 use JVM2. Or does Tomcat1 & Tomcat2 use
JVM1?

Also if you had one Tomcat Instances and 3 apps would they all share the one
instance of Log4j and its static methods or would there be three instances
of Log4j??

Nicholas Orr

-----Original Message-----
From: Turner, John [mailto:[EMAIL PROTECTED]] 
Sent: Friday, 15 November 2002 3:19 AM
To: 'Tomcat Users List'
Subject: RE: how many tomcat in a machine?



OK, thanks for the tip. 

John


> -----Original Message-----
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 14, 2002 12:13 PM
> To: Tomcat Users List
> Subject: RE: how many tomcat in a machine?
> 
> 
> 
> 
> On Thu, 14 Nov 2002, Turner, John wrote:
> 
> > Date: Thu, 14 Nov 2002 08:27:56 -0500
> > From: "Turner, John" <[EMAIL PROTECTED]>
> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> > To: 'Tomcat Users List' <[EMAIL PROTECTED]>
> > Subject: RE: how many tomcat in a machine?
> >
> >
> > A key problem to using a single Tomcat instance with multiple web 
> > applications is that a problem with Tomcat or a problem
> with one single web
> > app effects all the others.  In a shared server environment
> (application
> > service provider, for example) you would be better off
> having multiple
> > instances of Tomcat so that you can manage each instance
> separately without
> > effecting the others.
> >
> 
> The other side of the coin is that sharing a single Tomcat
> instance saves
> a ***lot*** of memory, because the "system classes" are shared.
> 
> You can mitigate most, but not all, of the impacts apps can
> have on each
> other by using a security manager that is appropriately 
> configured.  Glenn
> Nielsen (a Tomcat developer) has posted quite a few helpful 
> documents to
> TOMCAT-USER on how to set this up -- see the mailing list archives for
> details.  And, if you're coming to Las Vegas for ApacheCon 
> next week, his
> session on how to do this is a "must attend" for anyone contemplating
> setting up this sort of thing.
> 
> > John
> 
> Craig
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


**********************************************************************
The information contained in this e-mail is confidential and is
intended only for the use of the addressee(s).
If you receive this e-mail in error, any use, distribution or
copying of this e-mail is not permitted. You are requested to
forward unwanted e-mail and address any problems to the
MIM Holdings Limited Support Centre.

For general enquires:   ++61 7 3833 8000
Support Centre e-mail:  [EMAIL PROTECTED]
Support Centre phone:   Australia 1800500646
                                        International ++61 7 38338042
**********************************************************************


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to