> -----Original Message-----
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Sent: Monday, December 20, 2010 1:08 PM
> To: Tomcat Users List
> Subject: Re: IS that a good idea moving all the common libs?
> 
> On Dec 20, 2010, at 12:16, "Luca Gervasi" <tom...@ashetic.net> wrote:
> 
> > I'm trying to lower the permgen needed by a large amount of webapps
> > moving all the commonly used libs to the tomcat common libs.
> 
> That's a really, really bad idea. You would be intertwining all your
> webapps, potentially introducing object leaks across webapps, and
> creating insurmountable versioning issues. You'd also require a
> complete Tomcat restart to update any single webapp.

I'm really not seeing that. Anyhow, would the suggestion change if you were
running 300+ web applications?

> 
> Webapps are intended to be independent; don't make your life miserable
> by tying them all together. If you need more PermGen space, configure
> it. If you've got memory leaks, fix them.
> 
>  - Chuck
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org


George Sexton
MH Software, Inc.
303 438-9585
www.mhsoftware.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to