I'm currently trying to set up my first V-Server (CentOS 7) with Tomcat to run a Web-App.
Everything works fine now, but I am facing one last problem that stops me from releasing it:
I can only access my Tomcat WebApp via exampledomain.com:8080/WebAppName/
but I would love it to just be exampledomain.com/WebAppName/
.
After hours (literally like 20) I haven't come up with a solution, but having the user to always type 8080
is not an option for me.
I would be extremely happy if somebody had a solution or tip for me.
Thanks in advance!