> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Subject: Re: Deploying shared .jar's
>
> Does that mean that Dave can put his JAR file into
> $CATALINA_HOME/common/lib instead of $CATALINA_HOME/shared/lib and he
> will get the desired behavior?
Yes, exce
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
Caldarale, Charles R wrote:
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Subject: Re: Deploying shared .jar's
Was that feature changed in the 5.0 and later versions? My 4.1.x
version allows me t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
>> Subject: Re: Deploying shared .jar's
>>
>> Was that feature changed in the 5.0 and later versions? My 4.1.x
>>
> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Subject: Re: Deploying shared .jar's
>
> Was that feature changed in the 5.0 and later versions? My 4.1.x
> version allows me to put files into $CATALINA_HOME/common/lib and
> have them available to all webapps whic
PM
To: Tomcat Users List
Subject: Re: Deploying shared .jar's
Caldarale, Charles R wrote:
From: David Kerber [mailto:[EMAIL PROTECTED]
Subject: Re: Deploying shared .jar's
With the way I read it now, anything I try to put under
catalina_home/shared/lib won't be visible
.home}/shared/classes,${catalina.home}/shared/lib/*.jar
or something else that achieves your goal.
Cheers,
Larry
> -Original Message-
> From: David Kerber [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 11, 2006 6:55 PM
> To: Tomcat Users List
> Subject: Re: Deploying shared .
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
Caldarale, Charles R wrote:
> When you use this "-Dcatalina.base=$CATALINA_BASE" argument, Tomcat will
> calculate all relative references for files in the following directories
> based on the value of $CATALINA_BASE instead of $CATALINA_HOME:
Caldarale, Charles R wrote:
From: David Kerber [mailto:[EMAIL PROTECTED]
Subject: Re: Deploying shared .jar's
With the way I read it now, anything I try to put under
catalina_home/shared/lib won't be visible to the webapps in
the various catalina_base folders. Is this correct?
> From: David Kerber [mailto:[EMAIL PROTECTED]
> Subject: Re: Deploying shared .jar's
>
> With the way I read it now, anything I try to put under
> catalina_home/shared/lib won't be visible to the webapps in
> the various catalina_base folders. Is this correct?
Caldarale, Charles R wrote:
From: David Kerber [mailto:[EMAIL PROTECTED]
Subject: Re: Deploying shared .jar's
My webapps can't see classes in the .jar that is in the shared/lib
folder; I get the ClassNotFound errors when I try.
Check your conf/catalina.properties file and
> From: David Kerber [mailto:[EMAIL PROTECTED]
> Subject: Re: Deploying shared .jar's
>
> My webapps can't see classes in the .jar that is in the shared/lib
> folder; I get the ClassNotFound errors when I try.
Check your conf/catalina.properties file and make
olivier nouguier wrote:
hi,
By http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
Shared is the parent classloader of webapp.
AFAIK the consequence of this in that a class loaded from webapp
classloader
can see other classes (whenever they come from shared, webapp or
common),
bu
hi,
By http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
Shared is the parent classloader of webapp.
AFAIK the consequence of this in that a class loaded from webapp classloader
can see other classes (whenever they come from shared, webapp or common),
but the reverse is not true, a
13 matches
Mail list logo