Author: mmcallis
Date: 2008-07-09 00:42:05 -0400 (Wed, 09 Jul 2008)
New Revision: 11356
Modified:
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/installation.xml
Log:
- removing trippled-up images for "Deploying JBoss Portal"
sections. Now, the image is only used for the first instance.
- moving "SQL Errors" into formalpara, instead of inside a note.
Modified:
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/installation.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/installation.xml 2008-07-08
19:14:35 UTC (rev 11355)
+++
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/installation.xml 2008-07-09
04:42:05 UTC (rev 11356)
@@ -30,16 +30,24 @@
</listitem>
<listitem>
<para>
- <emphasis role="bold">Log in to JBoss Portal:</emphasis>
using a Web browser, navigate to <ulink
url="http://localhost:8080/portal"></ulink> to open the JBoss Portal
homepage. Log in using one of the two default accounts: username
<emphasis>user</emphasis>, password <emphasis>user</emphasis>, or
username <emphasis>admin</emphasis>, password
<emphasis>admin</emphasis>.
+ <emphasis role="bold">Log in to JBoss Portal:</emphasis>
using a Web browser, navigate to <ulink
url="http://localhost:8080/portal"></ulink> to open the JBoss Portal
homepage. Log in using one of the two default accounts: username
<emphasis>user</emphasis>, password <emphasis>user</emphasis>, or
username <emphasis>admin</emphasis>, password
<emphasis>admin</emphasis>:
</para>
</listitem>
</orderedlist>
</para>
- <note>
+ <para>
+ <mediaobject>
+ <imageobject>
+ <imagedata align="center" valign="middle"
fileref="images/common/frontpage.png"/>
+ </imageobject>
+ </mediaobject>
+ </para>
+ <formalpara>
<title>SQL Errors</title>
<para>
Tables are automatically created the first time JBoss Portal starts. When deployed
for the first time, JBoss Portal checks for the existence of the initial tables, which
have not been created yet. This causes errors such as the following, which can safely be
ignored:
</para>
+ </formalpara>
<para>
<programlisting><![CDATA[
WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
@@ -50,7 +58,6 @@
ERROR [JDBCExceptionReporter] Table 'jbossportal.jbp_cms_version_refs'
doesn't exist
]]></programlisting>
</para>
- </note>
</sect1>
<sect1 id="install_binary">
<title>Installing the Binary Download</title>
@@ -180,8 +187,8 @@
<para>
After the Datasource descriptor has been copied into the
<filename>deploy</filename> directory, make sure the
<computeroutput>user-name</computeroutput>,
<computeroutput>password</computeroutput>,
<computeroutput>connection-url</computeroutput>, and
<computeroutput>driver-class</computeroutput>, are correct for your chosen
database. Datasource descriptor files can be deployed to test before being used in
production. The following is an example Datasource descriptor for a PostgreSQL database:
</para>
-<programlisting><![CDATA[
-<?xml version="1.0" encoding="UTF-8"?>
+<programlisting role="XML">
+<![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<datasources>
<local-tx-datasource>
<jndi-name>PortalDS</jndi-name>
@@ -190,8 +197,7 @@
<user-name>portal</user-name>
<password>portalpassword</password>
</local-tx-datasource>
-</datasources>
-]]></programlisting>
+</datasources>]]></programlisting>
<para>
For further details about Datasource descriptors, please refer to the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=CreateAJDBCDataSource&...
JDBC Datasource Wiki page</ulink>.
</para>
@@ -216,23 +222,17 @@
</listitem>
<listitem>
<para>
- <emphasis role="bold">Log in to JBoss Portal:</emphasis> using
a Web browser, navigate to <ulink
url="http://localhost:8080/portal"></ulink> to open the JBoss Portal
homepage. Log in using one of the two default accounts: username
<emphasis>user</emphasis>, password <emphasis>user</emphasis>, or
username <emphasis>admin</emphasis>, password
<emphasis>admin</emphasis>:
+ <emphasis role="bold">Log in to JBoss Portal:</emphasis> using
a Web browser, navigate to <ulink
url="http://localhost:8080/portal"></ulink> to open the JBoss Portal
homepage. Log in using one of the two default accounts: username
<emphasis>user</emphasis>, password <emphasis>user</emphasis>, or
username <emphasis>admin</emphasis>, password
<emphasis>admin</emphasis>.
</para>
- <para>
- <mediaobject>
- <imageobject>
- <imagedata align="center" valign="middle"
fileref="images/common/frontpage.png"/>
- </imageobject>
- </mediaobject>
- </para>
</listitem>
</orderedlist>
</para>
- <note>
+ <formalpara>
<title>SQL Errors</title>
<para>
Tables are automatically created the first time JBoss Portal starts. When deployed for
the first time, JBoss Portal checks for the existence of the initial tables, which have
not been created yet. This causes errors such as the following, which can safely be
ignored:
</para>
+ </formalpara>
<para>
<programlisting><![CDATA[
WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
@@ -243,7 +243,6 @@
ERROR [JDBCExceptionReporter] Table 'jbossportal.jbp_cms_version_refs'
doesn't exist
]]></programlisting>
</para>
- </note>
</sect2>
</sect1>
<sect1 id="install_source">
@@ -509,23 +508,17 @@
</listitem>
<listitem>
<para>
- <emphasis role="bold">Log in to JBoss Portal:</emphasis>
using a Web browser, navigate to <ulink
url="http://localhost:8080/portal"></ulink> to open the JBoss Portal
homepage. Log in using one of the two default accounts: username
<emphasis>user</emphasis>, password <emphasis>user</emphasis>, or
username <emphasis>admin</emphasis>, password
<emphasis>admin</emphasis>:
+ <emphasis role="bold">Log in to JBoss Portal:</emphasis>
using a Web browser, navigate to <ulink
url="http://localhost:8080/portal"></ulink> to open the JBoss Portal
homepage. Log in using one of the two default accounts: username
<emphasis>user</emphasis>, password <emphasis>user</emphasis>, or
username <emphasis>admin</emphasis>, password
<emphasis>admin</emphasis>.
</para>
- <para>
- <mediaobject>
- <imageobject>
- <imagedata align="center" valign="middle"
fileref="images/common/frontpage.png"/>
- </imageobject>
- </mediaobject>
- </para>
</listitem>
</orderedlist>
</para>
- <note>
+ <formalpara>
<title>SQL Errors</title>
<para>
Tables are automatically created the first time JBoss Portal starts. When
deployed for the first time, JBoss Portal checks for the existence of the initial tables,
which have not been created yet. This causes errors such as the following, which can
safely be ignored:
</para>
+ </formalpara>
<para>
<programlisting><![CDATA[
WARN [JDBCExceptionReporter] SQL Error: -22, SQLState: S0002
@@ -536,7 +529,6 @@
ERROR [JDBCExceptionReporter] Table 'jbossportal.jbp_cms_version_refs'
doesn't exist
]]></programlisting>
</para>
- </note>
</sect1>
<!--<sect1 id="install_installer">