When I add Tomcat as a server in Eclipse, it appears Start and Publish. What’s the difference between them?
Start: starts Tomcat service by eclipse. Publish: Puts code or jsp modifications into effect without having to restart the server. Publishing involves copying files (projects, resources and server settings) to the correct location for the server find and use them.
Publish is the Hot Deploy ?
– Bruno Rozendo