Re: remote deployment, how?

2001-04-17 Thread Bill Winspur
Thanks Daniele, the problem was solved with a copy to a mangled name then move (rename), but that was the clue, Bill. - Original Message - From: "Daniele Arduini" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, April 17,

Re: remote deployment, how?

2001-04-17 Thread Bill Winspur
Yeah, it might be. Will do. - Original Message - From: "elephantwalker" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 1:37 AM Subject: RE: remote deployment, how? > Bill, > > This sounds like a bug.

RE: remote deployment, how?

2001-04-17 Thread Larry Velez
Title: RE: remote deployment, how? I am testing a setup where NT boxes have FTP servers running on them and I will use sitecopy (available for NT and Unix) to mirror the files up to the servers.  This should trigger timestamp changes and have Orion do its magic. -Larry -Original

Re: remote deployment, how?

2001-04-17 Thread Patrick Hess
"Koster, K.J." wrote: > I like the idea of using rsync. So obvious that I missed it completely. > Unfortunately I'm dealing with some non-UNIX development boxes, and rsync > does not seem to be available for those. rsync is available for win32 too! Patrick Hess | metazoa GmbH| fon +

RE: remote deployment, how?

2001-04-17 Thread Koster, K.J.
Dear Daniele, > > Thers is no need to use the Orion's "-admin" option to deploy an > application. I usually rely on the auto-deploy feature of Orion > which trigger timestamp changes on the .ear file. > A remote deployment is easy if you use the "rsync" utility > (http://rsync.samba.org) that pro

Re: remote deployment, how?

2001-04-17 Thread Daniel Lopez
Hi, I also had the same problem while updating our .ear files. It seems that the server shouldn't be that "fast" in detecting a new version, then trying to upgrade. IMO, it would be nice if the server waited some interval and then checked again to see if the file is "stable" before trying to upgr

Re: remote deployment, how?

2001-04-17 Thread Daniele Arduini
Hi Bill, please, see comments inline: Bill Winspur wrote: > > I dont like the underscore prefixing either, particularly in my development > environment. > > At present, on my development wkstation, I manually replace the ear file in > orion/applications while the server is running. This trigger

RE: remote deployment, how?

2001-04-17 Thread Koster, K.J.
Dear Bill, > > I dont like the underscore prefixing either, particularly in > my development environment. > Not to mention the rate you go through diskspace on an average working day. :-) > > At present, on my development wkstation, I manually replace > the ear file in > orion/applications wh

RE: remote deployment, how?

2001-04-17 Thread Simon Knott
2001 08:15 To: Orion-Interest Subject: Re: remote deployment, how? I dont like the underscore prefixing either, particularly in my development environment. At present, on my development wkstation, I manually replace the ear file in orion/applications while the server is running. This triggers auto

RE: remote deployment, how?

2001-04-17 Thread Simon Knott
2001 08:15 To: Orion-Interest Subject: Re: remote deployment, how? I dont like the underscore prefixing either, particularly in my development environment. At present, on my development wkstation, I manually replace the ear file in orion/applications while the server is running. This triggers auto

RE: remote deployment, how?

2001-04-17 Thread elephantwalker
:15 AM To: Orion-Interest Subject: Re: remote deployment, how? I dont like the underscore prefixing either, particularly in my development environment. At present, on my development wkstation, I manually replace the ear file in orion/applications while the server is running. This triggers auto

Re: remote deployment, how?

2001-04-17 Thread Bill Winspur
I dont like the underscore prefixing either, particularly in my development environment. At present, on my development wkstation, I manually replace the ear file in orion/applications while the server is running. This triggers auto-unpack and redeploy without underscore renaming. Previously, I u