I am using the eclipse indigo and tomcat 6.
I have two projects, one for web contents (XML, HTML, JSP, JS) and one for application layer (Java classes).
I linked the web project using the “deployment assembly” and “project preferences” in eclipse.
However, whenever I change a java file in the application project, and restart the server it doesn’t deploy in tomcat.
Every time, I should clean the tomcat, build the project and run the tomcat to see the changes.
Can you tell me a plugin, add-on or a trick that I could automate this process?
I am using the eclipse indigo and tomcat 6. I have two projects, one
Share
Eclipse does this for you. Turn on Project / Build Automatically, then in the Tomcat Overview (double click on the server in the Server View), under Publishing, select Automatically publish when resources change, and set the Publishing interval to some low number.