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 can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
Msi replica mode??
What is wlst in web logic?
What is meany by plugin?
Tell me what can happen when stub can't to connect to web-logic server instances?
What is the managed server?
What is meany by proxy server?
How can we find listineing ports in a machine?
How to configure jms?
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
Is it possible to send or receive a message from within a message listener? : BEA Weblogic
What is the admin server?
What are the prerequisites of starting a server?
How do I prevent errors when running t3dbping? : BEA Weblogic
How are notifications made when a server is added to a cluster?