Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-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 6A4EED222 for ; Tue, 26 Feb 2013 09:25:40 +0000 (UTC) Received: (qmail 17322 invoked by uid 500); 26 Feb 2013 09:25:40 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 17269 invoked by uid 500); 26 Feb 2013 09:25:40 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 17243 invoked by uid 99); 26 Feb 2013 09:25:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2013 09:25:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.66.90.41] (HELO sbppmx2.schubergphilis.com) (195.66.90.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2013 09:25:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by sbppmx2.schubergphilis.com (Postfix) with ESMTP id 3D35F129DC for ; Tue, 26 Feb 2013 10:25:12 +0100 (MET) X-Virus-Scanned: amavisd-new at schubergphilis.com Received: from sbppmx2.schubergphilis.com ([127.0.0.1]) by localhost (sbppmx2.schubergphilis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wEL1JBeHaEQj for ; Tue, 26 Feb 2013 10:25:12 +0100 (MET) Received: from SBPOTMG101.sbp.lan (edge.schubergphilis.com [195.66.90.11]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by sbppmx2.schubergphilis.com (Postfix) with ESMTP id 2E6E1128FF; Tue, 26 Feb 2013 10:25:12 +0100 (MET) Received: from SBPOMF401.sbp.lan (10.71.2.132) by SBPOTMG101.sbp.lan (10.71.3.100) with Microsoft SMTP Server (TLS) id 14.1.379.0; Tue, 26 Feb 2013 10:25:11 +0100 Received: from SBPOMB402.sbp.lan ([fe80::2410:c2c8:67bf:d067]) by SBPOMF401.sbp.lan ([fe80::c5d1:c472:fbef:cb05%14]) with mapi id 14.02.0318.001; Tue, 26 Feb 2013 10:25:11 +0100 From: Hugo Trippaers To: 'Rohit Yadav' , "cloudstack-dev@incubator.apache.org" CC: "wido@widodh.nl" Subject: RE: Help with packaging and doc for sysadmins Thread-Topic: Help with packaging and doc for sysadmins Thread-Index: AQHOFALBobISBWfaMkucAsjLfXl+oZiL3e2w Date: Tue, 26 Feb 2013 09:25:11 +0000 Message-ID: <6DE00C9FDF08A34683DF71786C70EBF02F743F6F@SBPOMB402.sbp.lan> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.71.96.47] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Heya Rohit, Why would a sysadmin need to change this? They should be considered part of= the source code, any configuration should be done via the config in the da= tabase or with the *.properties files. Cheers, Hugo > -----Original Message----- > From: rohityadav89@gmail.com [mailto:rohityadav89@gmail.com] On Behalf > Of Rohit Yadav > Sent: Tuesday, February 26, 2013 10:22 AM > To: cloudstack-dev@incubator.apache.org > Cc: Hugo Trippaers; wido@widodh.nl > Subject: Help with packaging and doc for sysadmins >=20 > Hi Hugo and Wido, >=20 > Earlier we used to have components.xml from where a sysadmin could > enable/disable components for ex. a plugin. > Now we've applicationContext and other *Context xml files, but I see them > copied to WEB-INF/classes: > cloud-client-ui-4.2.0-SNAPSHOT/WEB-INF/classes/applicationContext.xml >=20 > How will a sysadmin change them, will they be copied to > /etc/cloudstack/* path or sysadmin would need to edit them wherever the > exploded war is installed? >=20 > Regards.