What is a Proxy Server?
Answer / sagar
Where a high level of security of required, a proxy Web
server may be used to provide a gateway between a local
area network and the Internet. The local network is
protected by firewall software installed on the proxy
server. This software enables the proxy server to keep the
two worlds separate. All outward HTTP requests from the
local network pass through the proxy server and similarly
all information retrieved comes back in via the proxy
server and is then passed back to the client. Using the
options or preferences, Web browsers can be configured to
point to the proxy server. Proxy servers will normally
maintain a cache of retrieved documents.
| Is This Answer Correct ? | 8 Yes | 0 No |
Can we use servlets in JavaScript?
What is httpservlet and how it is different from genericservlet?
How httpservlet is different from the genericservlet?
Define the lifecycle for executing a jsp page.
What is servlet and its types?
Explain the servlet filter.
What are the different session tracking techniques?
Which event is fired at the time of session creation and destroy?
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
In jsp custom tags from child tags to how many levels of parent tags you can acess
where the generated jsp source file are stored?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?