[jboss-cvs] jboss-portal-docs/referenceGuide/en/modules ...

Julien Viet julien at jboss.com
Thu Jul 13 13:13:47 EDT 2006


  User: julien  
  Date: 06/07/13 13:13:47

  Modified:    referenceGuide/en/modules  clustering.xml
  Log:
  minor tuning
  
  Revision  Changes    Path
  1.12      +2 -5      jboss-portal-docs/referenceGuide/en/modules/clustering.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: clustering.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal-docs/referenceGuide/en/modules/clustering.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- clustering.xml	13 Jul 2006 14:16:58 -0000	1.11
  +++ clustering.xml	13 Jul 2006 17:13:47 -0000	1.12
  @@ -130,7 +130,6 @@
      -->
      <property name="cache.provider_class">org.jboss.portal.core.hibernate.JMXTreeCacheProvider</property>
      <property name="cache.object_name">portal:service=TreeCacheProvider,type=hibernate</property>
  -<!-- -->
   
   <!--
      | Comment in clustered mode
  @@ -160,7 +159,6 @@
      name="portal:service=TreeCacheProvider,type=hibernate">
      <depends optional-attribute-name="CacheName">portal:service=TreeCache,type=hibernate</depends>
      </mbean>
  -<!-- -->
   ]]></programlisting>
            </para>
         </sect2>
  @@ -171,10 +169,9 @@
            is authenticated on one particular node he will have to reauthenticate again if he use another node of the cluster (during
            a failover for instance). This is valid only for the <emphasis>FORM</emphasis> based authentication which is the default
            form of authentication that JBoss Portal uses. Fortunately JBoss provides transparent reauthentication of the user called
  -         JBoss clustered SSO. Its activation is done by modifying the file <emphasis>JBOSS_HOME/server/all/deploy/jbossweb-tomcat55.sar/server.xml</emphasis>
  -         and uncommenting the clustered sso valve
  +         JBoss clustered SSO. Its configuration is in the file <emphasis>JBOSS_HOME/server/all/deploy/jbossweb-tomcat55.sar/server.xml</emphasis>
  +         and the clustered sso valve shall be uncommented
               <programlisting><![CDATA[
  -<!-- -->
   <Valve className="org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn" />
   ]]></programlisting>
            </para>
  
  
  



More information about the jboss-cvs-commits mailing list