3 Replies Latest reply on Nov 11, 2002 10:05 PM by gfzhang

    Setting classpath for JSP to access EJB

    djaquay

      I have written a session bean, and deployed it, and have a test client hitting it properly. I then wrote a JSP to access it, and it's not compiling due to not finding the EJB classes. Where/how does one set the classpath for JSPs to access the EJB interfaces, etc., to be able to call them?

      I'm using JBoss 3.0.2 with Jetty.

      Thanks, Dave