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 the msi mode in weblogic? How can you enable and disable this option?
Do ejbs have to be homogeneously deployed across a cluster? Why?
How to update license?
In a web logic server what is the domain?
What is ticketing tool used in your project?
What is Unicast?
How do I put a message back on the queue for processing? : BEA Weblogic
How do I configure jms security? : BEA Weblogic
Explain load blancing alogarthims in cluster??
Whenever we see a very slow response from server-side, then what all thing we need to look into?
How does a cluster relate to a domain?
What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is a non-durable topic subscriber?
Explain The Methods For Providing User Credentials For Starting The Server ?