I have a spring mvc web project configured in eclipse. Web application is running via tomcat server built inside eclipse. I have seen as soon as I change something and save the code, the project is rebuild and new web application is available for browsing. All this build-deploy is done behind the scenes.
If I have my project running on a server through eclipse and I changed one of project files from some an external tool like notepad++ and save it from there, will my new changes be build-deploy automatically in eclipse?
If not how can I achieve this functionality?
Have you tried Window / Preferences / General / Workspace then check
Refresh using native hooks or polling
Refresh on access