Author: smumford
Date: 2010-05-06 08:03:37 -0400 (Thu, 06 May 2010)
New Revision: 2996
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Author_Group.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml
Log:
JBEPP-274: Resolved DOC TODOs with EPP team
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Author_Group.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Author_Group.xml 2010-05-06
11:41:02 UTC (rev 2995)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Author_Group.xml 2010-05-06
12:03:37 UTC (rev 2996)
@@ -22,7 +22,7 @@
<shortaffil>Red Hat</shortaffil>
<orgdiv>JBoss Engineering</orgdiv>
</affiliation>
- <email>theute(a)redhat.com</email>
+ <email>ltexier(a)redhat.com</email>
</editor>
<editor>
<firstname>Thomas</firstname>
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml 2010-05-06
11:41:02 UTC (rev 2995)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Getting_Started.xml 2010-05-06
12:03:37 UTC (rev 2996)
@@ -513,10 +513,10 @@
</para>
</listitem>
</itemizedlist>
- <para>If installing the JDK on Red Hat Enterprise Linux, Fedora, or another
RPM-based Linux system, it is recommended that the self-extracting file containing the RPM
package is selected. This option will set up and use the SysV service scripts in addition
to installing the JDK. The RPM option is also recommended if the &PRODUCT; is being
set up in a production environment. Should you decide not to use the self-extracting file,
the next step can be ignored.
+ <para>If installing the JDK on Red Hat Enterprise Linux, Fedora, or another
RPM-based Linux system, it is recommended that the self-extracting file containing the RPM
package is selected. This option will set up and use the SysV service scripts in addition
to installing the JDK. The RPM option is also recommended if the &PRODUCT; is being
set up in a production environment.
</para>
</listitem>
- <listitem>
+<!-- <listitem>
<para>
Download and install the appropriate <literal>-compat RPM</literal>
from <literal>JPackage</literal> <ulink
url="ftp://jpackage.hmdc.harvard.edu/JPackage/1.7/generic/RPMS.non-f...
here</ulink>. Please ensure you choose a matching version of the
<literal>-compat</literal> package to the JDK you installed.
</para>
@@ -529,7 +529,7 @@
QE NOTE: "Download and install the appropriate -compat RPM from JPackage
here." Should we instruct users to install unsigned rpms?
</para>
</note>
- </listitem>
+ </listitem> -->
<listitem>
<para>
Create an environment variable that points to the JDK installation directory and
call it <literal>JAVA_HOME</literal>. Add
<literal>$JAVA_HOME/bin</literal> to the system path to be able to run
<literal>java</literal> from the command line. You can do this by adding the
following lines to the <filename>.bashrc</filename> file in your home
directory. <programlisting>
@@ -594,12 +594,6 @@
</listitem>
</itemizedlist>
</para>
- <note>
- <title>DOC TODO:</title>
- <para>
- Better to use java-1.6.0-variant rather than java-1.6.0-sun as could be sun or
openjdk. Also include openJDK download site info
http://openjdk.java.net/install/ ?
- </para>
- </note>
</listitem>
<listitem>
<para>
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml 2010-05-06
11:41:02 UTC (rev 2995)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml 2010-05-06
12:03:37 UTC (rev 2996)
@@ -67,12 +67,6 @@
<para>
When installed from the zip archive, authentication is required to access the majority
of JBoss services, including administrative services. User accounts have not been set up
to eliminate the possibility of default username/password based attacks.
</para>
- <note>
- <title>DOC TODO:</title>
- <para>
- Is this still the case in 5.0? It seems to have default accounts in place.
- </para>
- </note>
<important><title>Default Admin User Configuration</title>
<para>
@@ -132,21 +126,6 @@
</programlisting>
</para>
</formalpara>
- <note>
- <title>DOC TODO:</title>
- <para>
-
<filename>/server/$CONFIG/deploy/messaging/messaging-service.xml</filename>
- </para>
-<screen><!-- The password used by the message sucker connections to create
connections.
- THIS SHOULD ALWAYS BE CHANGED AT INSTALL TIME TO SECURE SYSTEM
- <attribute
name="SuckerPassword"></attribute></screen>
- <para>
- Question 1: Should this file also have the SuckerPassword set?
- </para>
- <para>
- Question 2: Should I document this?
- </para>
- </note>
</section>
<section id="Disabling_Authentication">