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