This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to configure loadbalancer for Application Server

Hi,

We have configured loadbalancer for web portal. But not sure, how can we have same functionality of load balancing for Application Server. We are trying to install Application Sever on two servers with their dedicated IIS and Application Pools. It worked for web portal but its not working for application server. Is there any other way of doing this? Can someone please suggest. Thank you.

Parents
  • The configuration for the Application Server shuld be very similar to the one for the Web Portal. Both need sticky sessions support from the load balancer. For the Application Server, there are two cookies you can use ss-id and ss-pid but we suggest to use the ss-id one. In addition, ensure that the signing certificate of both application servers is the same. This allows reusing a session from one application server in case of a server switch.

  • In case of web portal, we have different certificates for both web portals. And we have our App server on same IIS so they will be using same certificates as of web portal. Will it not work with different certificates?

Reply Children