Dear all,

I have a question about Proxy server and servlet

I have a client and a proxy server outside the firewall.
The client dails in the proxy server. The proxy server then connects to
a web server running servlet inside the firewall.
Then the servlet processes the client request and send something back to
the client thru the proxy server again.

I have tried the above arhitecture, it doesn't work. The proxy somehow
doesn't connect / talk to the server inside the firewall.
I tried the client dial in with direct link to the server (that runs
servlet) from the firewall. It works this way.

I wonder if this is the servlet problem. Does the servlet support
request from proxy server or it just doesn't care at all?

Anyone has any opinion/experience playing with proxy with servlet?

Amy

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to