Re: questions about the classloader in tomcat 6

2007-05-21 Thread Rainer Jung
Thanks. I saw that in catalina.properties. If I fill those values in (for the appropriate classloader) I can duplicate the behavior of the older systems. That will help in migrating large installations that are running tomcat 5 to tomcat 6. Is there a need to move to the "newer" common classloa

RE: questions about the classloader in tomcat 6

2007-05-21 Thread Caldarale, Charles R
> From: Brian Millett [mailto:[EMAIL PROTECTED] > Subject: Re: questions about the classloader in tomcat 6 > > Is there a need to move to the "newer" common classloader? There may not be a need, but performance is certainly improved with fewer class loaders and short

Re: questions about the classloader in tomcat 6

2007-05-21 Thread Brian Millett
Rainer Jung escribío: > The catalina.properties file is the one that defines the classloader > search order. So you are free to make the order fit your own needs. > > For instance if you really like to share product installations and want > to add instance specific things to the common loader, you

Re: questions about the classloader in tomcat 6

2007-05-21 Thread Rainer Jung
The catalina.properties file is the one that defines the classloader search order. So you are free to make the order fit your own needs. For instance if you really like to share product installations and want to add instance specific things to the common loader, you would add a folder of your

Re: questions about the classloader in tomcat 6

2007-05-21 Thread Brian Millett
Filip Hanik - Dev Lists escribío: > Brian Millett wrote: >> Filip Hanik - Dev Lists escribío: >> >>> $CATALINA_HOME/lib >>> >> >> Doesn't that defeat the CATALINA_BASE setup for multiple instances of >> tomcat? >> > I always get the BASE and HOME mixed up. but I believe HOME is the > inst

Re: questions about the classloader in tomcat 6

2007-05-21 Thread Filip Hanik - Dev Lists
Brian Millett wrote: Filip Hanik - Dev Lists escribío: $CATALINA_HOME/lib Doesn't that defeat the CATALINA_BASE setup for multiple instances of tomcat? I always get the BASE and HOME mixed up. but I believe HOME is the installation of all the shared binaries, hence all common libr

Re: questions about the classloader in tomcat 6

2007-05-21 Thread Brian Millett
Filip Hanik - Dev Lists escribío: > $CATALINA_HOME/lib Doesn't that defeat the CATALINA_BASE setup for multiple instances of tomcat? > > Brian Millett wrote: >> Hello, I've setup my tomcat 6.0.13 with the CATALINA_HOME=/opt/tomcat and >> CATALINA_BASE=/opt/webBaseDir on a FC6 system. >> >> I rea

Re: questions about the classloader in tomcat 6

2007-05-21 Thread Filip Hanik - Dev Lists
$CATALINA_HOME/lib Filip Brian Millett wrote: Hello, I've setup my tomcat 6.0.13 with the CATALINA_HOME=/opt/tomcat and CATALINA_BASE=/opt/webBaseDir on a FC6 system. I read in http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html "Common - This class loader contains additional class