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 does sorting on message priority work? : BEA Weblogic
How can classpath be set?
How to write a program to call the store procedure of oracle that takes no parameter?
How can I control on which weblogic server(s) my application will run? : BEA Weblogic
What are the modes of operation for Weblogic server domains ?
How to check the version of Java?
How do you set the classpath ?
What elements make up the administration console?
Explain the performance tuning in jms?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
Why do we need to remove cache?
What are weblogic clusters?
Explain the performance tuning in jvm, jdbc, jms?
How does concurrency work for message-driven beans? : BEA Weblogic
How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic