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 call a servlet with parameters in the url? : BEA Weblogic
What command will you use to recursively search for a particular string across multiple files in your currentdirectory?
What is the difference in the web.xml and weblogic.xml ?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
What you can do with node manager?
Explain the performance tuning in jdbc?
How do I start wls and configure jms? : BEA Weblogic
How can we find listineing ports in a machine?
How can the issue associated with high CPU usage be solved?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Do you know what is the local interface used by web logic server?
Can you explain what are the ways in which the dns request of failed servers handled?
What is a non-durable topic subscriber?
When should I use the -nostage option?
What are the common domain types?