what will happen if a managed server will go down at the time of performing the request
Answers were Sorted based on User's Feedback
Answer / spandana
If a managed server will go at the time of performing the
request, the managed servers are communicating through
muticasting and unicasting in clustering. Sothat when a
managed server goes down the work is assigned/request to
another managed server.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / sridhar
and also it depends upon if session replication is enabled or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the significance of boot?
Write a program to bind string values in a preparedstatement?
What are stubs and how do they function in a web logic cluster?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
What is the difference in the web.xml and weblogic.xml ?
what happen when we give www.abc.com in url(what is process)
What is meant by managedserver?
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic
How can I set deployment order for applications?
How to write a program to call the store procedure of oracle that takes no parameter?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?