accessing parameters from request header in init()
843840Apr 27 2002 — edited Apr 28 2002Hello
How can I access parameters passed on the client request header like
http://localhost:8080/servlet/DBServlet?database=mydatabase
from the servlet initialization method ini()
The getInitParameter() only returns parameters defined in the web.xml file (if is this correct).
I would like to use the getParameter() from the request class, how can I do this within init()
Thanks