Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 56200 invoked from network); 20 Aug 2009 09:16:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Aug 2009 09:16:41 -0000 Received: (qmail 41551 invoked by uid 500); 20 Aug 2009 09:16:56 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 41482 invoked by uid 500); 20 Aug 2009 09:16:56 -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 41468 invoked by uid 99); 20 Aug 2009 09:16:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 09:16:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 09:16:43 +0000 Received: from localhost (localhost [127.0.0.1]) by tor.combios.es (Postfix) with ESMTP id C1617226073 for ; Thu, 20 Aug 2009 11:16:22 +0200 (CEST) Received: from tor.combios.es ([127.0.0.1]) by localhost (tor.combios.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yWdBb8aL70ee for ; Thu, 20 Aug 2009 11:16:22 +0200 (CEST) Received: from [192.168.245.129] (montserrat.wissensbank.com [212.85.37.175]) by tor.combios.es (Postfix) with ESMTPA id 7C027226071 for ; Thu, 20 Aug 2009 11:16:22 +0200 (CEST) Message-ID: <4A8D1454.5040407@ice-sa.com> Date: Thu, 20 Aug 2009 11:16:04 +0200 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: aw@ice-sa.com User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Eclipse builtin browser vs system default browser problem References: <738088.64132.qm@web38203.mail.mud.yahoo.com> In-Reply-To: <738088.64132.qm@web38203.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Tommy Pham wrote: > Hi, > > I'm working a small project seem to run into a snag and can't figure out how to overcome it since my web app doesn't give any exception (log files are clean are error/exception free). The snag is that the eclipse internal web browser shows the desired result while Firefox doesn't... Here's the SS of my problem: > http://img40.imageshack.us/img40/8029/languages.jpg > > Has anyone seen something like this before? I was trying to use FF's LiveHeaders extension to work on form's POST multipart/form-data. Below is my dev environment: > This doesn't look like a Tomcat problem, not even a server problem. Your application is somehow generating dubious html. Some browsers are more forgiving than others. Save the result page as a file, and try a good html editor. It will probably show you that you have some data outside of a .., or a missing closing html tag, or something like it. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org