o: Tomcat Users List
Subject: Where do common jar libraries go in Tomcat 4.1.18
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.
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 applic
Thanks Wendy...that's what I thought.
- Original Message -
From: "Wendy Smoak" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, February 06, 2003 4:25 PM
Subject: RE: Where do common jar libraries go in Tomcat
> 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
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?
Thanks,
Kenny
-
To unsubscribe, e-mail: