Hi Hemil, You do not need the standalone server, using openejb.war is sufficient. You will need to package your EJBs up into a JAR, WAR or EAR, and copy that to Tomcat's webapps directory.
You might need to define your JMS topic/queues in openejb.xml in Tomcat's conf directory, but I personally haven't ever needed to. Regards Jon On Mon, Mar 29, 2010 at 9:44 AM, hemilshah <[email protected]>wrote: > > Hi, > > My question is simple. > > If i want to use openejb with Tomcat, do i need to use openejb standalone > server or just deploying openejb.war file is sufficient. > > If using openejb.war file is sufficient then how where will i specify EJB > deployment related details like EJB beans, JMS queue (used for MDB). > > Thanks. > Regards, > Hemil > -- > View this message in context: > http://n4.nabble.com/How-to-use-OpenEJB-with-Tomcat-tp1680307p1694860.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com. >
