I feel as though this should be obvious, but I can't figure this out. Since port 80 is used by 2x AppServ, how can I forward a default url to the full 2x web portal url? For example, if a user simply types in “Tserver1” in IE's address box, I could normally have it forward to “http://tserver1/2xWebportal/logon.aspx”. Is there anyway to do this without changing port 80 in the 2x console? Windows Server 2003 R2 Enterprise (virtual) IIS 6.0 2X ApplicationServer 7.1 Thanks, -Dan
Hi there, The default setup of the web portal creates a website on iis with port 81. From the 2X Console you can redirect http queries to localhost:81. So users can connect to port 80 and are redirected to the IIS on port 81 Nixu
Thanks nixu, Do I do this under the 2x client gateway settings? I can't find anything that hints at url forwarding or redirection. Thanks.