Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 9178 invoked from network); 17 Nov 2008 15:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2008 15:42:28 -0000 Received: (qmail 16068 invoked by uid 500); 17 Nov 2008 15:42:25 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 16036 invoked by uid 500); 17 Nov 2008 15:42:25 -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 16024 invoked by uid 99); 17 Nov 2008 15:42:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 07:42:25 -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: local policy) Received: from [212.85.38.174] (HELO popeye.combios.es) (212.85.38.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 15:41:03 +0000 Received: from [192.168.250.50] (p549EA712.dip0.t-ipconnect.de [84.158.167.18]) (authenticated bits=0) by popeye.combios.es (8.13.8/8.13.8/Debian-3) with ESMTP id mAHFfU7w004968 for ; Mon, 17 Nov 2008 16:41:31 +0100 Message-ID: <4921900B.7070604@ice-sa.com> Date: Mon, 17 Nov 2008 16:38:51 +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: Tomcatx.x and vista References: <491ED999.5090208@comcast.net> <0AAE5AB84B013E45A7B61CB66943C17215A3941D2E@USEA-EXCH7.na.uis.unisys.com> <492069F7.50705@comcast.net> <0AAE5AB84B013E45A7B61CB66943C17215A3941D66@USEA-EXCH7.na.uis.unisys.com> <492185A0.90108@ice-sa.com> <680cbe0e0811170707v5e5eaa13v917457781584023c@mail.gmail.com> In-Reply-To: <680cbe0e0811170707v5e5eaa13v917457781584023c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on popeye.combios.es X-Virus-Scanned: ClamAV 0.92.1/8637/Sat Nov 15 22:56:47 2008 on popeye.combios.es X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-97.7 required=2.5 tests=DNS_FROM_SECURITYSAGE, RCVD_IN_PBL,RCVD_IN_SORBS_DUL,USER_IN_WHITELIST autolearn=no version=3.2.3 Thanks, that's a great reference. Who would think of looking for "friendly error messages" ? I guess MS must have had enough flak about that themselves, if they provide ways to turn it off in the client *and* in the IIS server. Now the only thing left to do is to provide a way to turn this off in Apache and Tomcat, and all the other webservers out there. :-) Serge Fonville wrote: > Use http://support.microsoft.com/kb/294807 > to > disable these great pages ;-) > Regards, > > Serge Fonville > > On Mon, Nov 17, 2008 at 3:54 PM, Andr� Warnier wrote: > >> Caldarale, Charles R wrote: >> >>> From: Chuck Hodge [mailto:chodge2@comcast.net] >>>> Subject: Re: Tomcatx.x and vista >>>> >>>> Have not made any changes to server.xml. >>>> >>> Tomcat normally listens to HTTP requests on port 8080, and AJP requests >>> (from IIS or httpd) on port 8009. If you have IIS configured to listen on >>> port 8080, then Tomcat will not be able to start. If IIS is listening on >>> port 80 (its default), then requests to 8080 should go straight to Tomcat; >>> IIS is not involved. >>> >>> So what is your setup really? >>> >>> The message appears as the only content of index.html. It >>>> is probably just an error response by IIS. >>>> >>> It's certainly not coming from Tomcat. >>> >>> Try taking IIS out of the game while setting up Tomcat. Once you have >>> Tomcat running properly standalone, then try configuring IIS to work with >>> it. (Or, if you're not using IIS for something else, configure Tomcat to >>> use port 80 for HTTP and don't bother running IIS at all.) >>> >>> Also check to make sure the Vista firewall or other network protection >>> isn't messing things up. >>> >>> Additional info : >> Internet Explorer has a detestable habit (among many others) : for some >> HTTP errors, if the error page sent back by the server is below a certain >> number of bytes (it varies according to the error code), IE will substitute >> its own error page. >> Which makes it all the more difficult to see where the error is coming >> from. >> I do not know of a way to disable this in IE, but if you make sure that the >> error pages on the server are at least 1025 bytes in size, they will get >> displayed. >> Unfortunately, I don't know off-hand where the standard Tomcat error pages >> are located. >> >> >> >> >> --------------------------------------------------------------------- >> To start a new topic, e-mail: users@tomcat.apache.org >> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >> For additional commands, e-mail: users-help@tomcat.apache.org >> >> > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org