Does that mean that if I want to use the Xalan jar files that I originally
installed under /usr/java/xalan-j_2_3_1/bin/ that I need to copy the jar
files and put them under /usr/local/tomcat-4.0.1/common/lib?  

Can I create a directory under the lib, for example
(/usr/local/tomcat-4.0.1/common/lib/xalan), and copy them there? Will that
work?


-----Original Message-----
From: Anton Brazhnyk [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 9:42 AM
To: Tomcat Users List
Subject: RE: Tomcat Servlet Setup (NEWBIE)


Hi,

Tomcat4 doesn't use CLASSPATH to find libraries.
You have to put your classes12.jar either to
$CATALINA_HOME/common/lib or to WEB-INF/lib of
your web-application.
And one more thing it MUST be jar, so you have to
rename your classes12.zip to classes12.jar.

Anton


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to