|
I have a domain http://www.something.com wich is pointed to a local pc using dyndns.. now, I would like to use another domain to point to a same local pc and to point a a tomcat at some port (e.g. 8080), but I would not like to users to see that they're using server on that port. Is it possible for that using single pc with some port forwarding? or (if not) it's possible only using another network adapter or virtual pc? |
|
In case your webserver supports virtual hosting, you are able to direct calls for a certain domain name to the related virtual host. The only other way to "hide" the port in some way would be a WebHop redirection. |