Re: webapps question

2009-11-05 Thread Michele Mase'
l Message- > From: Joseph Morgan [mailto:joseph.mor...@ignitesales.com] > Sent: 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/pr

RE: webapps question

2009-11-05 Thread Jeffrey Janner
.@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-6 So commons-logging is not safe in common lib area. -Original Message- From: Pid [mailto:p...@pidster.com]

Re: webapps question

2009-11-04 Thread Michele Mase'
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 webservice

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 sh

RE: webapps question

2009-11-04 Thread Joseph Morgan
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.

Re: webapps question

2009-11-04 Thread Pid
ent 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 Joseph Morgan
ement 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 w

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 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? No

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 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 wi

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