I need to write servlet which redirect ICQ communication from client to
login.icq.com.
May be this one is simple question for guru, but not for me:)

Redirect works by the schema:

ICQClient <-> HTTP Proxy server <-> my servlet <-> login.icq.com

In ICQClient setup 80 port and server address = address of my servlet.
In ICQ proxy settings setup HTTP Proxy with port 3128 (this is intranet
proxy).

My questions:
1. How to redirect packets from login.icq.com to client behind proxy?
2. How to keep connection alive for this communication?
3. Can I write this servlet without using ServerSocket, etc?

Any help or example will be appreciated.
Zanzy.

___________________________________________________________________________
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