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
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
How to integrate sunone/netscape/iplanet with weblogic?
Which xml parser comes with weblogic server 6.1? : BEA Weblogic
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic
What is meant by adminserver?
What can be the reasons of server hang?
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
Can two jms servers share the same persistent store? : BEA Weblogic
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
Match the ejb functions given below with the functionality equivalent in sql? : BEA Weblogic
Explain the functionality of iiop ?
What elements make up the administration console?
What is boot?properties file in weblogic server?
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