User: jules_gosnell
  Date: 02/02/20 18:03:57

  Modified:    jetty/src/resources/jetty-plugin/META-INF jboss-service.xml
  Log:
  a few more comments in config files
  addition of an FAQ - needs content !
  publish JAAS support via JMX interface
  
  Revision  Changes    Path
  1.20      +26 -11    
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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- jboss-service.xml 20 Feb 2002 05:56:40 -0000      1.19
  +++ jboss-service.xml 21 Feb 2002 02:03:57 -0000      1.20
  @@ -16,28 +16,28 @@
       <!-- ================================================================= -->
       <!-- Uncomment the following line ONLY if you want to provide a custom -->
       <!-- webdefault.xml file in place of the standard one. Place your      -->
  -    <!-- file in the src/etc directory to have it automatically included   -->  
  +    <!-- file in the src/etc directory to have it automatically included   -->
       <!-- in the build.                                                     -->
       <!-- ================================================================= -->
  +
       <!--
  -    <attribute name="WebDefault">webdefault.xml</attribute>        
  +    <attribute name="WebDefault">webdefault.xml</attribute>
       -->
   
  -
       <!-- ================================================================== -->
       <!-- If true, .war files are unpacked to a temporary directory. This    -->
       <!-- is useful with JSPs.                                               -->
       <!-- ================================================================== -->
  -    <attribute name="UnpackWars">true</attribute>
   
  +    <attribute name="UnpackWars">true</attribute>
   
       <!-- ================================================================== -->
       <!-- If true, mbeans are created for Jetty and all contexts, logsinks,  -->
       <!-- listeners etc. View them via the JBoss management interface on     -->
       <!-- http://localhost:8082                                              -->
       <!-- ================================================================== -->
  -    <attribute name="PublishMBeans">true</attribute>
   
  +    <attribute name="PublishMBeans">true</attribute>
   
       <!-- ================================================================= -->
       <!-- Configuring Jetty. The XML fragment contained in the              -->
  @@ -47,8 +47,9 @@
       <!-- The placement of other Jetty XML configuration statements here is -->
       <!-- EXTREMELY DISCOURAGED: for example, any webapps deployed here     -->
       <!-- will NOT be visible to JBoss. If you REALLY NEED to specify       -->
  -    <!-- something extra, place it in WEB-INF/web-jetty.xml files          -->
  +    <!-- something extra, place it in WEB-INF/jetty-web.xml files          -->
       <!-- ================================================================= -->
  +
       <attribute name="ConfigurationElement">
         <Configure class="org.mortbay.jetty.Server">
   
  @@ -109,30 +110,44 @@
         </Configure>
        </attribute>
   
  -
       <!-- ================================================================= -->
       <!-- Options for distributed session management are:                   -->
       <!--     org.jboss.jetty.session.CoarseDistributedStore                -->
       <!--     org.jboss.jetty.session.ClusteredStore                        -->
       <!-- ================================================================= -->
  +
       <attribute 
name="HttpSessionStorageStrategy">org.jboss.jetty.session.CoarseDistributedStore</attribute>
   
       <!-- ================================================================= -->
       <!-- Options for synchronizing distributed sessions:                   -->
       <!--     never/idle/request/<num-seconds>                              -->
       <!-- ================================================================= -->
  +
       <attribute name="HttpSessionSnapshotFrequency">never</attribute>
   
       <!-- ================================================================= -->
  -    <!-- Options for                                                       -->
  -    <!--     neither/activate/passivate/both                               -->
  +    <!-- Options for the notification of HttpSessionActivationListeners    -->
  +    <!-- around snapshotting are:                                          -->
  +    <!--    neither                                                        -->
  +    <!--    activate                                                       -->
  +    <!--    passivate                                                      -->
  +    <!--    both                                                           -->
       <!-- ================================================================= -->
  +
       <attribute name="HttpSessionSnapshotNotificationPolicy">neither</attribute>
   
  - 
  -    <!-- comment this out if you don't want JAAS support -->
  +    <!-- ================================================================= -->
  +    <!-- If you require JAAS authentication, configure the name of the     -->
  +    <!-- attribute in which you expect to find the JAAS active subject:    -->
  +    <!--                                                                   -->
  +    <!-- Commenting out this configuration will disable JAAS support       -->
  +    <!-- ================================================================= -->
  +
       <attribute name="SubjectAttributeName">j_subject</attribute>
   
     </mbean>
  +
  +  <!-- ==================================================================== -->
  +  <!-- ==================================================================== -->
   
   </server>
  
  
  

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

Reply via email to