I use myeclipse 3.x and tomcat 5.x to develope web-applications. The feature i like – if i edit a method’s body in a class that will be compiled to WEB-INF/classes, myeclipse hot replace it and i don’t need to restart the tomcat server. Tomcat reloads the class. I just need to restart the server, if i edit the class structure – other methods or something.
I just installed myeclise 5.0. I like the speed it compiles jsp-s. But the feature with hot replace of classes doesn’t work. How can i turn it on? Is it still there? I don’t want to restart the server each time i make a small change.