I’ve been working on a Java servlet project recently (running on Tomcat server), and for reasons I can’t figure out, whenever I make changes to my HTML/CSS files, as I launch the project, I see no changes whatsoever on my browser. Refreshing the project, restarting Eclipse, even restarting my laptop won’t fix the issue. I can also tell it’s not a cache issue since opening it on different browsers shows the exact same web page. Usually I can see the changes by the next day.
Build automatically is enabled for anyone wondering. Also, I don’t know how relevant this is, but usually I use VS Code to edit those HTML and CSS files (not a big fan of Eclipse in general, but University gotta University, so at least I try to use it only as a build tool and not as a text editor); although even changes made directly through Eclipse won’t work