User: jules_gosnell
  Date: 02/02/12 15:57:08

  Modified:    jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  sort this out a little
  
  Revision  Changes    Path
  1.15      +8 -4      
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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- jboss-service.xml 10 Feb 2002 17:57:47 -0000      1.14
  +++ jboss-service.xml 12 Feb 2002 23:57:08 -0000      1.15
  @@ -18,12 +18,16 @@
       <attribute name="WebDefault">webdefault.xml</attribute>
       <attribute name="UnpackWars">true</attribute>
       <attribute name="PublishMBeans">true</attribute>
  +
  +    <!-- 
org.jboss.jetty.session.CoarseDistributedStore/org.jboss.jetty.session.ClusteredStore 
-->
       <attribute 
name="HttpSessionStorageStrategy">org.jboss.jetty.session.CoarseDistributedStore</attribute>
  -<!--
  -    <attribute 
name="HttpSessionStorageStrategy">org.jboss.jetty.session.ClusteredStore</attribute>
  - -->
  -    <attribute 
name="HttpSessionSnapshotFrequency">never/num-seconds/idle/request</attribute>
  +
  +    <!-- never/idle/request/<num-seconds>-->
  +    <attribute name="HttpSessionSnapshotFrequency">never</attribute>
  +
  +    <!-- neither/activate/passivate/both -->
       <attribute name="HttpSessionSnapshotNotificationPolicy">neither</attribute>
  +
     </mbean>
   
     <!--classpath codebase="lib/ext" archives="javax.servlet.jar, 
org.apache.jasper.jar, jboss-j2ee.jar"/-->
  
  
  

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

Reply via email to