Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 37186 invoked from network); 8 Apr 2000 09:42:00 -0000 Received: from unknown (HELO pacific.pramati.com) (root@196.12.47.3) by locus.apache.org with SMTP; 8 Apr 2000 09:42:00 -0000 Received: from postmark.net (sutlej.pramati.com [192.168.1.17]) by pacific.pramati.com (8.9.3/8.8.7) with ESMTP id PAA23514 for ; Sat, 8 Apr 2000 15:16:51 +0530 Message-ID: <38EEDB81.B11316BF@postmark.net> Date: Sat, 08 Apr 2000 15:10:57 +0800 From: Harish X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "tomcat-user@jakarta.apache.org" Subject: ClassLoader problems - might be a bug Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Tomcat class loader(NetworkClassLoader or AdaptiveClassLoader ), doesn't load some of the classes i try loading, it just throws a ClassNotFoundException. Also, it doesn't let the system class loader do it. I think that this is the case because, i can see the class present in the classpath tomcat uses, but still i get the classnotfoundex. I tried this loading inside a class extending BaseInterceptor. Could it be a bug or am i bugging? :) cheers, harish