remm        2003/03/17 01:39:55

  Modified:    webapps/tomcat-docs class-loader-howto.xml
  Log:
  - Add additional CL docs.
  
  Revision  Changes    Path
  1.9       +15 -0     jakarta-tomcat-4.0/webapps/tomcat-docs/class-loader-howto.xml
  
  Index: class-loader-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/class-loader-howto.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- class-loader-howto.xml    12 Jan 2003 17:26:46 -0000      1.8
  +++ class-loader-howto.xml    17 Mar 2003 09:39:54 -0000      1.9
  @@ -215,6 +215,21 @@
   </section>
   
   
  +<section name="J2SE classes and extensions">
  +
  +<p>In addition to the previous rules, the web application classloader 
  +delegates classloading for classes which are part of J2SE (which means 
  +it will attempt loading first with its parent classloader before loading 
  +from its current repositories, regardless of the current delegation setting). 
  +This includes classes from the SAX and DOM APIs, Xalan, Xerces, 
  +and any classes which package name starts with "javax.".</p>
  +
  +<p>The web application classloader will also refuse to load classes from the
  +core Java language ("java.*" packages).</p>
  +
  +</section>
  +
  +
   <section name="XML Parsers and JDK 1.4">
   
   <p>Among many other changes, the JDK 1.4 release packages the JAXP APIs, and
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to