Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
Also tell us what kind of deployment (packaged/exploded), what version of Tomcat, if the app server is running when you deploy, and if you are getting any status messages after hitting “redeploy” that suggest the deployment actually failed.
I’m guessing this is a file lock issue off the top of my head. Doing a full redeploy to a running server on Windows will likely cause the deployment to fail because the old JARs cannot be removed until Tomcat releases the read-locks on them. If you use an exploded deployment you likely don’t need to use manual redeployment again since changes are hot-synced in realtime as they happen, then you just need to setup Tomcat to reload changes (set the context to reloadable=true using Tomcat administrator).