User: jules_gosnell
  Date: 02/01/31 16:32:24

  Modified:    jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  some way further to configurable snapshot strategies and intervals,
  
  Revision  Changes    Path
  1.13      +4 -2      
contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- jboss-service.xml 2002/01/22 21:03:04     1.12
  +++ jboss-service.xml 2002/02/01 00:32:24     1.13
  @@ -18,10 +18,12 @@
       <attribute name="WebDefault">webdefault.xml</attribute>
       <attribute name="UnpackWars">true</attribute>
       <attribute name="PublishMBeans">true</attribute>
  -    <attribute 
name="DistributedStore">org.jboss.jetty.session.CoarseDistributedStore</attribute>
  +    <attribute 
name="HttpSessionStorageStrategy">org.jboss.jetty.session.CoarseDistributedStore</attribute>
   <!--
  -    <attribute 
name="DistributedStore">org.jboss.jetty.session.ClusteredStore</attribute>
  +    <attribute 
name="HttpSessionStorageStrategy">org.jboss.jetty.session.ClusteredStore</attribute>
    -->
  +    <attribute 
name="HttpSessionSnapshotFrequency">never/num-seconds/idle/request</attribute>
  +    <attribute name="HttpSessionSnapshotNotificationPolicy">neither</attribute>
     </mbean>
   
     <mbean code="org.mortbay.jetty.jmx.DebugMBean"
  
  
  

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

Reply via email to