Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 8415 invoked from network); 18 Feb 2009 17:05:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2009 17:05:24 -0000 Received: (qmail 7520 invoked by uid 500); 18 Feb 2009 17:05:23 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 7189 invoked by uid 500); 18 Feb 2009 17:05:22 -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 7179 invoked by uid 99); 18 Feb 2009 17:05:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 09:05:22 -0800 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, 18 Feb 2009 17:05:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C5733234C48C for ; Wed, 18 Feb 2009 09:05:01 -0800 (PST) Message-ID: <1287148959.1234976701801.JavaMail.jira@brutus> Date: Wed, 18 Feb 2009 09:05:01 -0800 (PST) From: "Forrest Xia (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4540) Improve windows startup batch scripts to redirect stdout and stderr messages to GERONIMO_HOME/var/log/geronimo.out MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Improve windows startup batch scripts to redirect stdout and stderr messages to GERONIMO_HOME/var/log/geronimo.out ------------------------------------------------------------------------------------------------------------------ Key: GERONIMO-4540 URL: https://issues.apache.org/jira/browse/GERONIMO-4540 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Components: commands Affects Versions: 2.1.4, 2.2 Environment: Any windows platform Reporter: Forrest Xia Now the windows startup batch scripts print the stdout and stderr in a Command Prompt window, sometimes it is not user-friendly to check error or stdout message for analysis purpose. Do we need to improve it, so that the stdout and stderr are redirected to a file, as did on linux platform? Please comment. thanks! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.