When redeploying a WAR file, the original webapp directory isn’t deleted. This means that Tomcat doesn’t attempt to unpack the WAR file when it’s restarted. I would have expected the redeployment process to delete the web-app as well as copying the WAR fille across.
Also, redeploying a WAR isn’t very intuitive – you have to do it from the “Add/Remove Project Deployments” page. It would be nice to have a “Redeploy Webapp” option on the MyEclipse context menu.
Details of my configuration are below.
Robbie
What operating system and version are you running?
– Windows 2000 Pro
What Eclipse version and build id are you using?
– 3.0
What MyEclipse version are you using?
– 3.8.1
What JDK version are you using to run Eclipse? (java -version)
– 1.4.2
What JDK version are you using to launch your application server?
– 1.4.2
What steps did you take that resulted in the issue?
– Re-deployed WAR.
What application server are you using?
– Tomcat 4.