I have an Eclipse Dynamic Web application using Tomcat 9. While running, the server can 'see' all of my css and js excpet by two that I have added later.
I have already cleaned my project(s), I have already refreshed the browser pages (including ctrl+F5) and I and also tried renaming files, nothing worked. Also just tried to Clean, Stop and Publish the server again.
// tomcat can see this:
<link rel="stylesheet" href="/les2019-web/lib/css/bootstrap.min.css">
// but can't see this (error 404)
<link rel="stylesheet" href="/les2019-web/lib/css/tempusdominus.min.css">