I'm starting to make a web system with Netbeans
using server apache tomcat
. My problem occurs when I make modifications to my Javascript
file. I save the changes and re-run the page, but the browser does not update the changes to my file and still uses the previous one.
I deleted the cache. Restart the server. I tried with Glassfish
. Try with the browser Edge
. But the result remains the same.
My js file is updated, but the browser does not take the changes.
This is how my code is, updated
And so it is detected by Chrome
: with alerts
that I had previously used