In cluster , the load balancing that simply redirect the
client request to any available server in weblogic server
cluster. Suppose assume we have 4 managed servers and one
admin server. can we trace that request is going to which
managed server in the cluster? is it possible to tell that
request is going to which ipaddr/managed server?
Answer Posted / sam
whenever the request gets routed from any Load balancer or
Web-server to any application server, the routed request
contains a header part which includes information of the
server like Port, Listen address etc based on which it
routes to its appropriate server hosting application. And
we can trace this information in web-server log file.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Explain the tier architecture of a web logic server?
Explain what an application server does and it's major components.
How can I avoid asynchronous message deadlocks? : BEA Weblogic
What are the modes of operation for Weblogic server domains ?
Do you know what type of object is returned by resultset.getobject()?
Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic
How to troubleshoot and overcome such issues?
What is meant by unicast?
Can We Start A Managed Server If The Administration Server Is Unavailable ?
What is SSL in weblogic ?
Must my bean-managed persistence mechanism use the weblogic jts driver? : BEA Weblogic
What are the common domain types?
Why do we need to remove cache?
What is the difference between stage and no stage deployment?
What are stubs and how do they function in a web logic cluster?