Check the ClassLoader HOWTO, it explains exactly where you can put class and JAR files so that Tomcat and your web apps can find them (.zip files don't work, but you can change the extension to .jar):


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

John

Paul wrote:

Hi John,
   thanks for reply.  How would one go about adding .jar or .zip files to
the classpath given it is created as you say when tomcat starts as a win2k
service?

paul lomack


----- Original Message ----- From: "John Turner" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, July 30, 2003 3:47 PM
Subject: Re: Tomcat4, where is classpath set when run as service




It isn't.

Tomcat 4.1 uses the CATALINA_HOME and JAVA_HOME environment variables
(defined at the System level) to build a classpath at startup.

John

Paul wrote:


Hi Folks,

Does anyone know where the classpath is set for Tomcat 4.1, when Tomcat4

is started and runs as a win2k service?


thanks in advance for any help,
paul lomack




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






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




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



Reply via email to