Author: mmcallis
Date: 2008-07-09 01:21:20 -0400 (Wed, 09 Jul 2008)
New Revision: 11357
Modified:
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/configuration.xml
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/installation.xml
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/supported.xml
Log:
- code highlighting
- removing content out of admonitions (there are too many)
Modified:
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/configuration.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/configuration.xml 2008-07-09
04:42:05 UTC (rev 11356)
+++
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/configuration.xml 2008-07-09
05:21:20 UTC (rev 11357)
@@ -53,7 +53,7 @@
<orderedlist>
<listitem>
<para>Open the
<emphasis>$JBOSS_HOME/server/default/deploy/jboss-portal.sar/portal-server.war/WEB-INF/jboss-web.xml</emphasis>
file. If this file does not exist, copy and save the following example:
- <programlisting><![CDATA[
+<programlisting role="XML"><![CDATA[
<?xml version="1.0"?>
<jboss-web>
<security-domain>java:jaas/portal</security-domain>
@@ -120,8 +120,7 @@
</listitem>
</orderedlist>
</para>
- <para>
- <note>
+<sect2>
<title>Changing the context-root</title>
<para>
By default, Apache Tomcat holds on to the root context,
<emphasis>/</emphasis>. You may need to remove the
<filename>$JBOSS_HOME/server/default/deploy/jboss-web.deployer/ROOT.war/</filename>
directory,
@@ -135,8 +134,7 @@
<context-root>/tomcat-root</context-root>
</jboss-web>]]></screen>
</para>
- </note>
-</para>
+</sect2>
</sect1>
<sect1 id="configuration-hibdialect">
<title>Forcing the Database Dialect</title>
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-09
04:42:05 UTC (rev 11356)
+++
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/installation.xml 2008-07-09
05:21:20 UTC (rev 11357)
@@ -472,7 +472,7 @@
<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[
+ <programlisting role="XML"><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<datasources>
<local-tx-datasource>
Modified: docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/supported.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/supported.xml 2008-07-09
04:42:05 UTC (rev 11356)
+++
docs/branches/JBoss_Portal_Branch_2_7/referenceGuide/en/modules/supported.xml 2008-07-09
05:21:20 UTC (rev 11357)
@@ -54,9 +54,7 @@
<listitem><trademark
class="registered">Microsoft</trademark><trademark
class="registered"> SQL Server</trademark></listitem>
<listitem>MaxDB</listitem>
</itemizedlist>
- <note>
- <para>JBoss Portal employs Hibernate as an interface to a Relational
Database Management System (RDBMS). Most Relational Database Management Systems supported
by Hibernate will work with JBoss Portal.</para>
- </note>
+ <para>JBoss Portal employs Hibernate as an interface to a Relational Database
Management System (RDBMS). Most Relational Database Management Systems supported by
Hibernate will work with JBoss Portal.</para>
</sect1>
<sect1>
<title>Source Building</title>