Re: forward request to URL outside current context
Nick Laborera <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
getServletConfig().getServletContext().getRequestDispatcher(page_location).forward(request, response); regards, Nick Laborera John C Cartwright wrote: > Hello All, > > is there a way that I can use the > RequestDispatcher.forward(request,response) method to forward a request > to an URL outside the current context? > > Thanks! > > -- john > > ===================================================== > John Cartwright > Associate Scientist > Geospatial Data Services Group > CIRES, National Geophysical Data Center/NOAA > (303) 497-6284 > [email protected] > ===================================================== > > ___________________________________________________________________________ > To unsubscribe, send email to [email protected] and include in the > body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > > ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html