Yes. However, if I've understood the specs correctly, there is no support
for using a RequestDispatcher object to do it (although the engine you
happen to be using may support it). Please correct me if I'm wrong, anyone!

What you can do is use the sendRedirect() method in the HttpServletResponse
object, but then you'll have to supply it with an absolute URL (e.g.
http://www.gte.com/your_page.asp), which may cause you problems if you move
your app.

Hope this helps!

Manne

-----Original Message-----
From: Makki, Rania [mailto:[EMAIL PROTECTED]]
Sent: 30 September 2000 03:40
To: [EMAIL PROTECTED]
Subject: Servlets and JSP,Could they interact together?


Hi,
If my server is Microsoft Information server, I can run JSP if i install
JRUN.
My question is : Can my Servlets or JSP pages redirect a request to an ASP
page??

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to