Tomcat 6.0.32
When you add a new .war file to the webapps directory (by dragging the file=
in there from another directory) and it automatically expands the web arc=
hive, is that any different than what the manager application does when it =
deploys the .war file?
Likewise when you delete the .war file from the webapps directory, the expa=
nded web archive will shortly remove itself as well.
Is there some amount of time that is required if you want to redeploy the s=
ame .war file you just removed/undeployed with a newer version (same name)?=
I can't get a consistent response from either physically adding the .war =
file to the web apps directory and then deleting it/replacing it with a new=
er version of the .war file, or whether I use the manager application to de=
ploy/undeploy/deploy.
It seems as if I try to redeploy the newer version of the war file I just d=
eleted too soon everything hangs and while the newer .war file will expand,=
it gives a 404 response when I access that web app. If I wait about 30 or =
40 seconds between undeploying the old and redeploying the new it works alt=
hough I didn't actually record the time in between.
Leo
|