Instead of redirecting, try forwarding like this:
 
getServletConfig().getServletContext().getRequestDispatcher("/jsp/forwardto.jsp").forward(request, response);
 
Leon
----- Original Message -----
Sent: Monday, October 30, 2000 6:44 AM
Subject: response.sendRedirect stops working in Apache/Tomcat setup

Hi!

I recently setup my Tomcat to run integrated with Apache. Everything
worked fine, except that any jsp-page that contained a
response.sendRedirect stopped redirecting. I don't get any response
at all. Any clues?

Thanks!

/Martin Holmgren







Check out the latest in z.com programming, produced exclusively for the net!  http://www.z.com

Reply via email to