hello, i'm running a server with multiple instance of tomcat each instance has some apps deployed & accessed with host:port like myhost.com:7777/app1 myhost.com:8888/app2 myhost.com:9999/app3
is there any way to hide the port from users & making app URL simpler with keeping multi instance ??? like this or any thing near app1.myhost.com app2.myhost.com app3.myhost.com thanks in advance