It's not as simple as it looks.
I've been given the task to add a third tomcat to a server that already has two Tomcats working.
Problem is, this third Tomcat needs to be secure, and the port needs to be hidden. Since Tomcat 1 is currently using port 433 (secure) and Tomcat 2 is using port 80, my third tomcat is out of widely accepted non-showing ports.
How can I hide the port? Proxies? Virtual Hosts? I NEED it to be separated from the other two. Any suggestion is highly welcomed.