This content has been marked as final.
Show 1 reply
-
1. Re: Hot Deployment Delay
raja05 Jun 9, 2003 4:11 PM (in response to darranl)I suppose the file is created as soon as the first bytes get created in the deploy directory.
If you are using Ant, copy your ear as .ear.tmp into the deploy dir and then do the rename to .ear. rename shouldnt take more than a few milliseconds for any size of file.
-Raj