I have two website running in two different two Tomcat servers on one machine. One Tomcat is listening in 80 port and other on 8080.
Requirements is, I want to access both of these website without appending the port. For eg:
Site A http://www.siteA.com (Tomcat 1: Port 80)
Site B http://www.siteB.com (Tomcat 2: Port 8080),
Currently Site B is accessible via http://www.siteB.com:8080. What are the possible options so I can access the website B without appending port 8080 (i.e http://www.siteB.com) and without Domain Forward and Marking, I am considering the following:
- Proxy Server
- Router
Please share some pointer that could helpful. Thank you.
Kamran