war file deploy/redeploy/reload mechanisms?

2003-01-06 Thread Hanasaki JiJi
Reading the docs, it seems that deploying or redeploying a WAR file should be as dropping the WAR in the right directory or copying a revised WAR over an already deployed WAR. This is not working. Any ideas as to what to check into? unpackWARs = false autoDeploy = true Thank you -- To

Re: war file deploy/redeploy/reload mechanisms?

2003-01-06 Thread Paul Campbell
I also delete the existing directory and then restart. Your message didn't mention the restart. There is another gotcha. That I have encountered that occurs it you have an entry for that context Is that your case? At 11:56 AM 1/6/2003 -0600, you wrote: Reading the docs, it seems that deploying

Re: war file deploy/redeploy/reload mechanisms?

2003-01-06 Thread Hanasaki JiJi
The delete the existing dir and restart is necessary when unpackWARs=true. Is it also required for unpackWARs=false? for false there are no directories. The goal is to hot redeploy just by coping in the new WAR. What is the gotcha that you refer to? Paul Campbell wrote: I also delete the