Taking a URL with a Servlet

Hi all,

I'm a newbie in Java and I have a question which I'm sure the most of you will find pretty easy. I need a servlet which take an URL given from a redirect process and then the servlet must work with it. I think I have to do it by means of the doGet method. Any idea?

Thanks in advance,

Achilipu

[335 byte] By [achilipu] at [2007-9-26 1:18:49]
# 1
It sounds like you want servlet chaining. Check out this URL for an example: http://www.webreview.com/1997/11_28/developers/11_28_97_6.shtml
swatdba at 2007-6-29 0:50:23 > top of Java-index,Other Topics,Patterns & OO Design...