• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HTTP Response in weblogic

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 425
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First how are you so sure that request is sent to both servers? have you analyzed the load balancer log? Did the request sent to 3 doesn't produce the response?
 
reply
    Bookmark Topic Watch Topic
  • New Topic