Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 96657 invoked from network); 19 Oct 2004 23:20:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Oct 2004 23:20:02 -0000 Received: (qmail 77445 invoked by uid 500); 19 Oct 2004 23:19:49 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 77250 invoked by uid 500); 19 Oct 2004 23:19:47 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 77236 invoked by uid 500); 19 Oct 2004 23:19:47 -0000 Received: (qmail 77231 invoked by uid 99); 19 Oct 2004 23:19:47 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 19 Oct 2004 16:19:47 -0700 Received: (qmail 96550 invoked by uid 1602); 19 Oct 2004 23:19:46 -0000 Date: 19 Oct 2004 23:19:46 -0000 Message-ID: <20041019231946.96549.qmail@minotaur.apache.org> From: fhanik@apache.org To: jakarta-tomcat-catalina-cvs@apache.org Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/conf server.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N fhanik 2004/10/19 16:19:45 Modified: catalina/src/conf server.xml Log: Added in note about useDirtyFlag and its usage Revision Changes Path 1.40 +1 -1 jakarta-tomcat-catalina/catalina/src/conf/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/server.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- server.xml 6 Oct 2004 15:24:59 -0000 1.39 +++ server.xml 19 Oct 2004 23:19:45 -0000 1.40 @@ -232,7 +232,7 @@ useDirtyFlag = true means that we only replicate a session after setAttribute,removeAttribute has been called. false means to replicate the session after each request. - false means that replication would work for the following piece of code: + false means that replication would work for the following piece of code: (only for SimpleTcpReplicationManager) <% HashMap map = (HashMap)session.getAttribute("map"); map.put("key","value"); --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org