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 75961 invoked from network); 10 May 2000 05:07:07 -0000 Received: from paladin.real-time.com (206.10.252.2) by locus.apache.org with SMTP; 10 May 2000 05:07:07 -0000 Received: from enchanter.real-time.com (root@enchanter.real-time.com [206.10.252.9]) by paladin.real-time.com (8.8.8/8.8.8) with ESMTP id AAA04219 for ; Wed, 10 May 2000 00:07:08 -0500 (CDT) Received: by enchanter.real-time.com (8.9.3) id AAA05036; Wed, 10 May 2000 00:07:08 -0500 Date: Wed, 10 May 2000 00:07:08 -0500 From: Bob Tanner To: tomcat-user@jakarta.apache.org Subject: Class loading is getting mangled Message-ID: <20000510000708.W4110@enchanter.real-time.com> Mail-Followup-To: tomcat-user@jakarta.apache.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Comment: Job@Real Time X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I grabbed the latest snap-shot from cvs (10-May-2000 00:00 CST) and there seems to be a problem with classpath management or classloader management. I have 2 jsp files, the contents of the files are the same, just different filenames and directories. They (of course) then use the same Bean. foo1/foo1.jsp foo2/foo2.jsp If I run foo1.jsp first, it works fine. Then I run foo2.jsp and I get Error in jsp service(): com.realtime.foo javax.servlet.ServletException: com.realtime.foo Which throws me, since the contents are the same. If I run foo2.jsp first, it too works fine, but again, if I run foo1.jsl I get Error in jsp service(): com.realtime.foo javax.servlet.ServletException: com.realtime.foo In cvs tag TOMCAT_31_FINAL this worked fine. Any ideas? Sun's JDK for linux % java -version java version "1.2.2" Classic VM (build 1.2.2-I, green threads, javacomp) % uname -a Linux linux 2.2.13 #2 SMP Thu Mar 9 14:42:48 CST 2000 i686 unknown -- Bob Tanner | Phone : (612)943-8700 http://www.real-time.com | Fax : (612)943-8500 Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9