Running jsp using Beans (jsp:useBean) on Tomcat 3.2.1 on Linux 7.0

Hi all,In which folder do I keep my java bean class files so that my jsp can use jsp:useBean tag while my jsp's are stored in /webapps/examples/jsp/seet folder.Thanks in advance.Seetesh
[221 byte] By [seeteshh] at [2007-9-26 2:45:14]
# 1
If their just .class files put them into /webapps/project/WEB-INF/classesIf they're packaged as a JAR put them into /webapps/project/WEB-INF/libThese folders are automatically added to Tomcats classpath.
Enygma42 at 2007-6-29 10:26:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...