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
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
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 the difference in the web.xml and weblogic.xml ?
How to debug my ant script?
Explain the functionality of iiop ?
Can you briefly describe local interfaces?
How can the nm be made to work with web logic?
How does a cluster relate to a domain?
You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?
What are stubs?
Do you know what are the steps involved in setting up classpath in web logic server?
Must my bean-managed persistence mechanism use the weblogic jts driver? : BEA Weblogic
What is clustering and what is achieved through it?
What is http tunneling? How can we configure it on weblogic?
how to upgrade the weblogic server licence?