You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by sp...@gmx.eu on 2011/10/14 18:52:57 UTC

Classloaders in catalina.properties

Hi,

in catalina.properties I can define paths for common, server and shared
loaders.

Where do I find them here in the docs?:

http://tomcat.apache.org/tomcat-7.0-doc/class-loader-howto.html

Here we have only system and common...

Thank you


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


Re: Classloaders in catalina.properties

Posted by Mark Thomas <ma...@apache.org>.
On 16/10/2011 20:11, spring@gmx.eu wrote:
>> Because, while the functionality remains, it's no longer the default.
>> See:
>>
>>  http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
> 
> Ah ok, thx.
> 
> But why is this no longer documented?

Generally, using the shared class loader is a bad idea and there is
little need to add things to the server class loader.

Patches welcome.

Mark

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


RE: Classloaders in catalina.properties

Posted by sp...@gmx.eu.
> Because, while the functionality remains, it's no longer the default.
> See:
> 
>  http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html

Ah ok, thx.

But why is this no longer documented?


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


Re: Classloaders in catalina.properties

Posted by Pid <pi...@pidster.com>.
On 14/10/2011 17:52, spring@gmx.eu wrote:
> Hi,
> 
> in catalina.properties I can define paths for common, server and shared
> loaders.
> 
> Where do I find them here in the docs?:
> 
> http://tomcat.apache.org/tomcat-7.0-doc/class-loader-howto.html
> 
> Here we have only system and common...

Because, while the functionality remains, it's no longer the default.
See:

 http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html



p