Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forward to an absolute path

843840Jan 27 2003 — edited Jan 28 2003
Hi,

In my servlet, when I am done processing I would like to forward the request to an absolute path like:

http://www.yahoo.com

I understand that getServletContext().getRequestDispatcher(url) needs a url that starts with /, but I want to forward the request to a url that does not start with /. How can I do that?

Thanks,
PF.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 25 2003
Added on Jan 27 2003
7 comments
521 views