Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 51209 invoked by uid 500); 28 Jun 2001 10:41:30 -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 51091 invoked from network); 28 Jun 2001 10:41:24 -0000 Received: from mail1.nse.de (195.27.48.70) by h31.sny.collab.net with SMTP; 28 Jun 2001 10:41:24 -0000 Received: by mail1.nse.de(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 41256A79.004074ED ; Thu, 28 Jun 2001 12:44:02 +0100 X-Lotus-FromDomain: NSE From: Christian.Schmid@nse.de To: tomcat-user@jakarta.apache.org Message-ID: <41256A79.004074C6.00@mail1.nse.de> Date: Thu, 28 Jun 2001 12:36:06 +0100 Subject: New classloader hierarchy in Tomcat 3.3 causes problems not occuring with Tomcat 3.1 Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, I have the following problem with the new hierarchy of class loaders in Tomcat 3.3: I am using a self-written interceptor which needs classes from j2ee.jar. It seems that this requires that j2ee.jar is available to the "Common"-Classloader. Unfortunately then the "Container"-Classloader will have j2ee.jar in its classpath before the tomcat jar files which is fatal because it then uses older incompatible versions of classes like SunJavaCompiler. Is there any other solution to this than removing all duplicate files from j2ee.jar. Thanks in advance, Chris