RE: webapps question

2009-11-05 Thread Jeffrey Janner
, 2009 7:23 AM To: Tomcat Users List Subject: Re: webapps question On 04/11/2009 13:17, Joseph Morgan wrote: Michele, It looks like all of the jar files you mention can safely be deployed in Tomcat's common lib area. I'm not sure that's true of commons-logging or log4j. Someone else might have

Re: webapps question

2009-11-05 Thread Michele Mase'
: Wednesday, November 04, 2009 7:50 AM To: Tomcat Users List; p...@pidster.com Subject: RE: webapps question I think you're right: http://stackoverflow.com/questions/217929/problem-with-commons-logging-l og4j-setup-in-spring-webapp-with-tomcat-6http://stackoverflow.com/questions/217929/problem

webapps question

2009-11-04 Thread Michele Mase'
I've 100 webapps on one single tomcat instance. Every webapps has in his WEB-INF/lib the same jars I've some permgen memory problems too Moving all the shared libs in tomcat's root/common/lib should help me reducing the perm gen memory usage? Should it be a good pratics? Michele

Re: webapps question

2009-11-04 Thread Mikolaj Rydzewski
Michele Mase' wrote: I've 100 webapps on one single tomcat instance. Every webapps has in his WEB-INF/lib the same jars I've some permgen memory problems too Moving all the shared libs in tomcat's root/common/lib should help me reducing the perm gen memory usage? Should it be a good pratics It

Re: webapps question

2009-11-04 Thread Michele Mase'
Thanx 4 you answer; ps: there are 100 webservices, not webapps Pls, help me: I'm not a developer ... and I don't understand the disadvantages of static classes/fields loaded from common classloader will be shared among all webapps, Could you be a little more specific about the disadvantages? Your

Re: webapps question

2009-11-04 Thread Ognjen Blagojevic
Michele Mase' wrote: I've 100 webapps on one single tomcat instance. Every webapps has in his WEB-INF/lib the same jars I've some permgen memory problems too Moving all the shared libs in tomcat's root/common/lib should help me reducing the perm gen memory usage? Should it be a good pratics?

Re: webapps question

2009-11-04 Thread Mikolaj Rydzewski
Michele Mase' wrote: ps: there are 100 webservices, not webapps Pls, help me: I'm not a developer ... and I don't understand the disadvantages of static classes/fields loaded from common classloader will be shared among all webapps, Could you be a little more specific about the disadvantages?

RE: webapps question

2009-11-04 Thread Joseph Morgan
to have a 1 to 1 correlation between applications and web services. Joe -Original Message- From: Michele Mase' [mailto:michele.m...@gmail.com] Sent: Wednesday, November 04, 2009 4:56 AM To: Tomcat Users List Subject: Re: webapps question Thanx 4 you answer; ps: there are 100 webservices

Re: webapps question

2009-11-04 Thread Pid
correlation between applications and web services. Joe -Original Message- From: Michele Mase' [mailto:michele.m...@gmail.com] Sent: Wednesday, November 04, 2009 4:56 AM To: Tomcat Users List Subject: Re: webapps question Thanx 4 you answer; ps: there are 100 webservices, not webapps Pls, help me

RE: webapps question

2009-11-04 Thread Joseph Morgan
To: Tomcat Users List Subject: Re: webapps question On 04/11/2009 13:17, Joseph Morgan wrote: Michele, It looks like all of the jar files you mention can safely be deployed in Tomcat's common lib area. I'm not sure that's true of commons-logging or log4j. Someone else might have a better

Re: webapps question

2009-11-04 Thread Mikolaj Rydzewski
Joseph Morgan wrote: So commons-logging is not safe in common lib area. I think, that OP's environment is a production one. So redeployment is not a problem. I mean it's not common to redeploy webapps often in production environment. But depending on design of webapps, classes loaded from

Re: webapps question

2009-11-04 Thread Michele Mase'
-Original Message- From: Michele Mase' [mailto:michele.m...@gmail.com] Sent: Wednesday, November 04, 2009 4:56 AM To: Tomcat Users List Subject: Re: webapps question Thanx 4 you answer; ps: there are 100 webservices, not webapps Pls, help me: I'm not a developer ... and I don't understand