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 |
How do I provide user credentials for starting weblogic server?
What should you do in a passive method?
What is multicast address in Clustering? Why do we need it?
Explain the different versions of nm?
what are the benefits of classpath?
What are logics in reference to web logic servers?
what is the differencees between work manager and executequeue?
What is difference between weblogic connection pool and conection factory?
What is a web server? How is it different from Application server?
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic
Why would a client application use jta transactions?
How are notifications made when a server is added to a cluster?