Caldarale, Charles R wrote:
From: Seak, Teng-Fong [mailto:[EMAIL PROTECTED]
Subject: How to make a redirector?
I've seen some URL which contains two URL's, something like
http://www.siteA.com/xxxxx/http://www.siteB.com/some/path/here/
Are you sure you're not missing a rather important "?" between the siteA
URL and the one for siteB? The presence of the "?" indicates the second
URL is treated as a parameter for whatever processes the first one; a
simple forwarding filter, servlet, or jsp would then suffice.
- Chuck
In some sites that I've come across, there's no "?".
Actually, after some thinking, I know what I wanted is called. It's
simply a proxy :D So I think I just need a proxy, no need to programme
Tomcat to act like this.
Thanks for the replies :)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]