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 AEA42DD92 for ; Tue, 5 Mar 2013 23:45:54 +0000 (UTC) Received: (qmail 75026 invoked by uid 500); 5 Mar 2013 23:45:51 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 74968 invoked by uid 500); 5 Mar 2013 23:45:51 -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 74955 invoked by uid 99); 5 Mar 2013 23:45:51 -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 23:45:51 +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 (athena.apache.org: local policy) Received: from [72.35.23.30] (HELO smtp-out2.electric.net) (72.35.23.30) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 23:45:46 +0000 Received: from 1UD1Xw-0001j3-Ut by cernan.electric.net with emc1-ok (Exim 4.77) (envelope-from ) id 1UD1Xx-0001jJ-TY for users@tomcat.apache.org; Tue, 05 Mar 2013 15:45:25 -0800 Received: by emcmailer; Tue, 05 Mar 2013 15:45:25 -0800 Received: from [10.86.10.82] (helo=fuseout2b.electric.net) by cernan.electric.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1UD1Xw-0001j3-Ut for users@tomcat.apache.org; Tue, 05 Mar 2013 15:45:24 -0800 Received: from mailanyone.net by fuseout2b.electric.net with esmtpsa (TLSv1:AES128-SHA:128) (MailAnyone extSMTP pflahrty) id 1UD1Xw-00059I-5R for users@tomcat.apache.org; Tue, 05 Mar 2013 15:45:24 -0800 Message-Id: <4647FC64-FDE1-45EE-8DA4-ECEE10C48D75@rampageinc.com> From: Patrick Flaherty To: "Tomcat Users List" In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Cannot access my app after Tomcat 7.0.28 Date: Tue, 5 Mar 2013 18:45:23 -0500 References: <5FDDDB2A-CFC8-4034-AF71-34EA18655D45@rampageinc.com> X-Mailer: Apple Mail (2.936) X-Outbound-IP: 10.86.10.82 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 On Mar 5, 2013, at 4:44 PM, Howard W. Smith, Jr. wrote: > 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. I downloaded the 32 bit zip version of the tomcat. Change the tcp port in the server.xml file from 8080 to 80. The platform is Windows 7 64 bit. I run the service.bat file to install it as a service. (Service install Tomcat7). I did not replace the index.jsp this time and did not introduce my war. I then started the service and I was able to get to the standard Tomcat ROOT page. So I know Tomcat works. I stop tomcat, drop my war file in and restart tomcat. I go to standardout.log and I see my app is completely up and is running, as it prints an info line every 5 minutes to stdout. At this point I cannot get to the ROOT page (Now has the stock index.jsp) nor can I get to my app by typing the URL consisting of the ip address of the computer +/myapp (e.g. http://192168.2.2/rrmt). Both just hang in the browser. Now I just noticed that on this 4 core server, tomcat7.exe *32 is using 25% CPU. My app *seems happy printing it's server is up message to the stdout.log. Same war works in 7.0.27 and a few tomcats prior but every tomcat fails as described above for every version post 7.0.27 up through 7.0.37. I have tried them all. It must be something in my code but I perplexed. The act of adding my war causes the problem. I checked the changelog for tomcat and cannot see anything that would cause this. Any thoughts appreciated. Thanks Pat > > > >> >> ------------------------------**------------------------------ >> **--------- >> To unsubscribe, e-mail: users-unsubscribe@tomcat.**apache.org> > >> For additional commands, e-mail: users-help@tomcat.apache.org >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org