Re: [JBoss-user] Web Application Structure (WAR) within EAR

2002-11-03 Thread Michael Angelo Libio
Original Message - From: "Michael Angelo Libio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 02, 2002 2:29 PM Subject: [JBoss-user] Web Application Structure (WAR) within EAR > Does the war file need to have the client jars (jboss/client/*.jar) i

Re: [JBoss-user] Web Application Structure (WAR) within EAR

2002-11-03 Thread Scott M Stark
ED]> Sent: Saturday, November 02, 2002 2:29 PM Subject: [JBoss-user] Web Application Structure (WAR) within EAR > Does the war file need to have the client jars (jboss/client/*.jar) included > in its WEB-INF/lib directory? I deployed it in the ear file under a > jboss+tomcat (embe

[JBoss-user] Web Application Structure (WAR) within EAR

2002-11-02 Thread Michael Angelo Libio
Does the war file need to have the client jars (jboss/client/*.jar) included in its WEB-INF/lib directory? I deployed it in the ear file under a jboss+tomcat (embeded) server. Do I also need to include the ejb files in the war (WEB-INF/lib) file when I refer to it under web.xml ()? My setup: