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

[336 byte] By [achilipu] at [2007-9-26 1:18:54]
# 1
To get an argument you just have to use request.getParameter("nameofargument");This will return a string representation of the argument that corresponds to nameofargument.GN
statusquo at 2007-6-29 0:50:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...