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
What is meant by cluster??
What are the enhancements in ejb 2.0 with respect to cmp?
What is a license file ?
What is the significance of boot?
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
How to start node manager?
What is meant by jndi and why its needed??
what is mission in weblogic
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
What are the types of gc and in which different scenarios each should be used?
How to change from default jvm to others?
Write a program of web logic server to get the connection pool attribute?
How do you do performance tuning of wls?
What is the purpose of t3 in weblogic server?
What are managed servers?