Re: [JBoss-user] Two wars using the same ejb-jar

2004-01-03 Thread Brian Styles
Cool Nicholas, thanks for the help. I appreciate it. cheers, Brian From: Nicholas <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Two wars using the same ejb-jar Date: Sat, 3 Jan 2004 14:08:53 -0800 (PST) A single ear containing the EJB jar and the

Re: [JBoss-user] Two wars using the same ejb-jar

2004-01-03 Thread Nicholas
A single ear containing the EJB jar and the two wars should work for you. An application.xml will look something like this: My App war1.war /war1 war2.war /war2 myejb.jar //Nicholas --- Brian Styles <[EMAIL PROTECTED

[JBoss-user] Two wars using the same ejb-jar

2004-01-03 Thread Brian Styles
Hi all, I am trying to deploy two different wars that both use the same ejb jar. a) Is this possible b) How do you go about the deployment? currently I'm deploying the ejb jar file in an ear with the war. thanks for any help, Brian __