Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 42556 invoked from network); 6 Aug 2009 15:32:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Aug 2009 15:32:39 -0000 Received: (qmail 25887 invoked by uid 500); 6 Aug 2009 15:32:46 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 25855 invoked by uid 500); 6 Aug 2009 15:32:46 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 25847 invoked by uid 99); 6 Aug 2009 15:32:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 15:32:46 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of eternaljian@gmail.com designates 209.85.222.175 as permitted sender) Received: from [209.85.222.175] (HELO mail-pz0-f175.google.com) (209.85.222.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 15:32:36 +0000 Received: by pzk5 with SMTP id 5so956617pzk.23 for ; Thu, 06 Aug 2009 08:32:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=W2o7uRf7HRMJmCHf4deSe4wsSTKa+h/pXyWG38bqsUM=; b=LEGAvs2Ab0J+N1huL5coTDFd4FNTzuLXdv2njU3Oa1A5ApghskYgsm7z6VcIXiqIo9 QUzgUUrGvSBuPyZX6DPVX0lgG2ja+fSbtmqhnwVBkC9AjMTqJxhgxKGFRBxXCDIlXoQO yh1aI+8VEu9QfMgI6oJbEqPZTKopW/VqD6lh8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Uxb5MIHJkAFloYQSaUHJn+YsYT50lZjNbcLcWRBhw3s71QcmgC872nmxapGoVFutNw VRYxA54fk9xxJf+hYaogJyXLTDgwOGPzVVnoi9J5CLExPgw0CmuWWS6D3P4dAksWWxSO +nnclxcw1nSn811ChfMzjdx+enpBO6IMFAZlk= MIME-Version: 1.0 Received: by 10.114.39.15 with SMTP id m15mr9429wam.119.1249572735441; Thu, 06 Aug 2009 08:32:15 -0700 (PDT) In-Reply-To: <7C173BF6D5C92C4C9259C35519CBD49B04128A57@daf.interchain.nl> References: <7C173BF6D5C92C4C9259C35519CBD49B04128991@daf.interchain.nl> <98a659de0908060534n1e66eaf0tc65ae081e79442da@mail.gmail.com> <7C173BF6D5C92C4C9259C35519CBD49B041289F8@daf.interchain.nl> <98a659de0908060616r4064a73dy24c0100165f52e5a@mail.gmail.com> <7C173BF6D5C92C4C9259C35519CBD49B04128A57@daf.interchain.nl> Date: Thu, 6 Aug 2009 23:32:15 +0800 Message-ID: <9c0ed7da0908060832i47bdf4e1od6966adb0feec0a8@mail.gmail.com> Subject: Re: war framework / external jar setup From: Rodger To: user@geronimo.apache.org Content-Type: multipart/alternative; boundary=001636417a11045c2404707ad3cf X-Virus-Checked: Checked by ClamAV on apache.org --001636417a11045c2404707ad3cf Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit For easy, try the second linked doc using the admin console. Or If the command has any problem(in fact,it works smoothly), you can manually create a repository directory in /repository.suppose the jar is impl.jar, put it into a directory,like /repository/com/group/impl/impl.jar And then add a dependency in you deployment plan,like com.group impl jar -- Best Regards, Rodger. --001636417a11045c2404707ad3cf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
For easy, try the second linked doc using the admin console.

Or
If the command has any problem(in fact,it works smo= othly), you can=A0manually =A0create =A0a repository directo= ry in <geronimo-home>/repository.
suppose the jar is=A0impl.jar, put it into a directory,like= =A0<geronimo-home>/repository/com/group/impl/impl.jar
And then add a dependency in you deployment plan,like
<dependencies>
=A0=A0 =A0 =A0 =A0 =A0 =A0<depe= ndency>
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<groupId>com.g= roup</groupId>
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<artifa= ctId>impl</artifactId>
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0<type>jar</type>
=A0=A0 =A0 =A0 =A0 =A0 =A0</dependency>
</dependenc= ies>

--
Best Regards,
Rodger.
--001636417a11045c2404707ad3cf--