Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 59090 invoked from network); 16 Sep 2009 02:32:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Sep 2009 02:32:26 -0000 Received: (qmail 80626 invoked by uid 500); 16 Sep 2009 02:32:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 80556 invoked by uid 500); 16 Sep 2009 02:32:24 -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 80528 invoked by uid 99); 16 Sep 2009 02:32:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Sep 2009 02:32:24 +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, 16 Sep 2009 02:32:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CEEBD234C4AD for ; Tue, 15 Sep 2009 19:31:57 -0700 (PDT) Message-ID: <1328822131.1253068317846.JavaMail.jira@brutus> Date: Tue, 15 Sep 2009 19:31:57 -0700 (PDT) From: "Shawn Jiang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-4851) Server will get into abnormal status when trying to edit/delete Tomcat Connector HTTPS BIO network listener In-Reply-To: <1643018150.1252319517644.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/GERONIMO-4851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang resolved GERONIMO-4851. ----------------------------------- Resolution: Fixed This should have been fixed in another JIRA. > Server will get into abnormal status when trying to edit/delete Tomcat Connector HTTPS BIO network listener > ------------------------------------------------------------------------------------------------------------ > > Key: GERONIMO-4851 > URL: https://issues.apache.org/jira/browse/GERONIMO-4851 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: console, Tomcat > Affects Versions: 2.2 > Environment: win server 2008, jdk 1.6 > Reporter: Shiny Cheng > Assignee: Shawn Jiang > Priority: Critical > Fix For: 2.2 > > > First of all, the default path of Tomcat Connector HTTPS BIO network listener is /var/catalina. Thus, when trying to create a new HTTPS BIO listener, the value of keystoreFile should be set to ../security/keystores/geronimo-default. I suggest whether we could set the default path into or other one, which will be more closer to users' customs. > And this problem is somewhat related to the path setting. > Once you created a new HTTPS BIO listener, and set its keystoreFile as var/security/keystores/geronimo-default (or someone else which doesn't contain ".."). btw, under such circumstances, you won't be able to connect to the port cause the path is wrong. And then, edit the newly added listener, set keystoreFile to the correct value, i.e. ../security/keystores/geronimo-default (you see, this time there exists ".." in the setting). Click save, and you will find the server will seem to in process for a long time. During this, you won't be able to stop the server with normal procedure, i.e. shutdown or stop-server. And even you stop it with closing the command line directly, you won't be able to start it again. > Under this circumstance, all you can do is to access a brand new server. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.