Re: in place deployment into littleg

2006-09-11 Thread Joe Bohn
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

in place deployment into littleg

2006-09-11 Thread Nazar Stasiv (Lohika, Inc)
Hello all, Is it possible to deploy expanded war directory into LittleG 1.1? Like it is possible with Tomcat. Thanks, Nazar

Re: in-place deployment

2006-06-14 Thread David Jencks
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

RE: in-place deployment

2006-06-14 Thread Lin Sun
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

Re: in-place deployment

2006-06-14 Thread Sachin Patel
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

RE: in-place deployment

2006-06-14 Thread Lin Sun
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

Re: in-place deployment

2006-06-14 Thread Gianny Damour
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

Re: in-place deployment

2006-06-14 Thread Sachin Patel
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

Re: in-place deployment

2006-06-14 Thread Gianny Damour
ions+on+distinct+ports), so I figured out I can just call "deploy.bat deploy --inPlace" to use it. What I found out is if I execute: deploy.bat deploy --inPlace path\hello.war I got the following error: Error: Unable to distribute hello-1.1.war: In place deployment is not allowed

in-place deployment

2006-06-13 Thread Lin Sun
inct+ports), so I figured out I can just call "deploy.bat deploy --inPlace" to use it. What I found out is if I execute: deploy.bat deploy --inPlace path\hello.war I got the following error: Error: Unable to distribute hello-1.1.war: In place deployment is not allowed for packed