> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
> Subject: RE: Problems with VirtualWebappLoader (Was RE: 
> Tomcat 6.0.x Classloader sequence)
> 
> O.k., try this undocumented capability.  Inside each <Context> element
> that needs it, specify a <Loader> element with the following 
> attributes:
>   className="org.apache.catalina.loader.VirtualWebappLoader"
>   virtualClasspath="${CATALINA_HOME}/mycommonlib"

I see by looking back at the beginning of this thread that you already
tried something similar. However, the virtualClasspath setting with the
variable reference doesn't seem to work, but this does:
  virtualClasspath="../mycommonlib"
assuming your working directory is $CATALINA_HOME/bin, which it should
be.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to