Hi,
I was wondering how to get the entire url from the request. I have been using request.getServletPath() and getQueryString(), but that only gets me so much as the path after the domain name. How can I get the domain name as well?
Thanks in anticipation.