Hi But where should I put them, in "WEB-INF/classes" or "WEB-INF/lib"
Thank You Dino Cherian K On Tuesday 19 February 2002 19:23, you wrote: > Just reference them as normal. Ie ClassA.ClassA1.class > > There's no magic involved... > Donie > > -----Original Message----- > From: Dino Cherian K [mailto:[EMAIL PROTECTED]] > Sent: 18 February 2002 13:04 > To: Tomcat Users List > Subject: Re: Reposting [INIMSS] How can I load a custom jar file for a > particular web application. [a newbie question] > > Hi > > Ya it worked. Thanks > > What if the thirdparty library is available as classes in a heirarchy. > That is they are arranged in folder structure. > > Like > > + ClassA > > | ClassA1.class > | ClassA2.class > > + ClassB > > | ClassB1.class > | ClassB3.class > > + ClassC.class > > > Thanks > Dino Cherian K > > On Tuesday 19 February 2002 16:30, you wrote: > > Putting the jar file in the ${TOMCAT_HOME}/webapps/yourapp/WEB-INF/libs > > directory will do the job. > > > > -----Original Message----- > > From: Dino Cherian K [mailto:[EMAIL PROTECTED]] > > Sent: 18 February 2002 08:17 > > To: [EMAIL PROTECTED] > > Subject: Reposting [INIMSS] How can I load a custom jar file for a > > particular web application. [a newbie question] > > > > > > Hi > > > > Please help me ASAP. > > > > I am having a third party jar file that is to be loaded from jsp pages > > to attain some task. The particular jar file is to be used only buy one > > web application. Where should I place the files and what all should I > > modify to make it work? > > > > I am using tomcat 3.3 and apache-1.3.19-5 on RedHat Linux 7.1. > > > > Thanks > > Dino CK > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > *************************************************************** > > This email/attachment(s) has been virus checked upon > > receipt at the OS and is free of all known viruses. > > *************************************************************** > > > > > > > > > > > > > > *************************************************************** > > For more information on Ordnance Survey products and services, > > visit our web site at http://www.ordnancesurvey.co.uk > > *************************************************************** > > > > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
