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 to upgrade the weblogic server licence?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
What is the difference between weblogic and jboss?
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 are the advantages of cluster?
How many types do you configure managed server in weblogic server?
What is the difference between T3 and HTTP protocol ?
How do I enable debugging for the messaging bridge? : BEA Weblogic
What are the modes of operation for Weblogic server domains ?
What are the advantages and disadvantages of node manager?
What Are The Various Types Of Weblogic Installations ?
How do I configure jms security? : BEA Weblogic
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?