This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi all, I am beginer for jboss. I downloaded Jboss3.0.6 and Tomcat4.1.18 separately.(I want run JBoss and Tomcat separately) I want integrate them with each other. I did as http://www.purposesolutions.com/Resources/EclipseJ2EE.html, however, i cannot make connection between JBoss and Tomcat. I deployed examples(Interest) that i got from jboss site, and it is OK when deployed and ran on jboss server(no tomcat), but when integrated Jboss with Tomcat, it is not OK Please help me. Lam nguyen.
Viet Jav
Ranch Hand
Joined: Dec 27, 2001
Posts: 55
posted
0
Hi all, I integrated already jboss and tomcat. I deployed Interest as below: - Deploy Interest EJB on Jboss. - Deploy EJB Client Servlettest on Tomcat - run servlet test. However, to servlet connect EJB on Jboss, I put myejb.jar(this is EJB Interest deployed on JBoss Server) into Tomcat/common/lib. Is it right? Please have a suggesion! Lam nguyen.