Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 15862 invoked from network); 31 Mar 2009 08:56:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2009 08:56:15 -0000 Received: (qmail 47261 invoked by uid 500); 31 Mar 2009 08:56:14 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 47157 invoked by uid 500); 31 Mar 2009 08:56:14 -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 47148 invoked by uid 99); 31 Mar 2009 08:56:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 08:56:14 +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; Tue, 31 Mar 2009 08:56:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0F2C234C041 for ; Tue, 31 Mar 2009 01:55:51 -0700 (PDT) Message-ID: <541365140.1238489751723.JavaMail.jira@brutus> Date: Tue, 31 Mar 2009 01:55:51 -0700 (PDT) From: "Jack Cai (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-4394) Run Geronimo as a Windows service out of box In-Reply-To: <1380014584.1225809408944.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-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jack Cai closed GERONIMO-4394. ------------------------------ > Run Geronimo as a Windows service out of box > -------------------------------------------- > > Key: GERONIMO-4394 > URL: https://issues.apache.org/jira/browse/GERONIMO-4394 > Project: Geronimo > Issue Type: New Feature > Security Level: public(Regular issues) > Components: commands > Environment: Windows platforms > Reporter: Jack Cai > Assignee: Jarek Gawor > Fix For: 2.1.4, 2.2 > > Attachments: GERONIMO-4394_Jack_1219.patch, geronimosrv.exe, geronimosrvw.exe, osservice.zip, README > > > Although there is already an option provided by the Java Service Wrapper, some users are more interested in seeing something similar to what is provided by Tomcat. Provided that we can easily take the technology from Tomcat (http://commons.apache.org/daemon/procrun.html), I'm keen to implement this same thing for Geronimo. The advantage of using Apache Commons procrun is that - > 1. Out-of-box experience, no need to download and install a third party component; > 2. Tray icon that further improves usability. > Eventually we would think to provide this "run as a service" capability for Linux/Unix platforms, but Windows would be a good start. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.