I have a web-module that was initially setup to only deploy to Tomcat 5 (exploded) and auto-update worked fine. I would modify a JSP, or web.xml, whatever – and the update would take place just fine. However, when I added the Tomcat 4 target (packaged archive) – the auto-update for Tomcat 5 stopped working, even though when I went into deployments, a warning icon was only displayed next to my Tomcat 4 deployment, indicating that the packaged WAR was out of date.
I believe this is a bug in MyEclipse.
Please advise.