I got a problem with generating a war file from a dynamic web project by the command line. Similar to this thread. But unfortunately I dont have maven or gradle...
If I create a war file from commandline from the main directory of my Webproject, I cant connect on any website by tomcat. If I go deeper into folder "webcontent", I am able to connect to the html welcome-page but I am not able to connect to the servlets, which are located in the src folder.
Thank you for your help!