Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 33642 invoked from network); 13 Feb 2009 03:38:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2009 03:38:15 -0000 Received: (qmail 19093 invoked by uid 500); 13 Feb 2009 03:38:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 18354 invoked by uid 500); 13 Feb 2009 03:38:03 -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 18343 invoked by uid 99); 13 Feb 2009 03:38:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 19:38:03 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.61.61.103] (HELO usea-naimss1.unisys.com) (192.61.61.103) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 03:37:52 +0000 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss1 with InterScan Message Security Suite; Thu, 12 Feb 2009 21:34:17 -0600 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 12 Feb 2009 21:34:17 -0600 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 12 Feb 2009 21:34:17 -0600 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Thu, 12 Feb 2009 21:34:16 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Thu, 12 Feb 2009 21:34:15 -0600 Subject: RE: accepting requests from outside the host? Thread-Topic: accepting requests from outside the host? Thread-Index: AcmNii0RMtT0CGA5TemhVet+31LmUQAARWyQ Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215B77F59B6@USEA-EXCH7.na.uis.unisys.com> References: <200902130320.n1D3Kavg025178@smtp3.tagonline.com> In-Reply-To: <200902130320.n1D3Kavg025178@smtp3.tagonline.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 13 Feb 2009 03:34:17.0056 (UTC) FILETIME=[F2D18E00:01C98D8B] X-Virus-Checked: Checked by ClamAV on apache.org > From: Frank D. Greco [mailto:fgreco@crossroadstech.com] > Subject: accepting requests from outside the host? > > Can someone pls point me in the right direction on > how to configure tomcat to accept browser requests > from outside the box? No configuration necessary - unless you changed something in server.xml, To= mcat binds to 0.0.0.0, so it listens on all IP addresses configured for the= box it's running on. There very likely *is* a firewall blocking port 8080= somewhere between your browser and the Tomcat system - it might even be on= your XP box at home. Can you reach the target system with a ping? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org