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 |
Can weblogic server start with a unix boot? : BEA Weblogic
Do you know what are the steps required to modify config.xml file of web logic server?
What are the types of gc and in which different scenarios each should be used?
What is a web server? How is it different from Application server?
What are log filters and what are their purpose?
If we lost Admin password(unfortunately), how will you enter into Admin console?
Explain the different versions of nm?
How to pass arugments to server through machine?
What is Weblogic ? (Weblogic Interview Questions)
What is the server?
how can we handle if server is hang? and how to handle out of memory in weblogic?
What are the transaction isolation levels supported by weblogic jdriver?