I have an Angular App that perfectly works on my Localhost. Now I want to deploy it on my Tomcat 7 Server, running on my Ubuntu Server.
Now the App is working, but the URL is not displayed/working and the AppTitle and Favicon is not visible
E.g. when I go to http://myServerUrl.net/login
it returns 404
I already know that has something to do with the fallback (see: https://angular.io/guide/deployment#routed-apps-must-fallback-to-indexhtml)
But I do not really get how I need to configure Tomcat now, so that it will work.
Ah and my WebApp is directly under the ROOT folder of the webapps folder.