(I've searched the forum, but it doesn't seem this question has been asked.)
I'm using Windows Server 2003. I need to provide my own portal page at port 80. Why? Because the https port is at 8333 and it's not easy for people to remember. So I create a sort of portal/home page at normal port (ie 80) to guide my users -- they just need to type http://servername/ without any specific port number. And moreover, in the portal page, I've also written down a lot of informations related to the VMWare Server in that server, so they don't have to search elsewhere.
Right now, I had to install IIS6 in order to serve only this page at port 80. I'm wondering if it's possible to make VMWare Server's web server (that's Tomcat, right?) to serve port 80 too. I could see that port 8222 is served for redirection, so why not another 80?
Someone knows how to do?
TIA