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 6BB13D6A5 for ; Tue, 5 Mar 2013 21:45:09 +0000 (UTC) Received: (qmail 60829 invoked by uid 500); 5 Mar 2013 21:45:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 60753 invoked by uid 500); 5 Mar 2013 21:45:05 -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 60744 invoked by uid 99); 5 Mar 2013 21:45:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 21:45:05 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of smithh032772@gmail.com designates 74.125.82.41 as permitted sender) Received: from [74.125.82.41] (HELO mail-wg0-f41.google.com) (74.125.82.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 21:45:01 +0000 Received: by mail-wg0-f41.google.com with SMTP id ds1so3819534wgb.2 for ; Tue, 05 Mar 2013 13:44:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=6VTvFKjmyUb2+xzL0yYQw/gPpaBYOj1BM8joCE+iX4E=; b=bruF2QY0jPwn/Vt9d2/PeKSdItPMjkqIzzz6YYwg9UsTSQR34CGUtXYP2+DAe5wM10 HI0dF3wmDGzUBgnObRYonLxygmU/U2mct1aWcvsX1UDuWxjZe2OoJhwkmzsqAYp02N/V vWCNXxRtal4XCdwZa9dblOB/79nPIpLr8hSJ1zFFQCnAhCTvbLSnbUiLbqapMihqmVfx aYMQY0juTryV+9wHt74rhoXttGwt+6eZBPYYGImXnnW450xQtxuJADhjxQ7MX3QcVa0F MhAqB3ZaZ6o1eEuVfawm3Vroo6ka39iLKjMm6/Rio715dBTSwJs15L/r9WH04c5lrpnJ 98Jw== MIME-Version: 1.0 X-Received: by 10.180.105.67 with SMTP id gk3mr21722518wib.31.1362519880401; Tue, 05 Mar 2013 13:44:40 -0800 (PST) Received: by 10.227.25.194 with HTTP; Tue, 5 Mar 2013 13:44:40 -0800 (PST) In-Reply-To: <5FDDDB2A-CFC8-4034-AF71-34EA18655D45@rampageinc.com> References: <5FDDDB2A-CFC8-4034-AF71-34EA18655D45@rampageinc.com> Date: Tue, 5 Mar 2013 16:44:40 -0500 Message-ID: Subject: Re: Cannot access my app after Tomcat 7.0.28 From: "Howard W. Smith, Jr." To: Tomcat Users List Content-Type: multipart/alternative; boundary=f46d04426a227890f004d7346188 X-Virus-Checked: Checked by ClamAV on apache.org --f46d04426a227890f004d7346188 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Mar 5, 2013 at 1:04 PM, Patrick Flaherty wrote: > 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 > > You may want to share more details about your environment/configuration. Is it possible that your 7.0.29+ configuration is missing some configuration that exists in your 7.0.28 configuration? You also may want to share the steps you took while migrating to, installing, or configuring your 7.0.29+ environment. > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.**apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --f46d04426a227890f004d7346188--