You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by me...@apache.org on 2001/03/05 20:52:16 UTC

cvs commit: jakarta-tomcat changes3.3

melaquias    01/03/05 11:52:15

  Modified:    .        changes3.3
  Log:
  no message
  
  Revision  Changes    Path
  1.7       +15 -0     jakarta-tomcat/changes3.3
  
  Index: changes3.3
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/changes3.3,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes3.3	2001/01/28 20:49:54	1.6
  +++ changes3.3	2001/03/05 19:52:14	1.7
  @@ -98,6 +98,11 @@
   - refactoring of session - use Interceptors for full access to all request
   stages, keep tomcat-independent code separated and reusable.
   
  +-------------------- MODULES --------------------
  +
  +- ApacheConfig now has optional attibutes to configure various paths
  +used in auto-generated config files for jserv and mod_jk.
  +
   -------------------- UTILS --------------------
   
   - consolidation/refactoring of all tomcat-independent and general-purpose/
  @@ -108,6 +113,16 @@
   
   -------------------- BUILD/STARTUP --------------------
   
  +- org.apache.tomcat.startup.Main now builds 3 distinct class loaders: (1)
  +one to be used only by the servlet container.  (2) one to be shared by all
  +web applications and (3) one that is common to both the above.
  +
  +- TOMCAT_HOME/lib now sports three subdirectories: apps/, container/ and
  +common/ in which jar files can be placed that will be automatically loaded
  +into the correct classloaders.  In addition, classes can be made available
  +to the 'apps' and 'common' classloaders by including them in the classpath
  +properties "-Dorg.apache.tomcat.apps.classpath" and 
  +"-Dorg.apache.tomcat.common.classpath", respectively.
   - generate separate jar files for each component ( utils, core, facade, 
   modules ) That insures the layers are properly separated, utils can be reused.