what is proxy? how it is used in real time?
Answer / vineet
Proxy is an Layer to hide your requests directly to the user
or the front end and any requests directly going to the
Application Server.
Your Web Server the front end mostly acts as an Proxy Server
between the User and the Application Server.
There are lot of features using a Proxy few of them are
Content Filtering, Restricting a particular IP or Subnet,
Load Balancing etc...
| Is This Answer Correct ? | 13 Yes | 0 No |
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
What do you understand by JDBC connection pool? What are the steps to create a connection pool in WebLogic?
What is the difference between multicast and unicast?
how can we handle if server is hang? and how to handle out of memory in weblogic?
Do ejbs have to be homogeneously deployed across a cluster? Why?
Tell me how are the notifications generated when a server is added to a cluster?
What is thread stack size? What is the default thread stack size in windows?
How should I use sorted queues? : BEA Weblogic
What are the steps in which unicode codesets can be set with the weblogic jdriver?
What is the default port of weblogic admin server?
How to configure a DB connection pool ?
what is proxy? how it is used in real time?