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 |
Tell me what are the ways in which weblogic servers can run on multiple machines?
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
What is the emergency log message?
What are the special design care that must be taken when you work with local interfaces?
What is nmenroll in wlst?
What Is Boot.proerties File In Weblogic Server ?
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
How to change from default jvm to others?
what are the benefits of load order in the deployment of the application?
Explain the performance tuning in jdbc?
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic