Author: thomas.heute(a)jboss.com
Date: 2010-03-18 10:42:38 -0400 (Thu, 18 Mar 2010)
New Revision: 2302
Modified:
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/SSO.xml
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/configuration/EMailService_Configuration.xml
Log:
Remove the few references to Tomcat
Modified:
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/SSO.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/SSO.xml 2010-03-18
14:30:54 UTC (rev 2301)
+++
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/SSO.xml 2010-03-18
14:42:38 UTC (rev 2302)
@@ -195,14 +195,14 @@
<procedure>
<step>
<para>
- Copy all libraries from
<filename>GATEIN_SSO/cas/gatein.ear/lib</filename> into
<filename>JBOSS_HOME/server/default/deploy/gatein.ear/lib</filename> (Or in
Tomcat, into $<filename>GATEIN_HOME/lib</filename>)
+ Copy all libraries from
<filename>GATEIN_SSO/cas/gatein.ear/lib</filename> into
<filename>JBOSS_HOME/server/default/deploy/gatein.ear/lib</filename>.
</para>
</step>
<step>
<itemizedlist>
<listitem>
<para>
- In JBoss AS, edit
<filename>gatein.ear/META-INF/gatein-jboss-beans.xml</filename> and uncomment
this section:
+ In EAP, edit
<filename>gatein.ear/META-INF/gatein-jboss-beans.xml</filename> and uncomment
this section:
</para>
<programlisting><authentication>
<login-module code="org.gatein.sso.agent.login.SSOLoginModule"
flag="required">
@@ -215,16 +215,6 @@
</programlisting>
</listitem>
- <listitem>
- <para>
- In Tomcat, edit <filename>GATEIN_HOME/conf/jaas.conf</filename> and
uncomment this section:
- </para>
-<programlisting>org.gatein.sso.agent.login.SSOLoginModule required
-org.exoplatform.services.security.j2ee.JbossLoginModule required
-portalContainerName=portal
-realmName=gatein-domain
-</programlisting>
- </listitem>
</itemizedlist>
</step>
<step>
@@ -395,14 +385,14 @@
<procedure>
<step>
<para>
- Copy the library files from
<filename>GATEIN_SS)/josso/gatein.ear/lib</filename> into
<filename>gatein.ear/lib</filename> (Or into
<filename>GATEIN_HOME/lib</filename> if &PRODUCT; is running in Tomcat)
+ Copy the library files from
<filename>GATEIN_SS)/josso/gatein.ear/lib</filename> into
<filename>gatein.ear/lib</filename>
</para>
</step>
<step>
<itemizedlist>
<listitem>
<para>
- In JBoss AS, edit
<filename>gatein.ear/META-INF/gatein-jboss-beans.xml</filename> and uncomment
this section:
+ Edit <filename>gatein.ear/META-INF/gatein-jboss-beans.xml</filename>
and uncomment this section:
</para>
<programlisting><authentication>
<login-module code="org.gatein.sso.agent.login.SSOLoginModule"
flag="required">
@@ -414,16 +404,6 @@
</authentication>
</programlisting>
</listitem>
- <listitem>
- <para>
- In Tomcat, edit <filename>GATEIN_HOME/conf/jaas.conf</filename> and
uncomment this section:
- </para>
-<programlisting>org.gatein.sso.agent.login.SSOLoginModule required
-org.exoplatform.services.security.j2ee.JbossLoginModule requiredtm
-portalContainerName=portal
-realmName=gatein-domain
-</programlisting>
- </listitem>
</itemizedlist>
</step>
<step>
@@ -621,7 +601,7 @@
<procedure>
<step>
<para>
- Copy all libraries from
<filename>GATEIN_SSO/opensso/gatein.ear/lib</filename> into
<filename>JBOSS_HOME/server/default/deploy/gatein.ear/lib</filename> (Or, in
Tomcat, into <filename>GATEIN_HOME/lib</filename>)
+ Copy all libraries from
<filename>GATEIN_SSO/opensso/gatein.ear/lib</filename> into
<filename>JBOSS_HOME/server/default/deploy/gatein.ear/lib</filename>
</para>
</step>
<step>
@@ -641,17 +621,6 @@
</programlisting>
</listitem>
- <listitem>
- <para>
- If you are running GateIn in Tomcat, edit $GATEIN_HOME/conf/jaas.conf and
uncomment this section
- </para>
-<programlisting>org.gatein.sso.agent.login.SSOLoginModule required
-org.exoplatform.services.security.j2ee.JbossLoginModule required
-portalContainerName=portal
-realmName=gatein-domain
-</programlisting>
-
- </listitem>
</itemizedlist>
<para>
At this point the installation can be tested:
Modified:
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/configuration/EMailService_Configuration.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/configuration/EMailService_Configuration.xml 2010-03-18
14:30:54 UTC (rev 2301)
+++
portal/branches/EPP_5_0_0_ER04_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/configuration/EMailService_Configuration.xml 2010-03-18
14:42:38 UTC (rev 2302)
@@ -20,8 +20,7 @@
<title>Configuring the database for JCR</title>
<para>The e-mail service can use any SMTP account that needs to be configured
in
- $JBOSS_HOME/server/default/conf/gatein/configuration.properties
- (Or $TOMCAT_HOME/gatein/conf/configuration.properties if you are using
Tomcat).</para>
+ $JBOSS_HOME/server/default/conf/gatein/configuration.properties.</para>
<para>The relevant section looks like:</para>
Show replies by date