Looking at the classloader docs for 4.0.x and 4.1.x, I think it is
actually shared/lib.

The shared/lib directory (in 4.0, this was just lib) is for stuff that
you want available to all of your applications.

The common/lib directory is where you put stuff you need the server and
all of your applications to see.

The server/lib directory is where you put stuff you need the server to
see, but not your applications. 

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

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

Larry

>>> [EMAIL PROTECTED] 02/06/03 15:30 PM >>>
> I just changed my development box from Tomcat 4.0.5 to 4.1.18.  I
notice
> there is no $CATALINA_HOME/lib directory in the new Tomcat to put my
common
> jar files.  Where do they go in 4.1.18?

${CATALINA_HOME}/common/lib

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to