For more info on how Tomcat 4 finds classes, you need to read the
ClassLoader HOWTO:

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

And perhaps the Application Developer's Guide:

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html

John

> -----Original Message-----
> From: Kaustuv Sharma [mailto:skaustuva@;neline.com]
> Sent: Friday, November 01, 2002 2:49 AM
> To: [EMAIL PROTECTED]
> Subject: Configuring Tomcat 4.0.3
> 
> 
> 
> Hi,
> 
> I have an existing system which  consists of JSP files and 
> jars running on Tomcat 3.2.1 on Linux 6.1 platform. I have to 
> upgrade it to Tomcat 4.0.3 on Red Hat Linux 8.0. However, now 
> I am having problems in loading the jar files. Before the 
> jars were under a different location than the Tomcat location 
> as also the JSP files. and i used to simply run a script to 
> load the jars on to the classpath, after i start the Tomcat 
> server. However, now in the new system I am not being able to 
> load the jars in the classpath. Tomcat simple won't find the 
> jar files. How do I point Tomcat4.4  to the jar location? I 
> would also like to mention here that I am being able to load 
> the JSP files. In the context path, under server.xml, i am 
> pointing the docbase to my application path. Is there any 
> option to point to my classes also here? 
> I am using a similar context path as below:
> 
> <Host name="myapplication.com">
> <Context path=""
> debug="0"
> docbase="/home/opt/myapplication/myfiles"
> crossContext="true"
> reloadable="true"
> trusted="false"
> >
> 
> Also I am not using WARs
> 
> If somebody can suggest any solution it will surely be a great help.
> 
> Thanking you in advance,
> 
> Regards,
> 
> Kaustuv Sharma
> 

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to