A
Anders Skar
Hi!
I'm trying to setup a servlet to handle all request that does not map
to a file on the webserver. I've set up a error-page in web.xml that
points to my servlet. I want my servlet to lookup the requested URL
in a database.
The only problem is that when the servlet is called, I want to get the
original URL requested by the user, not the URL of my 404 servlet.
Does anyone know how to do this?
Thanks in advance for any help!
Anders
I'm trying to setup a servlet to handle all request that does not map
to a file on the webserver. I've set up a error-page in web.xml that
points to my servlet. I want my servlet to lookup the requested URL
in a database.
The only problem is that when the servlet is called, I want to get the
original URL requested by the user, not the URL of my 404 servlet.
Does anyone know how to do this?
Thanks in advance for any help!
Anders