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-name>Some Name</display-name>
<description>Some Description</description>
<module>
<web>
<web-uri>web.war</web-uri>
<context-root>some-context</context-root>
</web>
</module>
<module>
<ejb>xzoom-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
- Re: [JBoss-user] Web Application Structure (WAR) with... Michael Angelo Libio
- Re: [JBoss-user] Web Application Structure (WAR)... Scott M Stark
- Re: [JBoss-user] Web Application Structure (WAR)... Michael Angelo Libio
