What happen when your database and proxy server are down
and your weblogic server is up
Answer Posted / shri
Ahhh! When the DB is down, datasources would go in inactive
mode. But yeah, your application would be impacted majorly
when DB is down and you have used weblogic datasources to
connect to database. As when database comes up, you would
need to restart the weblogic server to bring the weblogic
datasources in ACTIVE mode.
Slight or not complete impact on application in this case.
Things not dependent on DB would work perfectly alright.
And of course, when the proxy server is down, no request
would be accepted. All would be rejected. So 100% fauilre
of application.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
How do I identify the document type of an xml document? : BEA Weblogic
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
What is actually weblogic cache?
Explain the performance tuning in jvm?
How do you set the classpath ?
How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic
When we will take thread dump?
Explain what are the transaction isolation levels supported by weblogic jdriver?
A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic
How can we find listineing ports in a machine?
What is the weblogic server?
How many deployment descriptor files does a cmp entity bean deployed on the weblogic server have? : BEA Weblogic
Can we deploy jar in weblogic?
What is a license file ?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?