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?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are the uses of a middleware server?
what is heart beat in weblogic
How do I increase weblogic server memory? : BEA Weblogic
what r middleware services of weblogic application server
how to create a sub domain in domain ?
Explain what is the purpose of using multipools in web logic server?
What are deployment descriptors?
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?
What happens if remove( ) is never invoked on a session bean?
What is difference between weblogic connection pool and conection factory?
what is struck threadump?
How do stubs work in a weblogic server cluster? : BEA Weblogic