Yes, just use the --inPlace option. For help on the deploy command you
can issue the following from the \bin directory:
java -jar deployer.jar help deploy
or
deploy.bat help deploy
For general help issue this command from the same location:
java -jar deployer.jar help
or
deploy.bat help
Joe
just work with ear file?
IIRC that was the only example I tried.
thanks
david jencks
Lin
-Original Message-
From: Sachin Patel [mailto:[EMAIL PROTECTED] On Behalf Of Sachin
Patel
Sent: Wednesday, June 14, 2006 9:11 AM
To: user@geronimo.apache.org
Subject: Re: in-place deployment
Message-
From: Sachin Patel [mailto:[EMAIL PROTECTED] On Behalf Of Sachin Patel
Sent: Wednesday, June 14, 2006 9:11 AM
To: user@geronimo.apache.org
Subject: Re: in-place deployment
It should probably be release-noted that in-place deployment does not
work with stand-alone ejb jars. (At least the
We should remove this statement or better fix the problem...
Currently this can't be done, nor currently does it make sense to
do. By default yes, it will go though a "attempt" to deploy to all
targets, but before deploying to a given target, I think it checks
that the given app hasn't bee
ctory name, and doesn't allow for packed module. It would be
nice to mention this too, if this is true.
Thanks,
Lin
-Original Message-
From: Gianny Damour [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 14, 2006 8:47 AM
To: user@geronimo.apache.org
Subject: Re: in-place deployment
Hi Sachin,
Thanks for pointing this problem out. I just tried an in-place
deployment of a stand-alone EJB module and it (still) does not work. I
have identified the problem; in a few words, the installation
(OpenEJBModuleBuilder.install) of in-place and standalone EJB is wrong
as the target s
It should probably be release-noted that in-place deployment does not
work with stand-alone ejb jars. (At least the last time I tried it
failed). So it may very well be that it only works for stand-
alone .wars or ears containing only web modules.
On Jun 14, 2006, at 8:46 AM, Gianny Damour
Hi Lin,
I just checked and you can do:
$ java -jar bin/deployer.jar help distribute
Command-line deployer syntax:
deployer [general options] command [command options]
Help for command: distribute
deployer distribute [--inPlace] [--targets target;target;...]
[module] [plan]
<