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 are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
What is a machine?
Managed servers are running. What happens if admin server down?
How is a domain template created?
How does a server find out server unavailability?
Write a program to bind string values in a preparedstatement?
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
What is the difference between jndi lookup(), list(), listbindings(), and search()?
What is meant by session replication?
How do I use a third-party jdbc driver with jms? : BEA Weblogic
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
How do I put a message back on the queue for processing? : BEA Weblogic
What is meant by domain, adminserver, managedserver?
How to write a program to call the store procedure of oracle that takes no parameter?