1 Reply Latest reply on Apr 19, 2003 9:29 AM by juhalindfors

    Deploying EntityBean(BMP)

    jboss1604

      hi guys
      i deployed a .ear which has .jar files for EJB/ .war files JSP file. in JBoss3.0.4-Tomcat 4.0.6 at default/deploy driectory.but one thing this .ear deployed at J2ee server and successfully tested.
      JSP is client which uses Lookup name named used is "SampleEmployee".
      After i moved to browser and try run like this
      http://localhost:8080/Employee/Index.html
      it takes you to new JSP page from i called a Entity bean.
      context path given while deploying is 'Employee' for JSP file
      it says error as follows
      "---SampleEmployee--- not bound".

      what must i do for resolve this problem?.
      How to configure JBoss3.0.4 with TOmcat4.0.6?.
      i installed jboss-3.0.4_tomcat-4.0.6 embeded tomcat4.0.6.

      pls guys i need this urgently.

      with regards
      -----JBOss1604----

        • 1. Re: Deploying EntityBean(BMP)

          open your jmx-console and find the JNDIView service, invoke its list() operation and scroll down to the bottom where it shows the global name space of your naming service. Make sure the name you're trying to lookup appears there. If it doesn't, then your EJB did not deploy correctly. In this case you can find the cause in your server.log.