Return-Path: X-Original-To: apmail-karaf-dev-archive@minotaur.apache.org Delivered-To: apmail-karaf-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B5D6399EF for ; Thu, 12 Jan 2012 00:21:54 +0000 (UTC) Received: (qmail 97354 invoked by uid 500); 12 Jan 2012 00:21:54 -0000 Delivered-To: apmail-karaf-dev-archive@karaf.apache.org Received: (qmail 97246 invoked by uid 500); 12 Jan 2012 00:21:53 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 97238 invoked by uid 99); 12 Jan 2012 00:21:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2012 00:21:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.59] (HELO smtp104.prem.mail.sp1.yahoo.com) (98.136.44.59) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 12 Jan 2012 00:21:46 +0000 Received: (qmail 67650 invoked from network); 12 Jan 2012 00:21:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=DKIM-Signature:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer; b=dc1ouO2NGeiWcx2KbV6Dh+MiezcVq1R59u0bMTVTxeuZTh3Uue8fpiFsEainjp59kfk8M8Lp7NV35bUCTrJZpaAN+C2q4GIbJNOD/0c7S7iJsrMchENtcycX5D855ozbpWaOfP5ZVFboM2GjeKEaAyRIqTpkb4qBC04uLbEkITs= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1326327686; bh=AWGBACzB5GP+/rWkCpvFj912PN0ss8ONjTH0GUf2eEY=; h=X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer; b=OyY1Sl55D0Ut3xJj/OyCGFAL/q/qP6j0xoqjTncllccXJ+yfaOetQqgIbRYmEKBUFNycZpYpiRcXfBJm21LVPIzGKwS4WmmKoOBIZaQ/v2RV0gLmWVee0Gg+ZKR9xZpgZR25hqU5G+LGg9lR45gRJlPY4KoCDnIL3ODTffLL4mk= X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 66_xXMoVM1kBFqDFHimRhReTGn6D91oAz.pAVwvkbRtK.wo EbZC.CpxoIe8Uqg50LpCjZ2Fr8jOzSKFw.UK2MHTRm1PYFabWu.4d_ABG8tF TRJPmva.gl8qK4hxNkLPPRMjUucy8XblDGjCgUTmIo_brylHqQPsmWxReIF4 NYuePYT63n5DazEb0TEC.hzsP7OhHPiNczHIkDsRbrsHbTKJNq2a_RsQfGfa T4.2bTOpyLEqCx_4k6RIt3kN4oH71GZiKNR3fAn2Hlh3Iw2BeVF8RHEboUKg 2UeMS4EdgatFB0.FgI76S3dXaMLSwYQMcUgIkZoR0KTqh7_KK7.j1OTMA0jp S2b9rK5VsiF3DORugKvxTOFZJSB_.UsR.QNvMmtKyMHfMYjOolElSBZ1hi8j uaWmMYbnXLtJDFd_knQkjbfn14BDOE64VqJL8 X-Yahoo-SMTP: .9oIUzyswBANsYgUm_5uPui0skTnzGJXJQ-- Received: from [192.168.0.108] (david_jencks@174.25.137.118 with plain) by smtp104.prem.mail.sp1.yahoo.com with SMTP; 11 Jan 2012 16:21:25 -0800 PST From: David Jencks Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Possibly crazy idea about installable child instances Date: Wed, 11 Jan 2012 16:21:24 -0800 Message-Id: <24EB1644-AC6B-45DE-AAB7-1B16B00D397E@yahoo.com> To: dev@karaf.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Geronimo needs some "special purpose" "little" servers related to the = main one, for instance to run javaee app clients. I'm thinking of = implementing this as a karaf child instance. I'm going to make a kar to = install it (i.e. all the etc/ and such resource files will be in a kar = under resources/instances/client/etc). At the moment I'm thinking of just reusing most of the files from the = main server and hand-editing them, but maybe it would be possible to = combine things so that the server-assembly mojos generate something into = the instances/ directory and then the kar packaging step packs = stuff into a kar. I don't yet know if this makes sense... it would result in it being easy = to make installable child instances with properties defined in the pom. = Putting the idea out in case I forget about it :-) thanks david jencks=