I am running tomcat 9.0.30 with openjdk version "11.0.10"
I am working on a Maven project. I can compile and build just fine. However, when I run the project on the tomcat the web application comes out looking barebones. There is no network activity going through, so it's legit just text popping up. No images, no css, no anything. Just raw html.
However, when I grab the war file that gets compiled when I build and manually run it on the tomcat server, there is no issue. My teammates however, can just run it on netbeans directly and it loads no problem. While I can get work done, it would be really helpful if I was able to have netbeans auto compile some of the changes I make, which is why I want to get it working.
I've replicated all their settings and can't figure out why netbeans won't run the project correctly for me. It's clearly compiling correctly since the war file being manually deployed works.
There are no errors being thrown in the tomcat logs or on the console.
Any help would be appreciated.