Hi All,
 I am using Apache Tomcat/4.1.31 version.
I created a simple test application in webapps folder and that refers a simple 
javabean under WEB-INF/classes folder.

But when I run the jsp page that refers the javabean, it does not find the 
class file for that bean.


Now if I create a package under WEB-INF/classes and then put my java bean there 
and then refer that javabean from jsp file
with <packagename>.<beanname>     then it works OK.

Can someone tell me if that is a bug in Tomcat, or I am missing something.

Thanks for your help.

RNS

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to