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
Write a program to bind string values in a preparedstatement?
What is the difference between T3 and HTTP protocol ?
How to integrate appache with weblogic?
What are the ways in which the dns request of failed servers handled?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
What is meant by adminserver?
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?
Explain different parts available as part of jvm and describe them in few lines.
Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic
What are the differences between a web logic server and a web server?
How to troubleshoot it?
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
How many types do you configure managed server in weblogic server?
What is cluster in weblogic?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic