Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 62002 invoked from network); 19 Jul 2010 19:11:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 19:11:44 -0000 Received: (qmail 3965 invoked by uid 500); 19 Jul 2010 19:11:44 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 3938 invoked by uid 500); 19 Jul 2010 19:11:44 -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 3927 invoked by uid 99); 19 Jul 2010 19:11:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 19:11:44 +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; Mon, 19 Jul 2010 19:11:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6JJ3o3t010670 for ; Mon, 19 Jul 2010 19:03:50 GMT Message-ID: <628759.459401279566230271.JavaMail.jira@thor> Date: Mon, 19 Jul 2010 15:03:50 -0400 (EDT) From: "Ioannis Canellos (JIRA)" To: issues@karaf.apache.org Subject: [jira] Updated: (KARAF-106) Provide a more minimal / static disitrbution of karaf In-Reply-To: <31316328.257361278578150062.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-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioannis Canellos updated KARAF-106: ----------------------------------- Attachment: patchfile.txt I am attaching a patch for this issue that provides 2 new distributions unix-minimal & windows-minimal. Currently the minimal distributions exclude (SSH, Administrator & Deployer bundles from /system & startup). The changes this patch makes are: 1) Added 2 assembly executions (unix-minimal-bin & windows-minimal-bin). 2) For these executions added 2 new descriptors that exclude SSH, Administration & Deployer bundles under the /system repository & startup.properties. 3) Added 2 new features for Administration & Deployer bundles (SSH prexisted) for all distributions. 4) Removed SSH, Administration & Deployer from startup.properties (affects only minimal distributions) 5) Removed SSH from featuresBoot (affects only minimal distributions) 6) Under filtered resources folder folder etc split to etc, etc-normal & etc-minimal so that normal & minimal distributions can have different startup.properties & If you would like to exclude additional bundles, let me know. > Provide a more minimal / static disitrbution of karaf > ----------------------------------------------------- > > Key: KARAF-106 > URL: https://issues.apache.org/jira/browse/KARAF-106 > Project: Karaf > Issue Type: Improvement > Reporter: Guillaume Nodet > Attachments: patchfile.txt > > > Servers that are mostly static (thinking about activemq, directory, james, etc...) usually don't require the deploy folder, the admin stuff and all. > I think we should provide a slightly more lightweight distribution without the added bits. For example, ssh could be added through a feature, but not included by default, etc... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.