0 Replies Latest reply on Jul 10, 2002 4:33 AM by osfh

    Different classpath for JSP and servlet ??

    osfh

      I have deployed three classes to the server, of which one is a servlet. I have also deployed one JSP which is redirected to from the servlet.

      The servlet uses the two other classes fine, but the servlet needs to explicit load those classes via "page import" directive.

      This was not neccesary when running the same app both under IBM WAS and Apache with Tomcat.

      Doesn't the JSP-compiler use the same classpath when compiling as the WebApp ?

      And how does it get the class when importing it (it must be in the classpath then as well, doesn't it ??)