posted 18 years ago
Hi,
We ahve a enterprised application deployed in weblogic. In the production env. we have a load balancer to disribute the load between two weblogic servers. One of the server have two IP addresses. Both are configures in loadbalancer. Following is the scenario
Server 1
1st IP: 10.10.10.2
2nd IP: 10.10.10.3
Request are sent ot both the IPs (of same server) by load balancer, but response coming from only one IP. i.e. requests are sent ot 10.10.10.2 and 10.10.10.3 but response is coming from only 10.10.10.2.
In our local env. we do not have load balancer to check the response IP.
So is there any way or any log in which we can check the weblogic response IP. Do I need to configure any log settings for this.
Please help in this.....
Thankx