Re: [JBoss-user] jboss.xml for web app

2001-05-11 Thread Scott M Stark

There is no jboss.xml for web applications, this is only for ejb-jars. You
use a jboss-web.xml for web applictions and it goes into the WEB-INF
directory.

- Original Message - 
From: "Jason Trust" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 10:23 AM
Subject: [JBoss-user] jboss.xml for web app


> Which directory does the jboss.xml go in for web applications:
> 
> META-INF
> or
> WEB-INF
> 
> Since the web.xml file is in WEB-INF, I am unsure if it needs to go here to
> be used, or in the META-INF.
> 
> 
> Thanks,
> Jason E. Trust
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] jboss.xml for web app

2001-05-11 Thread Pete Bennett

jboss.xml goes into the meta-inf sub-directory of the .jar file in which
you've put your enterprise beans.

It supplements the j2ee generic ejb-jar.xml file that also lives in this
subdirectory and adds additional jBoss specific functionality with which to
configure your enterprise beans to the configurations mandated in the core
specification.

(web.xml is used to configure the JSP layer, not the EJB layer, hence its
different location)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jason Trust
Sent: 11 May 2001 18:24
To: [EMAIL PROTECTED]
Subject: [JBoss-user] jboss.xml for web app


Which directory does the jboss.xml go in for web applications:

META-INF
or
WEB-INF

Since the web.xml file is in WEB-INF, I am unsure if it needs to go here to
be used, or in the META-INF.


Thanks,
Jason E. Trust


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user