0 Replies Latest reply on Jan 21, 2002 1:41 PM by eustace

    servlet client woes

    eustace

      hello
      would appreciate any feedback on this one, although it's pretty basic stuff i'm guessing.
      have the jboss/tomcat bundle up and running, and can run the "Interest" client example okay. Am trying to run the InterestServlet example, and have put interest.jar in my classpath, but the servlet can't find the package:

      Internal Servlet Error:

      java.lang.NoClassDefFoundError: org/jboss/docs/interest/Interest

      i haven't created a .war file- i just want to run this single servlet.
      also, anyone know if it's possible to create a directory in my classpath into which i can just drop relevant .jar files, etc?

      many many thanks for help on this :)
      -e