We have a requirement to loadbalance 2 standalone WAS7 base version JVMs in two separate hosts. Both the JVMs will be served by a single IHS web server. We are not creating any cluster. In addition to configuring a unique HTTP session clone ID for each JVM as below:
Navigate to :
Servers > Application servers > server_name > Container Settings >
Web Container Settings > Web container > Additional Properties > Custom Properties > Click New
i)In the Name
field, enter HttpSessionCloneId
.
ii)In the Value
field, enter a unique value for the server. The unique value must be 8 - 9 alphanumeric characters; for example, ``
Do we need to make any other configuration changes for enabling session affinity in WAS or IHS side?