User: jules_gosnell
  Date: 02/01/21 14:59:56

  Modified:    jetty/src/main/org/jboss/jetty/session
                        DistributedHttpSessionManager.java
  Log:
  comment out Sacha's stuff for the moment since it causes a runtime, ClassNotFound.
  He can comment it back in if he wants to play with it...
  
  Revision  Changes    Path
  1.6       +4 -4      
contrib/jetty/src/main/org/jboss/jetty/session/DistributedHttpSessionManager.java
  
  Index: DistributedHttpSessionManager.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/main/org/jboss/jetty/session/DistributedHttpSessionManager.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DistributedHttpSessionManager.java        2002/01/19 00:49:50     1.5
  +++ DistributedHttpSessionManager.java        2002/01/21 22:59:56     1.6
  @@ -5,7 +5,7 @@
    * See terms of license at gnu.org.
    */
   
  -// $Id: DistributedHttpSessionManager.java,v 1.5 2002/01/19 00:49:50 jules_gosnell 
Exp $
  +// $Id: DistributedHttpSessionManager.java,v 1.6 2002/01/21 22:59:56 jules_gosnell 
Exp $
   
   // TODO
   
  @@ -67,7 +67,7 @@
   //------------------------------------------------------------------------------
   /**
    *
  - * @version $Id: DistributedHttpSessionManager.java,v 1.5 2002/01/19 00:49:50 
jules_gosnell Exp $
  + * @version $Id: DistributedHttpSessionManager.java,v 1.6 2002/01/21 22:59:56 
jules_gosnell Exp $
    * @author [EMAIL PROTECTED]
    */
   //----------------------------------------
  @@ -78,8 +78,8 @@
     static AbstractTimeOutManager    _scavenger                 =new 
NaiveTimeOutManager(5*1000, new MyTimeOutNotifier(), new MyTimeOutTester());
     static { _scavenger.start(); }
   
  -  //  final AbstractStore              _store                     =new 
CoarseDistributedStore();
  -  final AbstractStore              _store                     =new ClusteredStore();
  +  final AbstractStore              _store                     =new 
CoarseDistributedStore();
  +  //  final AbstractStore              _store                     =new 
ClusteredStore();
     final Logger                     _log;
     final JBossWebApplicationContext _context;
     final ServletHandler             _handler;
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to