Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 21748 invoked from network); 26 Apr 2010 12:05:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Apr 2010 12:05:56 -0000 Received: (qmail 74248 invoked by uid 500); 26 Apr 2010 12:05:52 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 74053 invoked by uid 500); 26 Apr 2010 12:05:52 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 74044 invoked by uid 99); 26 Apr 2010 12:05:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 12:05:52 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of adam.lipscombe@googlemail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 12:05:44 +0000 Received: by wyb36 with SMTP id 36so1131979wyb.18 for ; Mon, 26 Apr 2010 05:05:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=/aCTx1TZdpqdsdASUUp7RxSEx41kzxnXEE4aZnotTrA=; b=twB1b1aaQNvPxKOD9/ZVZimcNi/KDbLVM8Aup9SI/RRQiBgKQy2blpnOFZxqLD6AJU e8iofd0KTkT42eeq0a9YeQPnA9EXYR7K5gVozv+W4gf8S2+FEt+/GSvKWyiRU6EEqcJi g1udlt2/8yFQOEPNCvLrb+ifktud6J0gav/0I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=bNlbjJwiHk/b7qTUzSowXaWq9hnj8ACnJVlQ8YOQzdQjZi5qTwg8/h+IRIh4IbAq+o xj4Cddpj8tOoy5IvV9Damunkf+Uf0KC6gHQetTeQBOIjp0LQgLstgf6v28OZi5jOesmE n0SFEtObvLricfIwhws9XwgGlqM57Un1Myv2o= Received: by 10.216.178.136 with SMTP id f8mr321498wem.69.1272283523844; Mon, 26 Apr 2010 05:05:23 -0700 (PDT) Received: from [192.168.1.11] (adslfixo-b4-119-181.telepac.pt [81.193.119.181]) by mx.google.com with ESMTPS id x14sm714810wbs.0.2010.04.26.05.05.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Apr 2010 05:05:23 -0700 (PDT) Message-ID: <4BD5817D.1050606@gmail.com> Date: Mon, 26 Apr 2010 13:05:17 +0100 From: Adam Lipscombe User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Tomcat classpath fpr jar-within-jar Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Folks, Firstly, apologies if this question is a no-brainer. I have a war file containing a jar file (jar A) in the WEB-INF/lib directory. Jar A contains another another jar file (jar B). The structure of Jar A is class files under com/... and jar B. Classes inside jar B do not seem to be accessible to code in the application. Tomcat throws a "SEVERE: Servlet /ExpenSysWT threw load() exception javax.servlet.UnavailableException: ... " How do I arrange it so that code in my application can see classes in jar B? TIA - Adam -------------- Adam Lipscombe E: adam.lipscombe@gmail.com Skype: adam_lipscombe --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org