0 Replies Latest reply on Jan 5, 2002 6:57 PM by try_1d

    bean class not found from inside JSP

    try_1d

      hi:
      i m new at JBoss-Tomcat. i have a simple webApp organized as the Tomcat standard:

      -tomcat
      - webapps
      - myapp
      - WEB-INF
      - classes
      - bean1.java/class
      - web.xml
      - jsp1.jsp

      inside jsp1.jsp, call bean1.

      the strange thing is: it worked once. somehow, it stops working and give a error message:
      compile jsp1.jsp: Class org.apache.jsp.bean1 not found.

      anyone can help? thank you in advance.