RE: Tomcat vs Websphere sendRedirect

2002-10-08 Thread Shapira, Yoav
Hi, It's WebSphere that's broken here, not Tomcat. You've just been taking advantage of that prepending, which is not supposed to happen. sendRedirect() is supposed to be resolved relative to the web server root if you give it something that starts with a /. Yoav Shapira Millennium

Re: Tomcat vs Websphere sendRedirect

2002-10-07 Thread Craig R. McClanahan
On Mon, 7 Oct 2002, Jared Reeve wrote: Date: Mon, 7 Oct 2002 14:56:36 -0700 (PDT) From: Jared Reeve [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat vs Websphere sendRedirect In WebSphere I do a sendRedirect(/servlet/MyServlet)