On Aug 22, 2006, at 11:32 PM, Jacek Laskowski wrote:

On 8/23/06, David Blevins <[EMAIL PROTECTED]> wrote:

> May I deploy it without creating a
> super-directory to hold it underneath?

Not sure I follow.  Is this what you mean?

http://openejb.codehaus.org/Deployments#Deployments-Anunpackedjar

That's exactly what I meant! Does it mean that you can't define a
directory to deploy that keeps all of the above formats underneath? I
first thought it's the meaning of the <Deployments dir="path" /> tag.

You can do:
A single jar file <Deployments jar="myApp.jar"
A single unpacked jar directory <Deployments dir="myApp/"
A directory containing jar files (not unpacked) <Deployments dir="myDirOfJars/"

But you can't do:
A directory of unpacked jar directories <Deployments dir="myDirOfUnpackedJars/" A directory of unpacked jar directories and jars files <Deployments dir="myDirOfAnything/"

It'd certainly be a fine thing to add. Crack open org.openejb.alt.config.DeploymentLoader#loadFrom

-David


Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl


Reply via email to