From: Brandon Knitter <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED],
        Jules Gosnell <[EMAIL PROTECTED]>
Subject: Re: [JBoss-user] Deploy an EJB *without* a jar, war, or ear?
Date: Tue,  4 Jun 2002 12:18:18 -0700


Cool, now...how do I point JBoss to my directory? :)  I come from a Resin
(Caucho) background, so I know how to configure that, but the only thing I can
see to configure is the deploy directory.

Just to be clear, *exactly* which config file(s) do I need to modify to point
the web/ejb container to my directory structure, under, say,
/home/knitterb/projects, assuming that I have WEB-INF and META-INF dirs under
the projects dir.  Do I just modify the jboss.jcml and add my path to:

  <mbean code="org.jboss.ejb.AutoDeployer" name="EJB:service=AutoDeployer">
    <attribute name="Deployers">
      J2EE:service=J2eeDeployer;
      JCA:service=RARDeployer
    </attribute>
    <attribute name="URLs">../deploy,../deploy/lib</attribute>
  </mbean>

Thanks in advance.  I wish this were documented in the book I paid good $$ for,
but it seems that the documentation is lacking in regards to configuring JBoss,
and I can't find any newbie docs.

-- 
-bk


Quoting Jules Gosnell <[EMAIL PROTECTED]>:

> I'm only really clued up on the web-container side of things, but I 
> think everything else works the same way,
> 
> Build your app into a directory structure that mirrors the war,ejb-jar 
> or ear structure that you want, within the deploy directory.
> 
> Each time you rebuild e.g. classes within the war, touch the 
> WEB-INF/web.xml - This will cause JBoss to reload this module.
> 
> I assume that touching the META-INF/application.xml will reload the 
> whole J2EEApp - but haven't tried it.
> 
> 
> Jules
> 
> 
> 
> Brandon Knitter wrote:
> > How can I make jboss look into a directory structure and allow me to deploy
> my
> > ejbs without building out a jar, war, or ear?  Also, does JBoss
> automagically
> > reload the classes when they change (i.e. I make a change to my EJB), I
> want to
> > be able to develop in place without a) redeploying a couple hundred times,
> and
> > b) without having to bounce the server a couple hundred times.
> > 
> > I am using JBoss 2.4.6, and am willing to go to 3.0 if necessary.  I bought
> the
> > documentation and still find that it doesn't walk you through the
> configuration
> > of JBoss in this manner.
> > 
> > Thanks,
> > 
> > 
> 
> 
> 
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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


-- 
-bk






_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to