I am working on a website written in java spring with maven.
I would like to use Notepad++ or some other external program other then eclipse to edit my js/html files. but i also need my server to be running, and always redeploying my resources when i refresh the browser.
right now if i work and edit the files from within eclipse, when ever i save a file the website is being redeployed and the refresh gives back the modified files. but if i use Notepad++ to edit the files, the server does not refresh them.
is there a way to make eclipse/tomcat always fetch the files from the server (like a no caching kind of configuration).
Thanks