Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 23311 invoked from network); 31 Aug 2006 11:49:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Aug 2006 11:49:16 -0000 Received: (qmail 7394 invoked by uid 500); 31 Aug 2006 11:49:11 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 7380 invoked by uid 500); 31 Aug 2006 11:49:11 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 7369 invoked by uid 99); 31 Aug 2006 11:49:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 04:49:11 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of larry.meadors@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2006 04:49:10 -0700 Received: by nf-out-0910.google.com with SMTP id x30so378696nfb for ; Thu, 31 Aug 2006 04:48:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=UtT047WzCMg6Czs42KNXQRuu/nDOJWS7EA5wCjDvk8vbrH+u9aeJSA1s22i2JCETffXy6wsJn63+MDkvOmlBxDy3rY9S7FqEPvkwgtD8X+B+CsIL3smV0lD95iuUfUXcNrUlDoYSx09kIlio5yka7gszXQ8Vc7hiCSXa1gt3+NY= Received: by 10.49.8.4 with SMTP id l4mr1142206nfi; Thu, 31 Aug 2006 04:48:49 -0700 (PDT) Received: by 10.49.19.13 with HTTP; Thu, 31 Aug 2006 04:48:49 -0700 (PDT) Message-ID: Date: Thu, 31 Aug 2006 05:48:49 -0600 From: "Larry Meadors" Reply-To: lmeadors@apache.org Sender: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: Resource load problem In-Reply-To: <933f2a180608302348l56ed385fl6c7b4a4bdc9d295b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <933f2a180608290409t2a9c546eo187c673537c97208@mail.gmail.com> <933f2a180608292341k4cb58f15i69ca84b6d66bab40@mail.gmail.com> <2f55db670608301205h6f44b774y98f1ff869695bccd@mail.gmail.com> <933f2a180608302348l56ed385fl6c7b4a4bdc9d295b@mail.gmail.com> X-Google-Sender-Auth: 87395c130468a147 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/31/06, Javier Leyba wrote: > Because I use to have all my applications config files in one place, > and for JBoss, I think the conf directory is the right place. > > Am I wrong ? Depends on what your goal is: If the goal is to write JBoss applications, no; If the goal is to write portable applications, yes. Larry