Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 69346 invoked from network); 7 May 2006 21:09:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 May 2006 21:09:39 -0000 Received: (qmail 84349 invoked by uid 500); 7 May 2006 21:09:32 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 84303 invoked by uid 500); 7 May 2006 21:09:32 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 84292 invoked by uid 99); 7 May 2006 21:09:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 May 2006 14:09:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of davanum@gmail.com designates 64.233.162.200 as permitted sender) Received: from [64.233.162.200] (HELO nz-out-0102.google.com) (64.233.162.200) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 May 2006 14:09:31 -0700 Received: by nz-out-0102.google.com with SMTP id m22so1050797nzf for ; Sun, 07 May 2006 14:09:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DNtRXxZfWVurrXopHuxCTIU74bPxxFlgQhLjHTCM4ZQubP2IVmnIqgSeK8nAEYyk/36dHDHvBsdhp7/PFhYe54r8qv0rUMfuoVEWAcOlQRsxoxbqtsJxj5UTybso+fdVYl2QoiFdX7P4zJjpviEWMvJyoXxBKFPPw4HzqNXwDBU= Received: by 10.36.220.18 with SMTP id s18mr2054692nzg; Sun, 07 May 2006 14:09:10 -0700 (PDT) Received: by 10.36.68.8 with HTTP; Sun, 7 May 2006 14:09:10 -0700 (PDT) Message-ID: <19e0530f0605071409r1720c9aaya156db9166fabe9c@mail.gmail.com> Date: Sun, 7 May 2006 17:09:10 -0400 From: "Davanum Srinivas" Reply-To: dims@apache.org To: axis-dev@ws.apache.org Subject: Re: [Axis2] Management system - persistent configuration In-Reply-To: <80592d5b0605071031s4b1b3353xa4649d3842ae2248@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <80592d5b0605071031s4b1b3353xa4649d3842ae2248@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 to #1. Let's see how it works then decide on #2. thanks, dims On 5/7/06, Chathura Ekanayake wrote: > > > Hi, > > I am implementing a mechanism to make the axis2 configurations persistent > after system restarts. > > This is done by exporting the whole configuration as an xml file and load= ing > it after the restart. > This can be done by two methods. > > (1) A remote management application can retrieve the configuration xml an= d > save it in the local machine. Then it can apply that configuration back t= o > the remote engine after the restart. (of course, the management applicati= on > can apply the retrieved configuration to any remote engine) > > > (2) Axis2 engines can save its entire configuration in thier local disk a= s > an xml file (e.g. in WEB-INF\conf folder). Then the management system can > read and apply that configuration at the startup. > > > In this way, we can make the configuration made via web admin or the > management API persistent after the system restarts. > I have already implemented method (1) and currently working on method (2)= . I > think we can have both of them active at the same time. > Please give your ideas about this. > > Regards, > > Chathura. -- Davanum Srinivas : http://wso2.com/blogs/