From jackrabbit-dev-return-4701-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Sun Dec 04 11:49:56 2005 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 13133 invoked from network); 4 Dec 2005 11:49:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Dec 2005 11:49:55 -0000 Received: (qmail 49867 invoked by uid 500); 4 Dec 2005 11:49:53 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 49853 invoked by uid 99); 4 Dec 2005 11:49:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2005 03:49:53 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 193.19.192.5 is neither permitted nor denied by domain of the.mindstorm.mailinglist@gmail.com) Received: from [193.19.192.5] (HELO mail.evolva.ro) (193.19.192.5) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2005 03:49:53 -0800 Received: (qmail 87425 invoked by uid 1013); 4 Dec 2005 11:49:29 -0000 Received: from 86.55.40.139 by mail.evolva.ro (envelope-from , uid 89) with qmail-scanner-1.25 (clamdscan: 0.87.1/1167. Clear:RC:1(86.55.40.139):. Processed in 0.037603 secs); 04 Dec 2005 11:49:29 -0000 Received: from unknown (HELO ?192.168.62.51?) (alexandru.popescu@evolva.ro@86.55.40.139) by mail.evolva.ro with AES256-SHA encrypted SMTP; 4 Dec 2005 11:49:29 -0000 Message-ID: <4392D789.1010109@gmail.com> Date: Sun, 04 Dec 2005 13:48:25 +0200 From: Alexandru Popescu User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: devJackrabbit Subject: shutting down a shared Jackrabbit repository Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi! In a previous mail I have asked some questions about how to do a Model-2 deployment. Now I would like to ask: how the shutdown of the repository should be done in a Model-2 deployment? By looking at BindableRepository it looks like it is configured to autoadd a shutdown hook. In the previous mail [1], I have tried to ask if reducing the number of exposed jars to all applications (through deployment in common/lib) would work. It looks like the shutdown hook is the reason why jackrabbit and all dependent jars must be on the common/lib. Once again, I will ask am I interpretting things wrongly? :-) thanks once again, ./alex -- .w( the_mindstorm )p. [1] Deployment Model 2 questions