0 Replies Latest reply on Feb 2, 2005 9:47 AM by mjkhan

    Naming exception: NameNotFound

      Hello, there.

      I'm struggling with a problem on naming service where EJBs cannot be found by web components.

      Specifically, the app. I'm working on is deployed in the distributed environment where the web server(Tomcat) and a JBoss are placed on separate machines. But the servlets on Tomcat cannot locate EJBs on the JBoss server but to throw NameNotFoundException.

      I'm sure that the EJBs are deployed correctly because a test program I write, a plain Java application, can obtain the reference to the EJB's home interface.

      I figure that there must be something else I should've done for naming service to work correctly on HTTP.

      Please help me anybody out there to find out what I miss.

      Thanks in advance.