From users-return-190843-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Mon Feb 02 00:30:46 2009 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 74408 invoked from network); 2 Feb 2009 00:30:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2009 00:30:45 -0000 Received: (qmail 18237 invoked by uid 500); 2 Feb 2009 00:30:30 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 18208 invoked by uid 500); 2 Feb 2009 00:30:30 -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 18197 invoked by uid 99); 2 Feb 2009 00:30:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 16:30:30 -0800 X-ASF-Spam-Status: No, hits=4.6 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_RHS_DOB,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zia.simab@gmail.com designates 209.85.128.189 as permitted sender) Received: from [209.85.128.189] (HELO fk-out-0910.google.com) (209.85.128.189) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2009 00:30:21 +0000 Received: by fk-out-0910.google.com with SMTP id 26so1099497fkx.0 for ; Sun, 01 Feb 2009 16:30:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=gKPbHUDIwF0B5Lial/7fV1JMfwLfGdFzHYqG+xU3apQ=; b=PEYzkOSyS44cDyGTS+bZ3vg5KNvmh6uxjgQXHqef4CEqGABHL1Io1X1kLVXARkgwTo ZTV2YmsDVbwjI7aItFPgqQBUi9bZveRyIx+VngGEZeV+Hb693H8nm4toEv0Fq22mfnyW 1xqDEu23P8Ox1wBOtfjFeyGw03OahrcOm3JGc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=HCiURBYabaQOXirGI8qLH3Ndgj4xDHfBgIBIjuEKi/a0vPEEV1tnN6eIbuRhZnCzND kNfUhMTWwl3886oslnKqoZGU729cSgg+Gju/osNyQVs8pxkqlIfRJnZVpO/uoY5OFW2M SEHelWhZ797Zi0yNg4wzfFtFfkoI8XoIGF1Ro= MIME-Version: 1.0 Received: by 10.181.199.11 with SMTP id b11mr1452163bkq.127.1233534600831; Sun, 01 Feb 2009 16:30:00 -0800 (PST) In-Reply-To: References: <498596C9.6000606@pidster.com> <018301c984af$f42ddf40$dc899dc0$@com> <4986180C.8080108@ice-sa.com> <49863311.1040903@ice-sa.com> Date: Sun, 1 Feb 2009 19:30:00 -0500 Message-ID: Subject: Re: Apache Tomcat 6.0 loads blank page From: zia mohades To: Tomcat Users List Content-Type: multipart/alternative; boundary=00163662e5e4b361f10461e4a774 X-Virus-Checked: Checked by ClamAV on apache.org --00163662e5e4b361f10461e4a774 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi everyone , Dear andre: I have just included the index.html in the web.xml , but still doesn't work. However I will continue using index.jsp until i find a solution. However I have a new problem. I have another file called hesearch.html which calls a .cgi file called test.cgi here is what it looks like: ...........
............ however when click on the button which sends action to test.cgi i get this error: HTTP Status 404 - /bin/test.cgi ------------------------------ *type* Status report *message* */bin/test.cgi* *description* *The requested resource (/bin/test.cgi) is not available.* ------------------------------ Apache Tomcat/6.0.18 any idea what's going on? i have given all the permission it needs? Thank you again for all your helps. Regards, zia On Sun, Feb 1, 2009 at 6:58 PM, zia mohades wrote: > > > On Sun, Feb 1, 2009 at 6:41 PM, Andr=E9 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 i= t >>> 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 yo= u >> 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 > >> >> >> (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=3D"150" minSpareThreads=3D"25" maxSpareThreads=3D"75" >> enableLookups=3D"false" redirectPort=3D"8443" acceptCount=3D"100" >> connectionTimeout=3D"20000" disableUploadTimeout=3D"true" /> >> > > > These are all my connectionTimeout=3D"20000" > redirectPort=3D"8443" /> > > > port=3D"8080" protocol=3D"HTTP/1.1" > connectionTimeout=3D"20000" > redirectPort=3D"8443" /> > > > > maxThreads=3D"150" scheme=3D"https" secure=3D"true" > clientAuth=3D"false" sslProtocol=3D"TLS" /> > > > > >> >> 4) >> - close Firefox >> - re-open Firefox >> - click on Tools..LiveHttpHeader. *Leave that window open*, and make su= re >> 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 > >> >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >> For additional commands, e-mail: users-help@tomcat.apache.org >> >> > --00163662e5e4b361f10461e4a774--