From users-return-190859-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Mon Feb 02 07:57:01 2009 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 28511 invoked from network); 2 Feb 2009 07:57:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2009 07:57:00 -0000 Received: (qmail 98058 invoked by uid 500); 2 Feb 2009 07:56:50 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 97056 invoked by uid 500); 2 Feb 2009 07:56:48 -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 97045 invoked by uid 99); 2 Feb 2009 07:56:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 23:56:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aw@ice-sa.com designates 212.85.38.174 as permitted sender) Received: from [212.85.38.174] (HELO popeye.combios.es) (212.85.38.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2009 07:56:40 +0000 Received: from [192.168.245.129] (p549EA887.dip0.t-ipconnect.de [84.158.168.135]) (authenticated bits=0) by popeye.combios.es (8.13.8/8.13.8/Debian-3) with ESMTP id n127uHFa027957 for ; Mon, 2 Feb 2009 08:56:17 +0100 Message-ID: <4986A61F.2000309@ice-sa.com> Date: Mon, 02 Feb 2009 08:51:59 +0100 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Apache Tomcat 6.0 loads blank page References: <498596C9.6000606@pidster.com> <018301c984af$f42ddf40$dc899dc0$@com> <4986180C.8080108@ice-sa.com> <49863311.1040903@ice-sa.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.92.1/8937/Mon Feb 2 01:15:18 2009 on popeye.combios.es X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org zia mohades wrote: > On Sun, Feb 1, 2009 at 6:41 PM, André Warnier wrote: > >> zia mohades wrote: >> [...] >> >>> but again, I can successfully access http://localhost:8080 and blank >>> for >>> http://localhost:8080/mms_test. so the log files are not very >>> informative. >>> >>> 2) I have downloaded LiveHttpHeaders plugin and followed your >>> instructions. >>> Believe it or not when I access http://localhost:8080/mms_test or >>> http://localhost:8080 or http://localhost:8080/mms_test , and when i >>> click >>> on "Live http headers" form tools , the headers are empty. However when I >>> access any other sites , like google , the headers has info in it( as it >>> is >>> expected) >>> >>> > Here are answers : > > >> You are right, I don't believe it. >> I do not believe the combination above : that you can succesfully access >> http://localhost:8080, but do not see headers in LiveHttpHeaders when you >> do that. Something in that combination is wrong. >> >> So, do exactly the following : >> >> 1) Tell me again : >> - what is your OS ? >> > I am using Ubuntu > >> - what version of Tomcat is this ? > > I am using Apache Tomcat Version 6.0.18 > >> - where did you get it from ? >> > I used to the synaptic manager in ubuntu to install it > >> 2) >> - stop Tomcat >> - in a command window, enter : netstat -tan | grep LISTEN > > tcp 0 0 127.0.0.1:3306 0.0.0.0:* > LISTEN > tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN > > >> >> - start Tomcat >> >> > tcp 0 0 127.0.0.1:3306 0.0.0.0:* > LISTEN > tcp 0 0 127.0.0.1:631 0.0.0.0:* > LISTEN > tcp6 0 0 127.0.0.1:8005 :::* > LISTEN > tcp6 0 0 :::8080 :::* > LISTEN Good, this last line means that there is really something listening on port 8080, which I was starting to doubt. And since it shows up only when Tomcat is started, we'll asume it is Tomcat. > >> >> (Yes, the same 2 times. Once with Tomcat stopped, once with Tomcat >> started.) >> >> 3) Then, also copy here the portion of your tomcat conf/server.xml which >> looks like this : >> >> > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" >> enableLookups="false" redirectPort="8443" acceptCount="100" >> connectionTimeout="20000" disableUploadTimeout="true" /> >> > > > These are all my connectionTimeout="20000" > redirectPort="8443" /> > > > port="8080" protocol="HTTP/1.1" > connectionTimeout="20000" > redirectPort="8443" /> > > > > maxThreads="150" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" /> > Well, they cannot all be active at the same time, so I suppose you have omitted the comment signs ( ) around all except one of them, right ? > > > >> 4) >> - close Firefox >> - re-open Firefox >> - click on Tools..LiveHttpHeader. *Leave that window open*, and make sure >> that the checkbox "capture headers" is checked. >> - go back to the main browser window >> - enter http://localhost:8080 >> - go back to the LiveHttpHeaders window >> - what is in it ? (you can cut and paste it here) > > > Absolutely nothing: :( blank > That is just not possible. Ok, nothing is impossible. Let's just say very, very improbable. And you say that when you call up http://www.google.com, then there is something ? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org