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
