What is the correct way for deploying an Java web app on Tomcat via the Admin / Mgmt interface and have it be the root application and be hosted on port 80?
By default I'm getting /myapp-0.1 and port 8080 ?
Do most shops use Apache with reverse proxy in front of their Java app servers? So to the end user they see the app being served from / and port 80?
Don't have a lot of history with Java so the purpose / intention of the 8080 and subdirectories is new to me. Thanks.