Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 52144 invoked by uid 500); 19 Sep 2001 06:57:28 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 52133 invoked from network); 19 Sep 2001 06:57:27 -0000 From: "Svante Berglund" To: Subject: Getting resource in WEB-INF Date: Wed, 19 Sep 2001 08:56:32 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <20010919164429.J7266@kermit.socialchange.net.au> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi. I have a problem when using a InitalContextFactory from Oracle in a jsp-page on a stand-alone Tomcat. Problem is that the oracle-class tries to get hold of a resource as: classLoader.getResource("META-INF/application-client.xml"), which don?t work unless I create a .jar with this specific META-INF and edit the tomcat.bat so this .jar is the first one in the classpath. This feels like a dirty workaround, is there a better way to solve the problem? thanks in advance. /Svante