Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94263E084 for ; Tue, 5 Mar 2013 18:04:51 +0000 (UTC) Received: (qmail 6835 invoked by uid 500); 5 Mar 2013 18:04:48 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 6693 invoked by uid 500); 5 Mar 2013 18:04:47 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 6684 invoked by uid 99); 5 Mar 2013 18:04:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 18:04:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [72.35.23.36] (HELO smtp-out2.electric.net) (72.35.23.36) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 18:04:42 +0000 Received: from 1UCwDs-0006ZY-Uv by cernan.electric.net with emc1-ok (Exim 4.77) (envelope-from ) id 1UCwDt-0006Zx-TS for users@tomcat.apache.org; Tue, 05 Mar 2013 10:04:21 -0800 Received: by emcmailer; Tue, 05 Mar 2013 10:04:21 -0800 Received: from [10.86.10.83] (helo=fuseout2c) by cernan.electric.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1UCwDs-0006ZY-Uv for users@tomcat.apache.org; Tue, 05 Mar 2013 10:04:20 -0800 Received: from mailanyone.net by fuseout2c with esmtpsa (TLSv1:AES128-SHA:128) (MailAnyone extSMTP pflahrty) id 1UCwDr-0007Bx-SH for users@tomcat.apache.org; Tue, 05 Mar 2013 10:04:20 -0800 Message-Id: <5FDDDB2A-CFC8-4034-AF71-34EA18655D45@rampageinc.com> From: Patrick Flaherty To: Tomcat Users List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Cannot access my app after Tomcat 7.0.28 Date: Tue, 5 Mar 2013 13:04:19 -0500 X-Mailer: Apple Mail (2.936) X-Outbound-IP: 10.86.10.83 X-Env-From: pflahrty@rampageinc.com X-PolicySMART: 1100841 X-Virus-Status: Scanned by VirusSMART (c) X-Virus-Checked: Checked by ClamAV on apache.org Hi, When using any build of Tomcat *post* 7.0.28, I cannot access my app ! The app comes up as it does in 7.0.28 (which works) and logs look the same (no errors). I just can't do an http call to the server. A packet trace shown the tcp connect (3 way handshake) and then no response to Get / HTTP/1.1. The index.jsp in ROOT is a jsp containing a redirect to my app. <% response.sendRedirect("/myapp/index.do"); %> Did something change in 7.0.29 and beyond that might cause this behavior? I looked through the changelog and nothing jumped out at me. Thanks Pat --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org