My client has a Linux machine that has a few software installed.
One of them uses port number 80 but is not a web service.
Now, I have to listen to ordinary people typing the url in the browser and show them
web pages.
1. We have an address m.info.mditac.or.kr.
2. People would use this address to access the web service.
3. AFAK, http uses port 80.
4. port 80 is preoccupied by another service and that service manager says they're not giving
the port to use.
5. Currently the web service uses port 8085
How do I make m.info.mditac.or.kr go to 123.someIp:8085 ?
or somehow magically m.info.mditac.or.kr use port 8085 ?
As far as I have found on the internet, multiple processes cannot listen to the same port.(not impossible though, as they say)
Thank you
EDIT
This question has been closed by voters. I don't understand why.
I'm asking how to config your Linux hosts file, Apache httpd.conf file and Tomcat server.xml
and/or any other related configuration.
Could anyone please tell me what is wrong with the way I'm asking a question ? Thank you.