DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5510>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5510 How to call ejb deployed in JBoss from Tomcat server. Summary: How to call ejb deployed in JBoss from Tomcat server. Product: Tomcat 3 Version: 3.1 Final Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: Webapps AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I have create EJB jar file and deployed it into JBoss server. I have access this test EJB from normal java program which is working fine. But when i am trying to run this through Tomcat using Jsp/Servlet Client its giving me lots of problems which are as follow 1.) I have copied all the jboss-client jar files from jboss/client to tomcat/lib 2.) There is no ejb.jar file in tomcat server because of that my Remote and home interface is unable to find EJBOject and EJBHome classe. 3.) There is no such documentation which explain that how to call EJB from tomcat. 4.) I have registerd my servlet in web.xml and then i am calling it from normal HTML file but its giving me 404 error. Please suggest me how best i can proceed with tomcat. waiting for your reply Regards, PRakash -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
