Tomcat will see your jar files if you put them in WEB-INF/lib
It will see your class files if they are put in proper package hierarchy in
WEB-INF/classes.  (ie. package org.apache.Stuff will be found in
WEB-INF/classes/org/apache/Stuff.class)

No need to change classpath values anywhere.  That IS some of the magic of
J2EE

-----Original Message-----
From: SriHari [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 27, 2001 2:05 AM
To: [EMAIL PROTECTED]
Subject: jar file in Tomcat configuration


Hi

I am using Tomcat3.2.3
i want my beans or/classfiles to be in a jar file
how will my jsp application recognise my classfiles
i am placing the classin
 <tomcatt>/WebApps/<application>/web-inf/Classes
wher should i place my jar file and how to configure tomcat about the class
files
is there any parameter to set classpath for the jsp application


Pl help


SriHari

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to