Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 32086 invoked from network); 27 Feb 2009 18:01:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 18:01:59 -0000 Received: (qmail 42535 invoked by uid 500); 27 Feb 2009 18:01:45 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 42510 invoked by uid 500); 27 Feb 2009 18:01:45 -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 42499 invoked by uid 99); 27 Feb 2009 18:01:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 10:01:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.174 as permitted sender) Received: from [212.85.38.174] (HELO popeye.combios.es) (212.85.38.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 18:01:36 +0000 Received: from [192.168.245.129] (montserrat.wissensbank.com [212.85.37.175]) (authenticated bits=0) by popeye.combios.es (8.13.8/8.13.8/Debian-3) with ESMTP id n1RI1Ddp006819 for ; Fri, 27 Feb 2009 19:01:13 +0100 Message-ID: <49A8294A.3040504@ice-sa.com> Date: Fri, 27 Feb 2009 18:56:26 +0100 From: =?UTF-8?B?QW5kcsOpIFdhcm5pZXI=?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: classloaders ? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/9054/Fri Feb 27 10:02:52 2009 on popeye.combios.es X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Hi. I am a superficial browser on this list and tend not to delve to deep into Java intricacies. But when a term consistently shows up which I do not understand, I try to at least learn enough about it to be able to reassure my customers. Classloader is now such a term. I gather it is something that the JVM calls when it's missing a class, to go hunt it down along a logic all its own, and kind of bring it into service. I also gather that it's rather bad to get one's classloader confused by setting CLASSPATHs and the like. And I gather that you can either have your very own, or rely on Tomcat (?) to provide a standard one. I haven't a clue however if this is something Tomcat-specific, Java-generic, or in-between. Since I doubt that the above is all there is to say about it, could someone thus be as kind as to point me to an explanation/tutorial about classloaders ? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org