Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 36943 invoked from network); 29 Aug 2005 21:19:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2005 21:19:16 -0000 Received: (qmail 89524 invoked by uid 500); 29 Aug 2005 21:19:09 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 89388 invoked by uid 500); 29 Aug 2005 21:19:08 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 89116 invoked by uid 99); 29 Aug 2005 21:19:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2005 14:19:06 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 3DD3C127 for ; Mon, 29 Aug 2005 23:19:05 +0200 (CEST) Message-ID: <1696821827.1125350345251.JavaMail.jira@ajax.apache.org> Date: Mon, 29 Aug 2005 23:19:05 +0200 (CEST) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-930) Default host for open sockets (at least web ones) should be default host 0.0.0.0 and not localhost In-Reply-To: <148850589.1125159724725.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-930?page=all ] Aaron Mulder updated GERONIMO-930: ---------------------------------- Fix Version: 1.0-M5 > Default host for open sockets (at least web ones) should be default host 0.0.0.0 and not localhost > -------------------------------------------------------------------------------------------------- > > Key: GERONIMO-930 > URL: http://issues.apache.org/jira/browse/GERONIMO-930 > Project: Geronimo > Type: Bug > Components: connector > Versions: 1.0-M5 > Environment: All > Reporter: Matt Hogstrom > Assignee: Aaron Mulder > Priority: Critical > Fix For: 1.0-M5 > > These are the current ports Geronimo is listening on by default: > Listening on Ports: > 1099 0.0.0.0 RMI Naming > 1527 127.0.0.1 Derby Connector > 4201 127.0.0.1 OpenEJB Connector EJB > 8080 127.0.0.1 Jetty Connector HTTP > 8443 127.0.0.1 Jetty Connector HTTPS > 61616 0.0.0.0 ActiveMQ Message Broker Connector > Unfortunately, to do handle any external traffic Jetty has to be reconfigured to listen on 0.0.0.0 or be bound to a specific interface. I propse that the default for Jetty be changed to 0.0.0.0 for both HTTP and HTTPS. I also think Derby should be open as well so it could be administrered remotely but I'm less passionate about that one. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira