Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 40372 invoked from network); 3 May 2000 04:19:24 -0000 Received: from unknown (HELO www.wnbo.com) (207.170.64.66) by locus.apache.org with SMTP; 3 May 2000 04:19:24 -0000 Received: from ryanv [216.253.104.34] by www.wnbo.com (SMTPD32-5.01) id A68C65C03A4; Tue, 02 May 2000 23:09:48 PDT From: "Ryan Vanderwerf" To: Subject: re:more apache -> tomcat fun.. Date: Tue, 2 May 2000 23:19:19 -0500 Message-ID: <001b01bfb4b6$c0505180$2101a8c0@wnbo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Server: Apache 1.3.11 Tomcat: 3.1 binary release, with accompaning mod_jserv.so Another weird Apache->tomcat problem.. if I execute a servlet From apache, none of my query string paramters are passed along to my Tomcat servlet. I.e. /servlet/mp3download.mp3?id=71&blah=71.mp3 I then log request.getQueryString(), request.getParameter("id") all come back as null. However if I execute it from the Tomcat server, everything works fine, parameters and querystrings are intact. here's my web.xml in my WEB-INF dir: mp3download.mp3 mp3download Ryan Vanderwerf -----Original Message----- From: Adam Le [mailto:adam@echobuzz.com] Sent: Tuesday, May 02, 2000 10:53 PM To: tomcat-user@jakarta.apache.org Subject: RE: Microsoft IE and Apache+Tomcat Problem revisited I've put a "return;" right after every place I have "sendRedirect();" statement but this only stops the page from executing. My login.jsp goes to verify.jsp. verify.jsp then decides if this is a valid user, if it is redirect them to other pages, if not then redirect to the login.jsp again. Instead of doing this, it stops on verify.jsp. Any clues? Thanks. Adam -----Original Message----- From: Travis Reeder [mailto:travis@xabre.com] Sent: Tuesday, May 02, 2000 8:29 PM To: tomcat-user@jakarta.apache.org Subject: RE: Microsoft IE and Apache+Tomcat Problem revisited I had this problem and a simple fix is to put a return; right after your sendRedirect(). This ends the service function and stops the previous page from executing. Let me know if this works for you. Travis -----Original Message----- From: Adam Le [mailto:adam@echobuzz.com] Sent: Tuesday, May 02, 2000 9:06 PM To: tomcat-user@jakarta.apache.org Subject: Microsoft IE and Apache+Tomcat Problem revisited Hi all, A few days ago, I posted a problem with Microsoft IE browsing jsp pages served through Apache 1.3.12 + Tomcat 3.1. The problem was that when you move from one page to the next, the first page would remain in the browser, followed by HTTP header info, followed by the page you are trying to get to. The URL does get correctly redirected to the new page. This does not happen on Netscape at all. I've been able to recreate this on both NT4 and RedHat 6.2. This is what I've found so far: - If I access Tomcat's webserver directly, this does not occur at all (IE and Netscape are happy with this). Only when Apache does the hand off. - If the pages were simple beanless jsp to beanless jsp, then the IE is happy. If there are beans doing database access, I would get 2 pages with HTTP header in between. - If the jsp pages were converted to servlets, IE would function correctly. I've been recommended to try using versus <%@ include file="somePage.jsp" %>. This does not affect the behavior of IE at all. Can someone confirm if there is a redirection problem with Apache+Tomcat or is the problem with IE? Please no bashing :) I am convince this is not a code issue since browsing directly on Tomcat's webserver works perfectly fine. Thanks. Adam -------------------------------------------------------------------------- To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org For additional commmands, email: tomcat-user-help@jakarta.apache.org -------------------------------------------------------------------------- To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org For additional commmands, email: tomcat-user-help@jakarta.apache.org -------------------------------------------------------------------------- To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org For additional commmands, email: tomcat-user-help@jakarta.apache.org