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

2002-11-03 Thread Scott M Stark
No, neither client jars or ejb interfaces need be included in the war.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- 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) 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 (ejb-ref)?
 
 My setup:
 
 app.ear
   /web.war
   /ejb.jar
   /META-INF
   /application.xml
 
 my application.xml
 
 ?xml version=1.0 encoding=ISO-8859-1?
 !DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE 
 Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'
 application
   display-nameSome Name/display-name
   descriptionSome Description/description
   module
 web
   web-uriweb.war/web-uri
   context-rootsome-context/context-root
 /web
   /module
   module
 ejbxzoom-ejb.jar/ejb
   /module--
 /application
 
 _
 Surf the Web without missing calls! Get MSN Broadband.  
 http://resourcecenter.msn.com/access/plans/freeactivation.asp
 
 
 
 ---
 This sf.net email is sponsored by: See the NEW Palm 
 Tungsten T handheld. Power  Color in a compact size!
 http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 


---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



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

2002-11-03 Thread Michael Angelo Libio
thanks, scott...one last thing:
I'm really confused as to where my third-party-web.jar files should be.  
They're the files that drive my web application.  Should they sit on the 
WEB-INF/lib of the war file?  Or should they be in the root of the my 
ejb-app.jar file?  Do I need to include anything on my manifest file?  I 
want to be able to use the ejb-ref-local option of my web.xml (from war).  
If I can be pointed the resource, I can possibly stop bugging you 
:)...Thanks again.






From: Scott M Stark [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Web Application Structure (WAR) within EAR
Date: Sat, 2 Nov 2002 23:58:06 -0800

No, neither client jars or ejb interfaces need be included in the war.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- 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) 
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 (ejb-ref)?

 My setup:

 app.ear
   /web.war
   /ejb.jar
   /META-INF
   /application.xml

 my application.xml

 ?xml version=1.0 encoding=ISO-8859-1?
 !DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE
 Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'
 application
   display-nameSome Name/display-name
   descriptionSome Description/description
   module
 web
   web-uriweb.war/web-uri
   context-rootsome-context/context-root
 /web
   /module
   module
 ejbxzoom-ejb.jar/ejb
   /module--
 /application

 _
 Surf the Web without missing calls! Get MSN Broadband.
 http://resourcecenter.msn.com/access/plans/freeactivation.asp



 ---
 This sf.net email is sponsored by: See the NEW Palm
 Tungsten T handheld. Power  Color in a compact size!
 http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


_
Internet access plans that fit your lifestyle -- join MSN. 
http://resourcecenter.msn.com/access/plans/default.asp



---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 (ejb-ref)?

My setup:

app.ear
 /web.war
 /ejb.jar
 /META-INF
 /application.xml

my application.xml

?xml version=1.0 encoding=ISO-8859-1?
!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE 
Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'
application
 display-nameSome Name/display-name
 descriptionSome Description/description
 module
   web
 web-uriweb.war/web-uri
 context-rootsome-context/context-root
   /web
 /module
 module
   ejbxzoom-ejb.jar/ejb
 /module--
/application

_
Surf the Web without missing calls! Get MSN Broadband.  
http://resourcecenter.msn.com/access/plans/freeactivation.asp



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user