Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 40003 invoked from network); 3 Jul 2008 10:06:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2008 10:06:40 -0000 Received: (qmail 76817 invoked by uid 500); 3 Jul 2008 10:06:38 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 76776 invoked by uid 500); 3 Jul 2008 10:06:37 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 76765 invoked by uid 99); 3 Jul 2008 10:06:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 03:06:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.90.22.18] (HELO smtprelay.bre.qsc.de) (195.90.22.18) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 10:05:45 +0000 Received: from [192.168.100.188] (port-83-236-245-34.static.qsc.de [83.236.245.34]) by smtprelay.bre.qsc.de (Postfix) with ESMTP id 4F8C3109C3DE for ; Thu, 3 Jul 2008 12:06:05 +0200 (CEST) Message-ID: <486CA48C.2040005@memocomp.de> Date: Thu, 03 Jul 2008 12:06:04 +0200 From: Johannes Hoechstaedter User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: users@cocoon.apache.org Subject: How to access configuration files and properties after packaging Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi everybody, in my cocoon block I have some configuration files in the resource/external directory, which I want to be accessible by the admin of the application even when I compiled the block, and put it as webapp into my Tomcat. Till now these files are packed correctly into the block jar but because of this they aren't really accessible for quick changes. I have the same problem with my property file in META-INF/cocoon/properties. All of this configuration files should be placed into webapps/webapp/WEB_INF/classes Any solutions? Thank you Johannes --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org