What happen when your database and proxy server are down
and your weblogic server is up
Answer Posted / 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 View All Answers
How many types of logs are there?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
Explain the performance tuning in jvm?
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
What is meant by domain, adminserver, managedserver?
What are the advantages node manager?
How to upgrade the latest patches in weblogic?
What is web.xml ?
What is the weblogic server?
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?
What is the managed server?
How do I do http tunneling? : BEA Weblogic
How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic
What is ticketing tool used in your project?
Explain the performance tuning in jdbc?