0 Replies Latest reply on Feb 25, 2002 5:46 AM by forourke

    Using cactus in jetty in Jboss to test entity beans

    forourke

      I am trying to get the cactus servlet redirectory working in the alpha3.0.0 version of jboss. I can get the servlet to init, bet it then cannot find my classes. How to I specify the class path where the cactus org.apache.cactus.server.ServletTestRedirector can find my entity beans?

      I have tried setting the following in jetty.xml used by jetty.
      <Set name="ResourceBase">../jettytest</Set>
      <Set name="ServingResources">TRUE</Set>
      <Set name="ClassPath">mybeans.jar </Set>

      where mybeans.jar is in the jettytest folder.