Hi,

I am doing a study assignment for my school and I wondered if someone =
could give me some advice,
please read the following example:

Assume you have 3 computers:

1. The client computer with Netscape or Internet Explorer
2. A general webserver with my application
3. A server with the real content.

Proces:

the client makes a connection with his browser to the webserver, assume =
the url: www.testserver.com
this webserver links the url to my application and my application =
converts the url to the real url of the server (3).
The request is forwarded to the server and the server sends the content =
back to my application, my application addapts the content and
replaces all existing url's to www.testserver.com, after this the =
content is forwarded to the requesting client.

I am not asking for complete solutions, but just some idea's what could =
be the best way to implement this system with Java.

Thanks in front,

Marc

___________________________________________________________________________
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