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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to