Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 97851 invoked from network); 7 Apr 2009 12:22:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2009 12:22:19 -0000 Received: (qmail 46605 invoked by uid 500); 7 Apr 2009 12:22:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 46518 invoked by uid 500); 7 Apr 2009 12:22:15 -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 46507 invoked by uid 99); 7 Apr 2009 12:22:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 12:22:15 +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; Tue, 07 Apr 2009 12:22:06 +0000 Received: from localhost (localhost [127.0.0.1]) by tor.combios.es (Postfix) with ESMTP id 31547226077 for ; Tue, 7 Apr 2009 14:19:59 +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 z7Mg7BoYgaUy for ; Tue, 7 Apr 2009 14:19:59 +0200 (CEST) Received: from [192.168.245.129] (p549EA5DE.dip0.t-ipconnect.de [84.158.165.222]) by tor.combios.es (Postfix) with ESMTPA id DDBA2226075 for ; Tue, 7 Apr 2009 14:19:58 +0200 (CEST) Message-ID: <49DB4554.7020509@ice-sa.com> Date: Tue, 07 Apr 2009 14:21:40 +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: Cannot access Tomcat from Host Machine PLZ Help References: <22919036.post@talk.nabble.com> In-Reply-To: <22919036.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org timmy_ wrote: > Hey all, > > I have an xp host with a CentOS 5.3 installed with vmware. > I installed tomcat 6.0.18 and I may access my applications from localhost. > > However I may not access them through http://{ipAddres}:8080/{appName} > > I have port 8080 open, the address attribute on the connector tag is not set > so it should accept incoming connections from any ip address. > > I have searched all day and I can't find a solution... > > May anyone plz help me??? Thanks!! Sure, but you may have to ask the VMWare guys first. Considering the information you have provided so far (not much), I would guess that the problem may be that you have not told VMWare to act as a gateway between the xp machine and the virtual machine inside VMWare. Try a ping to (ipAddress) from another machine for a start. If that works, then try (still from another machine), a "telnet (ipaddress) 8080", and see if at least you get a connection. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org