Link redirect
Hi all,
I have to create a servlet that listens on a port for a request to go to a certain website. I'm not sure if the initial link will send the request over port 80, or if I'll have a unique port to listen to.
I'll have to parse out the destination address and then update the link to another address.
Then I'll have to send the request back on its way.
What are some of the basics to get me on my way?
Does this make sense?
Thanks all!

