This is peculiar because we don’t do *anything* in MyEclipse (any version) to force applications to completely reload. When Java code is changed, the debugger updates that class in the server JVM directly, but only the modified class. For JSP’s, we update the deployments automatically upon change and the server will recompile / reload them at the next access. For Tomcat, the only way (other than the admin console) that I know of to force the entire application to reload is to touch the web.xml file (which is handy, but doesn’t sound like what you’re doing here).