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 |
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic
What are the types of gc and in which different scenarios each should be used?
What are managed servers?
What are the different modules of wlst?
How are the notifications generated when a server is added to a cluster?
Explain the use of http ?
How does cluster communication happen?
What are the steps required to setup the oracle instance for os authentication?
What is the major difference between managed server and admin server?
What are workload managers for?
How many messages are sent across the network for processing topic messages? : BEA Weblogic
What are stubs?