Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 82552 invoked from network); 1 Jan 2011 20:05:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jan 2011 20:05:08 -0000 Received: (qmail 90396 invoked by uid 500); 31 Dec 2010 19:05:08 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 90370 invoked by uid 500); 31 Dec 2010 19:05:08 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 90362 invoked by uid 99); 31 Dec 2010 19:05:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Dec 2010 19:05:08 +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; Fri, 31 Dec 2010 19:05:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBVJ4j10021212 for ; Fri, 31 Dec 2010 19:04:45 GMT Message-ID: <17352846.87361293822285211.JavaMail.jira@thor> Date: Fri, 31 Dec 2010 14:04:45 -0500 (EST) From: "Andreas Pieber (JIRA)" To: issues@karaf.apache.org Subject: [jira] Work started: (KARAF-350) Add KARAF_OPTS param to startup scripts In-Reply-To: <16951003.87351293822166127.JavaMail.jira@thor> 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/KARAF-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KARAF-350 started by Andreas Pieber. > Add KARAF_OPTS param to startup scripts > --------------------------------------- > > Key: KARAF-350 > URL: https://issues.apache.org/jira/browse/KARAF-350 > Project: Karaf > Issue Type: New Feature > Reporter: Andreas Pieber > Assignee: Andreas Pieber > Fix For: 2.2.0 > > > There are use cases where the static configuration of system properties via e.g. the etc/system.properties file is not enough. Examples are additional debug-options, flags in your bundles you use to add/test additional functionality, ... > This could (and should be done; as discussed on the mailinglist) by adding a KARAF_OPTS param to the startup scripts. This will not change the behavior in current karaf usage, but allows to do something like > export KARAF_OPTS=-Dwicket.configuration=development > ./karaf -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.