wls-eng / arm-oraclelinux-wls

Microsoft Azure ARM Templates to create Oracle Linux VM with pre-installed Weblogic Server
Apache License 2.0
0 stars 7 forks source link

Dynamic offer : Exclude coherence server name/port for OHS WebLogic cluster address entry #303

Closed sanjaymantoor closed 3 years ago

sanjaymantoor commented 3 years ago

OHS load balancing works based on WebLogic cluster address. When deployment is made with coherence server, WebLogic cluster address will contain coherence server as another member. As coherence server is not used for deploying application, it should be removed from entry. If not, OHS will try to route the request to coherence server and fails.

Earlier this issue was not noticed as coherence ssl issue was there and somehow OHS used to by pass the request. But after recent fix for coherence ssl configuration, OHS fails to route the request intermittently.