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. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864848#3864848 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864848 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
