how much runtime over head for hot redeployment

2010-01-26 Thread Dapeng
i place a unpacked application /images/ at [geronimo-home]/deploy/ contains several gb data(jpg, png), this folder will be actively updated via ftp (to drop in more images) is it the correct way to deploy the app?

Re: how much runtime over head for hot redeployment

2010-01-26 Thread chi runhua
Looks like you are using a super huge WAR with DB access. You might want to paste your deployment plan here for analysis. However, we'd like to recommend you to use Admin Console or deploy command for application deployment instead of hot-deploy. Refer to [1] for more options for deploying

Re: how much runtime over head for hot redeployment

2010-01-26 Thread Ivan
I would suggest to use in place deployment style, for the deploy directory, it is used for hot-deploy, which means once the folder is changed, a redeploy will be triggered. 2010/1/26 chi runhua chirun...@gmail.com Looks like you are using a super huge WAR with DB access. You might want to