thanks all, really helpful :-)

sincerely
morten wilken
----- Original Message -----
From: "Marc Rabil" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 12:04 AM
Subject: RE: deploying ejb without jar'ing


> Sorry for the bad advice - looks like good ole Orion allows you to do all
> kinds of things!
>
> Marc
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Renaud
> Bruyeron
> Sent: Wednesday, January 09, 2002 1:23 PM
> To: Orion-Interest
> Subject: Re: deploying ejb without jar'ing
>
>
>
> I do this all the time.
>
> filestructure:
>
> app/
>     META-INF/
>     app-ejb/
>         META-INF/
>         com/fullsix/...
>     app-web/
>         WEB-INF/
>
> I point orion at app/ (via server.xml), and in the application.xml,
instead
> of referencing
> a .jar, I reference app-ejb/ like this:
> <application>
> ...
>  <module>
>       <ejb>app-ejb</ejb>
>  </module>
> ...
> </application>
>
> As long as orion finds the META-INF for the ejbs, it does not make
> a difference wether it's a jar or not.
> it will deploy the app into $ORION_HOME/application-deployments/ as usual.
>
>  - Renaud
>
> ----- Original Message -----
> From: "Marc Rabil" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 09, 2002 2:48 PM
> Subject: RE: deploying ejb without jar'ing
>
>
> > I'm pretty sure you can not.
> >
> > Marc
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Morten Wilken
> > Sent: Wednesday, January 09, 2002 4:10 AM
> > To: Orion-Interest
> > Subject: deploying ejb without jar'ing
> >
> >
> > im sure ive come across this... can i deploy ejb's directly from a
> > filestructure instead fo jarring them first? and if so how?
> >
> > sincerely
> > Morten Wilken
> >
> >
> >
>
>
>
>


Reply via email to