1 Reply Latest reply on Nov 5, 2002 4:18 AM by zeroshot

    How servlet in Tomcat using EJB in JBoss

    irishuang

      I am just several days new on JBoss.

      I deployed the CMP entity bean and session bean on JBoss 3.0 successfully. I have a Tomcat server running on a different machine (Not the same machine with JBoss). So in the servlet deployed on that tomcat, how can I use the EJB in JBoss? Basically what I understand is that after deployment of EJB on JBoss, it will generate some stub class that servlet may use these stub class when it uses EJB. But since Tomcat and JBoss not at the same machine, how the sevlet at Tomcat could call EJB successfully?

      Your help is greatly appreciated.

      Iris