Good suggestion, unpacking is still needed - it's due to the java
compiler(s) used
needing the class-files in the file structure (cannot handle anything but
straight files
and ordinary jars) but the "one setting per deployed system" argument is
very valid.
Try the 0.9.1c core (http://www.orionserver.com/orion/orion.jar) and either
add:
<application-server deployment-directory="../application-deployments"> for a
global
setting or:
<application name="theApp" path="../mypath.ear"
deployment-directory="../application-deployments/theApp" />
for a per-app setting.
Let us know how it works out.
/Magnus Stenman, the Orion team
(PS. Re the unpacking: We will add automatic repackaging to a later release
(so you wind up with a .ear again
once it's done) to a later release.)
----- Original Message -----
From: "Jon Tirsen" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, February 02, 2000 5:21 PM
Subject: Orion-specific deployment-descriptors
> In all of your examples you have a orion-specific deployment-descriptor
> _inside_ the ear/jar/war-file. What happens if one doesn't supply this dd.
> That is: sometimes you will get ejb's and war-files from people using for
> example the RI, do you really need to unpack the archive-file and add
orions
> deployment descriptor to deploy the beans/web-application?
> Also, much of the information you provide in orion-ejb-jar.xml is very
> specific to current environment (like what data-source to use when using
CMP
> etc.)
>
> Wouldn't it be nice to be able to specify what orion-specific dd to use in
> the configuration-files? Somewhat like (in server.xml):
>
> <application name="news" path="../applications/news.ear"
> orion-dd="orion-news-dd.xml"/>
>
>
> Jon Tirs�n
> Chief Architect
> Itec Open Business Integrator AB
> PGP key lookup:
> http://certserver.pgp.com:11371/pks/lookup?op=get&search=0xE9032B9A
>