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
When we can update the application? Is server up time or downtime?
What is a messaging bridge?
which protocol it user to connect manage server to admin ? where it is defined ?
What is meant by cluster??
What is the difference between weblogic and jboss?
What is the java authentication and authorization service (jaas) 1.0?
What is os tuning?
How do I handle request/response using jms? : BEA Weblogic
We see an error like 404 and 500. What do they mean?
What is Unicast?
How many admin consoles possible in a single domain?
Difference between weblogic development and production mode?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
How do stubs function inside weblogic server cluster at the time of failure?
In Future how the role of WEBLOGIC in realtime ?