RE: [JBoss-dev] deployer question....

2002-04-11 Thread marc fleury
|A shower and breakfast later | |Of course I am working across NFS, and the clock on my |laptop is screwed. | |However this does make it look like JBoss is comparing |file times against it's own clock, rather than against |the time that the file was last seen modified at. | |In many environmen

Re: [JBoss-dev] deployer question....

2002-04-11 Thread Julian Gosnell
OK, OK, A shower and breakfast later Of course I am working across NFS, and the clock on my laptop is screwed. However this does make it look like JBoss is comparing file times against it's own clock, rather than against the time that the file was last seen modified at. In many environment

Re: [JBoss-dev] deployer question....

2002-04-10 Thread Jules Gosnell
Something screwed here : [jules@zeuglodon jetty]$ touch ~/deploy/jetty-plugin.sar [jules@zeuglodon jetty]$ ls -l ~/deploy/jetty-plugin.sar -rw-rw-r--1 julesjules 532190 Apr 11 07:07 /home/jules/deploy/jetty-plugin.sar [jules@zeuglodon jetty]$ touch ~/deploy/jetty-plugin.sar [jules@ze

Re: [JBoss-dev] deployer question....

2002-04-10 Thread Jules Gosnell
Typical, This was definitely not working for the jetty-service.xml that I was playing with last night, but this morning everything sems fine If I can nail it down I'll let you know. Jules David Jencks wrote: > On 2002.04.10 17:32:35 -0400 Jules Gosnell wrote: > > > > I was under the i

Re: [JBoss-dev] deployer question....

2002-04-10 Thread David Jencks
On 2002.04.10 17:32:35 -0400 Jules Gosnell wrote: > > I was under the impression that the deploer was meant to redeploy files > in ./deploy that changed. > > i.e. I could over a new version of a .sar, or edit and update e.g. > jetty-service.xml and the service would be restarted with the new > c

Re: [JBoss-dev] deployer question....

2002-04-10 Thread Jason Dillon
You should not have to removed, a simple touch should do... unless there is a bug (either in the deployment system or your filsystem =) --jason Quoting Jules Gosnell <[EMAIL PROTECTED]>: > > I was under the impression that the deploer was meant to redeploy files > in ./deploy that changed. >

[JBoss-dev] deployer question....

2002-04-10 Thread Jules Gosnell
I was under the impression that the deploer was meant to redeploy files in ./deploy that changed. i.e. I could over a new version of a .sar, or edit and update e.g. jetty-service.xml and the service would be restarted with the new classes/configuration. It seems that I have to remove the file a