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
What is cluster in weblogic?
How do I provide user credentials for starting weblogic server?
How do I handle request/response using jms? : BEA Weblogic
What is meant by prallel gc and explain it?
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic
What are the steps required to modify config.xml file of web logic server?
How do you troubleshoot a crash?
How should you type cast a remote object? Why?
How do you differentiate between a server hang and server crash issue?
Explain the different versions of nm?
Define the functions of t3 in the web logic server?
How does sorting on message priority work? : BEA Weblogic
Define memory leak ?
What is meant by thread dump and how can we take?
How should I use sorted queues? : BEA Weblogic