Wednesday 9 April 2014

How to connect to specific Web Frond End server when we have more than one Web Front End?


Steps:

  1. Go to the path C:\WINDOWS\system32\drivers\etc from your local machine 
  2. Open the "host" file with notepad. 
  3. Add the below line under the existing content   
  4. <ipaddress of the WFE server to which you wish to connect>  <URL of the application> for ex: 10.122.12.68 https://test.org.com
  5. Save the file
  6. Clear the cache by clicking CTRL+F5
  7. Open the application
  8. Now you will hit the WFE mentioned in host file

·         If you want to hit the second front end server Then follow the above process again.
 
Note:  Make sure that clear the cache before hitting frontend server

No comments:

Post a Comment