You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Amit Madan <am...@rediffmail.com> on 2001/08/11 12:17:23 UTC

help me

Sir
i am using tomcat-4.0 b6 for running js pages.
when i import bean in jsp page i got message class not found.
please help me.
Amit

_________________________________________________________
For Rs. 2,000,000 worth of Aptech scholarships click below
http://clients.rediff.com/clients/aptechsch/index.htm




Re: help me

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On 11 Aug 2001, Amit  Madan wrote:

> Sir
> i am using tomcat-4.0 b6 for running js pages.
> when i import bean in jsp page i got message class not found.
> please help me.
> Amit
> 

Where is the bean class you are trying to import?  It needs to be under
/WEB-INF/classes (or in a JAR file in /WEB-INF/lib) in your web
application, as outlined in the servlet specification:

  http://java.sun.com/products/servlet/download.html

Craig