Java beans with JSP

Any please tell me Where to put the bean .class file so that i can use it in JSP?
[88 byte] By [Mady369] at [2007-11-26 7:42:53]
# 1
for example: we have to put the .class files in.... ...../htdocs/WEB-INF/classes in Tomcat
Mady369 at 2007-7-6 19:51:34 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
That is the correct location but make sure they are in package. root package doesn't work here.
Chandler at 2007-7-6 19:51:34 > top of Java-index,Application & Integration Servers,Application Servers...
# 3
Please ignore previous reply.<web app>/WEB-INF/classes/<package-name>/Here your class files should go.
Chandler at 2007-7-6 19:51:34 > top of Java-index,Application & Integration Servers,Application Servers...
# 4
Thank you very much... Chandler. It is working now
Mady369 at 2007-7-6 19:51:34 > top of Java-index,Application & Integration Servers,Application Servers...
# 5
Thank you very much... Chandler. It is working now.
Mady369 at 2007-7-6 19:51:34 > top of Java-index,Application & Integration Servers,Application Servers...