Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 83449 invoked by uid 500); 13 Mar 2001 23:43:50 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 83365 invoked by uid 500); 13 Mar 2001 23:43:49 -0000 Delivered-To: apmail-jakarta-tomcat-cvs@apache.org Date: 13 Mar 2001 23:43:48 -0000 Message-ID: <20010313234348.83328.qmail@apache.org> From: hgomez@apache.org To: jakarta-tomcat-cvs@apache.org Subject: cvs commit: jakarta-tomcat changes3.3 hgomez 01/03/13 15:43:48 Modified: . changes3.3 Log: Update changes since Apache 2.0 mod_jk is now more in todo and documentation works on mod_jk/ajp13 was done. Revision Changes Path 1.8 +10 -4 jakarta-tomcat/changes3.3 Index: changes3.3 =================================================================== RCS file: /home/cvs/jakarta-tomcat/changes3.3,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- changes3.3 2001/03/05 19:52:14 1.7 +++ changes3.3 2001/03/13 23:43:47 1.8 @@ -129,6 +129,16 @@ - use JDK1.2 Main-Class: and a custom starter - deprecate the shell/bat scripts and use java to process arguments, guess tomcat home, etc +------------------ CONNECTOR ----------------- + +- mod_jk for Apache2.0 now works (Henri Gomez) + +- no more problem with Apache mod_jk/ajp13 when the tomcat restart (Henri) + +- mod_jk code cleanup (Henri, Dan, Keith) + +- document MOD_JK, AJP13 (Dan) + -------------------- TODO -------------------- ( not yet implemented , but it would be nice to have them ) @@ -159,8 +169,6 @@ - use JAXP1.1, reopen the debate on binaries checked in -- document MOD_JK, AJP13 - - save auth result in session ( idea from catalina ) - cache pages/fragments @@ -191,8 +199,6 @@ - Experiment and implement "sendFile" for chunks of static JSP, cache the static region as byte[] on the server ( integrated mode ) - -- Fix mod_jk for Apache2.0 !!! - Add callbacks to mod_jk, integrate authentication ( user Apache's user db) --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, email: tomcat-dev-help@jakarta.apache.org