Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 33871 invoked from network); 9 Sep 2009 14:11:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Sep 2009 14:11:22 -0000 Received: (qmail 22891 invoked by uid 500); 9 Sep 2009 14:11:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 22782 invoked by uid 500); 9 Sep 2009 14:11:20 -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 22566 invoked by uid 99); 9 Sep 2009 14:11:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 14:11:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 14:11:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A519F234C1EF for ; Wed, 9 Sep 2009 07:10:57 -0700 (PDT) Message-ID: <1342122322.1252505457673.JavaMail.jira@brutus> Date: Wed, 9 Sep 2009 07:10:57 -0700 (PDT) From: "Quintin Beukes (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4858) Geronimo 2.2 doesn't ad MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Geronimo 2.2 doesn't ad ----------------------- Key: GERONIMO-4858 URL: https://issues.apache.org/jira/browse/GERONIMO-4858 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: connector, console Affects Versions: 2.2, 3.0 Reporter: Quintin Beukes Priority: Critical Fix For: 2.2 OK. So I extract the 2009-09-08 nightly snapshot (tomcat binary), and deploy some repository JARs, a datasource and a security realm. Then I goto Web Server portlet and create a new Tomcat BIO connector. I enter a name, and for port I enter 80. This is a rough of the steps I took from a clean install. So the bug is that when you add a connector, it immediately starts it on the correct port (as can be seen with netstat), but it saves to var/catalina/server.xml with port 8080. So once you restart the server you receive a port conflict if you have another 8080, and if you don't it would be like you never made the change, with your connector reverting to 8080. Here is a snippet of what it saves after adding a port "801" BIO connector: Q -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.