Networks Thread, IIS - "eclipse" automatically goes to \server\eclipse\index.jsp in Technical; Hi all,
Quick question, hope someone can help, I think its an easy DNS or IIS one.
i want the ...
The easiest way to do this is to add extra entries in your DNS server that point to your web servers IP.
You then need to set up a site in IIS for each of the ones that you want to redirect and set the listeners on these new sites to port 80 but with a host header of eclipse and eclipse.yourdomain.local
You should be able to set up these sites home directories to point at your desired locations or use a simple ASP redirect page to redirect the browsers to the full URL.
here`s a shot of our IIS setup,
Am i right in thinking to get this to work that Eclispe (MLS.net) and Trackit should not be all be on the default website??
Cheers
Last edited by burgemaster; 3rd May 2008 at 07:00 PM.
here`s a shot of our IIS setup,
Am i right in thinking to get this to work that Eclispe (MLS.net) and Trackit should not be all be on the default website??
Cheers
You should leave those there as moving the virtual directories would be troublesome. Heres what you want to do (now with screen shots):
If you have not already added the aliases then:
Add DNS CNAME - ATT1 and ATT2
Create a new site in IIS for eclipse and set it up to listen on port 80 with the host header that you are using ie eclipse.yourschool.local and eclipse - ATT3
No that you have your site set up you want to make it redirect to the existing locations of your web apps. Do this under the home directory tab and set it to redirect to the original site ie http://webserver.yourschool.local/eclipse - ATT4
I think that the new site thing brings up a wizard so just enter the above information in where appropriate and it should all work.