My apologies if this is a really stupid question, but I installed and configured the new Microsoft Web Farm platform in the UAT environment using the controller, primary and secondary servers. I installed one of our internal applications on the primary server, and it was successfully prepared for the secondary.
My question is: how do I access the application? Usually I would like to access it as http: \ machinename \ application_name \, where import_name is the name of the server on which it is located, but if I do, I will access the main server directly. Am I not going to bypass the server farm?
I tried to access the server using the following URL: http: \ mis-uat-002 \ testfarm / reviewer where mis-uat-002 is the name of the farm controller, testfarm is the name of the farm, and the reviewer is the name of the application. When using this URL, I get a "502 web server that received an invalid response, acting as a gateway or proxy server." error.
If I access the application directly through http: \ mis-uat-003 \ reviewer (mis-uat-003 is the main server of the farm, the reviewer is the application), then this is not a problem.
Is there any additional configuration that needs to be done for the farm controller to do its job?
It should be noted that this is a UAT environment, so it does not belong to any area. However, if it was successful, and WFF came out with V1.0 pretty soon, we will look for it in the Windows domain.
source
share