What happen when your database and proxy server are down
and your weblogic server is up

Answers were Sorted based on User's Feedback



What happen when your database and proxy server are down and your weblogic server is up..

Answer / venkat

All the functionalities except those dependent on DB will
work as usual but whenthe proxy server is down ,no requests
will be routed to the Weblogic Server .

Is This Answer Correct ?    25 Yes 1 No

What happen when your database and proxy server are down and your weblogic server is up..

Answer / 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

What happen when your database and proxy server are down and your weblogic server is up..

Answer / babu

All The Requests come from HTTP.. Which Will HIT HTTP
Server. If This Will down. Those Request not Reach The App
server. This Time If DB is also down , But This is does not
matter Becz Request not Reach App Server. We dont care care
about That.

Is This Answer Correct ?    3 Yes 1 No

What happen when your database and proxy server are down and your weblogic server is up..

Answer / kalyan chakravarthi

Friends,, your Options and Opinions are Appreciated.But Please Specify if the Answer is Wrong as per Opinion.Justify which Assumption is wrong..

Is This Answer Correct ?    0 Yes 0 No

What happen when your database and proxy server are down and your weblogic server is up..

Answer / krati

Functionalities willwork as usal but if there is any
dependency on DB then it will show the error msg. DataBase
server is Down. whenthe proxy server is down the requests
will directly hit the app server or weblogic server and get
the responce.
.

Is This Answer Correct ?    4 Yes 9 No

What happen when your database and proxy server are down and your weblogic server is up..

Answer / aditi

Hi,

If Weblogic Server is up, then the application working on
this server will also be up. But the only effect due to
database server to be down is "All the results in
application which retrieve some information from database
will not be visible and some error message will be
displyed".

Is This Answer Correct ?    3 Yes 11 No

What happen when your database and proxy server are down and your weblogic server is up..

Answer / vamsee

All the functionalities except those dependent on DB will
work as usual but whenthe proxy server is down the requests
will directly hit the app server and get the responce.
why because proxy means behalfof(instedof),proxy server
means insted of going request to main server first it will
hit the proxy server(webserver) and then hit the app server
so if proxy is down request can hit app server but it is
not sequre.

Is This Answer Correct ?    2 Yes 11 No

Post New Answer

More Weblogic Interview Questions

What is t3 protocol?

0 Answers  


What should an xpath selector look like? : BEA Weblogic

0 Answers  


Can someone please tell me the basic differences between weblogic 8,9 and 10 versions

5 Answers  


What are the two important tcp socket classes?

0 Answers  


I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic

0 Answers  






Is an xslt processor bundled in weblogic server?

0 Answers  


Explain the performance tuning in jvm?

0 Answers  


Can the bean class implement the ejbobject class directly? If not why?

0 Answers  


What are the Unix vi commands?

0 Answers  


Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic

0 Answers  


What is a domain in weblogic?

1 Answers  


How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic

0 Answers  


Categories