Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 81992 invoked from network); 10 Aug 2010 08:57:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Aug 2010 08:57:43 -0000 Received: (qmail 13261 invoked by uid 500); 10 Aug 2010 08:57:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 12745 invoked by uid 500); 10 Aug 2010 08:57:40 -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 12358 invoked by uid 99); 10 Aug 2010 08:57:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 08:57:38 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 08:57:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7A8vHUa023165 for ; Tue, 10 Aug 2010 08:57:17 GMT Message-ID: <20833586.250561281430636982.JavaMail.jira@thor> Date: Tue, 10 Aug 2010 04:57:16 -0400 (EDT) From: "viola.lu (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5503) Run geronimo as Linux service update In-Reply-To: <29365142.170321280966595894.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] viola.lu updated GERONIMO-5503: ------------------------------- Attachment: G-5503.patch After gshell remove, now server status is detected by `ps -ef|grep -i "$GERONIMO_HOME"|awk -FS '{print $2}'|wc -l` Pls help review it ,thanks. > Run geronimo as Linux service update > ------------------------------------ > > Key: GERONIMO-5503 > URL: https://issues.apache.org/jira/browse/GERONIMO-5503 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: general > Affects Versions: 3.0 > Environment: Linux > Reporter: viola.lu > Assignee: viola.lu > Priority: Minor > Fix For: 3.0 > > Attachments: G-5503.patch > > > Gshell commands don't exist in 3.0. so should update gserviceReg.sh which is responsible for run server as linux service funcion. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.