1 Reply Latest reply on Feb 29, 2004 6:42 PM by adrian.brock

    Can not find my EJB.jar!

    xingxing

      I deployed my ejb.jar with Jbuilder9 in the default directory (../deploy/ejb.jar) of Jboss3. but my file of JSP can not find it.
      i think i must have not understood the procedure of deployment.

      Now my JSP files have been put into the folder of "../deploy/myWeb.war" , which has the folder of "classes" and "jboss.xml" and "web.xml", well, I put my EJB's class files into the folder of "classes" and register the infomation of EJB in the file "jboss.xml" and "web.xml", then should my JSP file access my EJB?

      I need your help.thank you!