Author: mmcallis
Date: 2008-06-17 23:39:00 -0400 (Tue, 17 Jun 2008)
New Revision: 11074
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/sso.xml
Log:
minor title edits
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/sso.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/sso.xml 2008-06-18
02:31:40 UTC (rev 11073)
+++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/sso.xml 2008-06-18
03:39:00 UTC (rev 11074)
@@ -24,13 +24,13 @@
mechanisms.</para>
</sect1>
<sect1>
- <title>Using Apache Tomcat Valve</title>
+ <title>Using an Apache Tomcat Valve</title>
<para>JBoss Application Server embeds Apache Tomcat as the default servlet
container. Tomcat provides a builtin SSO support
using a valve. The Single Sign On Valve caches credentials on the server side, and
then invisibly authenticate users when they
reach different web applications. Credentials are stored in a host-wide session
which means that SSO will be effective throughout the session.
</para>
<sect2>
- <title>Enabling Apache Tomcat SSO Valve</title>
+ <title>Enabling the Apache Tomcat SSO Valve</title>
<para>
To enable SSO valve in Apache Tomcat you should uncomment the following line
<programlisting><![CDATA[<Valve
className=’org.apache.catalina.authenticator.SingleSignOn’/>]]></programlisting>
Show replies by date