Author: mmcallis
Date: 2008-06-03 07:25:42 -0400 (Tue, 03 Jun 2008)
New Revision: 10908
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/identityportlets.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/supported.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
fixing microsoft trademark usage
(
http://www.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx)
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml 2008-06-02
20:18:26 UTC (rev 10907)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml 2008-06-03
11:25:42 UTC (rev 10908)
@@ -274,7 +274,7 @@
</screen>
</para>
<para>
- On Microsoft Windows systems, run the following command:
+ On Windows-based systems, run the following command:
</para>
<para>
<screen>
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/identityportlets.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/identityportlets.xml 2008-06-02
20:18:26 UTC (rev 10907)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/identityportlets.xml 2008-06-03
11:25:42 UTC (rev 10908)
@@ -818,7 +818,7 @@
<title>Enabling the Identity Portlets</title>
<para>
When migrating from former versions of JBoss Portal the Identity User Portlets
won't be displayed by default,
- but Windows can be created on basis of the existing Portlet Instances which are
deployed by default. (The instances
+ but windows can be created on basis of the existing Portlet Instances which are
deployed by default. (The instances
names being <literal>IdentityUserPortletInstance</literal> and
<literal>IdentityAdminPortletInstance</literal>.)
</para>
</sect2>
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-06-02
20:18:26 UTC (rev 10907)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-06-03
11:25:42 UTC (rev 10908)
@@ -20,12 +20,12 @@
</listitem>
<listitem>
<para>
- <emphasis role="bold">Extract the bundle:</emphasis>
extract the ZIP archive. It does not matter which directory is used. On Microsoft Windows,
the recommended directory is
<filename>C:\jboss-<replaceable>version-number</replaceable></filename>.
+ <emphasis role="bold">Extract the bundle:</emphasis>
extract the ZIP archive. It does not matter which directory is used. On Windows-based
systems, the recommended directory is
<filename>C:\jboss-<replaceable>version-number</replaceable></filename>.
</para>
</listitem>
<listitem>
<para>
- <emphasis role="bold">Start the server:</emphasis> change
into the <filename>JBOSS_PORTAL_INSTALLATION_DIRECTORY/bin/</filename>
directory. On Microsoft Windows, execute <command>run.bat</command>. On Linux,
run the <command>sh run.sh</command> command. To specify a configuration to
use, for example, the default configuration, append the <command> -c
default</command> option to the <command>run.bat</command> or
<command>sh run.sh</command> commands.
+ <emphasis role="bold">Start the server:</emphasis> change
into the <filename>JBOSS_PORTAL_INSTALLATION_DIRECTORY/bin/</filename>
directory. On Windows-based systems, execute <command>run.bat</command>. On
Linux, run the <command>sh run.sh</command> command. To specify a
configuration to use, for example, the default configuration, append the <command>
-c default</command> option to the <command>run.bat</command> or
<command>sh run.sh</command> commands.
</para>
</listitem>
<listitem>
@@ -89,7 +89,7 @@
<sect3>
<title>Database Setup</title>
<para>
- A database is required for JBoss Portal to run. JBoss EAP and JBoss AS include an
embedded Hypersonic SQL database that JBoss Portal can use; however, this is only
recommended for developer use. The following databases are recommended for production use,
and have had test suites run against them: MySQL 4, MySQL 5, Microsoft SQL Server,
PostgreSQL 8, Oracle 9, and Oracle 10. JBoss Portal can use any database that is supported
by Hibernate.
+ A database is required for JBoss Portal to run. JBoss EAP and JBoss AS include an
embedded Hypersonic SQL database that JBoss Portal can use; however, this is only
recommended for developer use. The following databases are recommended for production use,
and have had test suites run against them: MySQL 4, MySQL 5, <trademark
class="registered">Microsoft SQL Server</trademark>, PostgreSQL 8,
Oracle 9, and Oracle 10. JBoss Portal can use any database that is supported by
Hibernate.
</para>
<para>
To configure a database to use with JBoss Portal:
@@ -117,7 +117,7 @@
<sect3>
<title>Datasource Descriptors</title>
<para>
- The JBoss Portal binary download that was extracted in <xref
linkend="install_binarydownload"/>, contains pre-configured Datasource
descriptors for the more popular databases. Datasource descriptors are provided for the
MySQL 4, MySQL 5, PostgreSQL, Microsoft SQL Server, and Oracle databases, and can be found
in the <filename>setup</filename> subdirectory where the JBoss Portal binary
was extracted to:
+ The JBoss Portal binary download that was extracted in <xref
linkend="install_binarydownload"/>, contains pre-configured Datasource
descriptors for the more popular databases. Datasource descriptors are provided for the
MySQL 4, MySQL 5, PostgreSQL, <trademark class="registered">Microsoft SQL
Server</trademark>, and Oracle databases, and can be found in the
<filename>setup</filename> subdirectory where the JBoss Portal binary was
extracted to:
</para>
<mediaobject>
<imageobject>
@@ -161,7 +161,7 @@
</listitem>
<listitem>
<para>
- <emphasis role="bold">Start the server:</emphasis> change into
the <filename>$JBOSS_HOME/bin/</filename> directory. On Microsoft Windows,
execute <command>run.bat</command>. On Linux, run the <command>sh
run.sh</command> command. To specify a configuration to use, for example, the
default configuration, append the <command> -c default</command> option to the
<command>run.bat</command> or <command>sh run.sh</command>
commands.
+ <emphasis role="bold">Start the server:</emphasis> change into
the <filename>$JBOSS_HOME/bin/</filename> directory. On Windows-based systems,
execute <command>run.bat</command>. On Linux, run the <command>sh
run.sh</command> command. To specify a configuration to use, for example, the
default configuration, append the <command> -c default</command> option to the
<command>run.bat</command> or <command>sh run.sh</command>
commands.
</para>
</listitem>
<listitem>
@@ -265,7 +265,7 @@
<title>Operating System Environment Settings</title>
<para>For build targets to work, you must configure a
<filename>JBOSS_HOME</filename> environment variable. This environment
variable must point to the root directory of the JBoss EAP or JBoss AS installation
directory, which is the directory where the JBoss EAP or JBoss AS files were extracted
to.
</para>
- <para>When using Microsoft Windows, this is accomplished by going to
+ <para>On Windows-based systems, this is accomplished by going to
<emphasis>Start > Settings > Control Panel > System >
Advanced > Environment Variables</emphasis>. Under the
<emphasis>System Variables</emphasis>
section, click
@@ -327,7 +327,7 @@
<para>
Replace <replaceable>proxy-hostname</replaceable> with the proxy
server's hostname, and <replaceable>proxy-port</replaceable> with the
correct proxy server port number.
</para>
- <para>To build and deploy JBoss Portal from the sources, change into the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/build/</filename> directory, where
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY</filename> is the directory where the
JBoss Portal source code was downloaded to. Then, Microsoft Windows users need to run the
<command>build.bat deploy</command> command, and Linux users need to run the
<command>sh build.sh deploy</command> command.
+ <para>To build and deploy JBoss Portal from the sources, change into the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/build/</filename> directory, where
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY</filename> is the directory where the
JBoss Portal source code was downloaded to. Then, <trademark
class="registered">Windows</trademark> users need to run the
<command>build.bat deploy</command> command, and Linux users need to run the
<command>sh build.sh deploy</command> command.
</para>
<para>
At the end of the build process, the <filename>jboss-portal.sar</filename>
file is copied into the
<filename>$JBOSS_HOME/server/default/deploy/</filename> directory:
@@ -343,7 +343,7 @@
<note>
<title>Portal Modules</title>
<para>
- The previous steps install a bare version of JBoss Portal. In previous versions,
several additional modules were deployed as well, but this has since been modularized to
provide greater flexibility. To deploy additional modules, refer to the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalModules">...
module list</ulink> for more information. To deploy all modules at once, change into
the <filename>build</filename> directory. If you are running Linux, run the
<command>sh build.sh deploy-all</command> command. If you are running
Microsoft Windows, run the <command>build.bat deploy-all</command> command.
+ The previous steps install a bare version of JBoss Portal. In previous versions,
several additional modules were deployed as well, but this has since been modularized to
provide greater flexibility. To deploy additional modules, refer to the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalModules">...
module list</ulink> for more information. To deploy all modules at once, change into
the <filename>build</filename> directory. If you are running Linux, run the
<command>sh build.sh deploy-all</command> command. On Windows-based systems,
run the <command>build.bat deploy-all</command> command.
</para>
</note>
</para>
@@ -378,13 +378,13 @@
</orderedlist>
</para>
<para>
- To build the clustered version on Microsoft Windows, repeat the previous steps,
replacing <command>sh build.sh</command> with
<command>build.bat</command>.
+ To build the clustered version on Windows-based systems, repeat the previous steps,
replacing <command>sh build.sh</command> with
<command>build.bat</command>.
</para>
</sect2>
<sect2>
<title>Database Setup</title>
<para>
- A database is required for JBoss Portal to run. JBoss EAP and JBoss AS include an
embedded Hypersonic SQL database that JBoss Portal can use; however, this is only
recommended for developer use. The following databases are recommended for production use,
and have had test suites run against them: MySQL 4, MySQL 5, Microsoft SQL Server,
PostgreSQL 8, Oracle 9, and Oracle 10. JBoss Portal can use any database that is supported
by Hibernate.
+ A database is required for JBoss Portal to run. JBoss EAP and JBoss AS include an
embedded Hypersonic SQL database that JBoss Portal can use; however, this is only
recommended for developer use. The following databases are recommended for production use,
and have had test suites run against them: MySQL 4, MySQL 5, <trademark
class="registered">Microsoft SQL Server</trademark>, PostgreSQL 8,
Oracle 9, and Oracle 10. JBoss Portal can use any database that is supported by
Hibernate.
</para>
<para>
To configure a database to use with JBoss Portal:
@@ -412,7 +412,7 @@
<sect2>
<title>Datasource Configuration</title>
<para>
- The JBoss Portal binary download that was extracted in <xref
linkend="install_binarydownload"/>, contains pre-configured Datasource
descriptors for the more popular databases. Datasource descriptors are provided for the
MySQL 4, MySQL 5, PostgreSQL, Microsoft SQL Server, and Oracle databases, and can be found
in the <filename>setup</filename> subdirectory where the JBoss Portal binary
was extracted to:
+ The JBoss Portal binary download that was extracted in <xref
linkend="install_binarydownload"/>, contains pre-configured Datasource
descriptors for the more popular databases. Datasource descriptors are provided for the
MySQL 4, MySQL 5, PostgreSQL, <trademark class="registered">Microsoft SQL
Server</trademark>, and Oracle databases, and can be found in the
<filename>setup</filename> subdirectory where the JBoss Portal binary was
extracted to:
</para>
<mediaobject>
<imageobject>
@@ -456,7 +456,7 @@
</listitem>
<listitem>
<para>
- <emphasis role="bold">Start the server:</emphasis>
change into the <filename>$JBOSS_HOME/bin/</filename> directory. On Microsoft
Windows, execute <command>run.bat</command>. On Linux, run the
<command>sh run.sh</command> command. To specify a configuration to use, for
example, the default configuration, append the <command> -c default</command>
option to the <command>run.bat</command> or <command>sh
run.sh</command> commands.
+ <emphasis role="bold">Start the server:</emphasis>
change into the <filename>$JBOSS_HOME/bin/</filename> directory. On
Windows-based systems, execute <command>run.bat</command>. On Linux, run the
<command>sh run.sh</command> command. To specify a configuration to use, for
example, the default configuration, append the <command> -c default</command>
option to the <command>run.bat</command> or <command>sh
run.sh</command> commands.
</para>
</listitem>
<listitem>
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/supported.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/supported.xml 2008-06-02
20:18:26 UTC (rev 10907)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/supported.xml 2008-06-03
11:25:42 UTC (rev 10908)
@@ -32,7 +32,7 @@
<sect1>
<title>Supported Operating Systems</title>
<para>JBoss Portal is 100% pure Java, and therefore it is interoperable with
most Operating Systems
- capable of running a Java Virtual Machine (JVM). These Operating Systems include
but are not limited to: Linux, Microsoft Windows, UNIX, and Mac OS X.
+ capable of running a Java Virtual Machine (JVM). These Operating Systems include
but are not limited to: Linux, <trademark
class="registered">Windows</trademark>, <trademark
class="registered">UNIX</trademark>, and Mac OS X.
</para>
</sect1>
<sect1>
@@ -54,7 +54,7 @@
<listitem>Hypersonic SQL</listitem>
<listitem>Derby</listitem>
<listitem>Oracle 9 and 10g (use the <ulink
url="http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/i...
driver from the Oracle 10 branch</ulink> even if you are running Oracle
9)</listitem>
- <listitem>Microsoft SQL Server</listitem>
+ <listitem><trademark class="registered">Microsoft SQL
Server</trademark></listitem>
<listitem>MaxDB</listitem>
</itemizedlist>
<note>
@@ -63,6 +63,6 @@
</sect1>
<sect1>
<title>Source building</title>
- <para>The source building mechanism works on Linux, Microsoft Windows, Mac OS
X, and any UNIX-like Operating System.</para>
+ <para>The source building mechanism works on Linux, <trademark
class="registered">Windows</trademark>, Mac OS X, and any UNIX-like
operating system.</para>
</sect1>
</chapter>
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml 2008-06-02
20:18:26 UTC (rev 10907)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml 2008-06-03
11:25:42 UTC (rev 10908)
@@ -538,7 +538,7 @@
</listitem>
<listitem>
<para>
- Change into <filename>HelloWorldPortlet/</filename> directory, and
run the <command>ant deploy</command> command. On Microsoft Windows, the
output will be similar to the following:
+ Change into <filename>HelloWorldPortlet/</filename> directory, and
run the <command>ant deploy</command> command. On <trademark
class="registered">Windows</trademark>, the output will be similar to
the following:
</para>
<para>
<mediaobject>
@@ -565,7 +565,7 @@
</listitem>
<listitem>
<para>
- To expand the WAR file, change into the
<filename>HelloWorldPortlet/</filename> directory, and run the
<command>ant explode</command> command. On Microsoft Windows, the output will
be similar to the following:
+ To expand the WAR file, change into the
<filename>HelloWorldPortlet/</filename> directory, and run the
<command>ant explode</command> command. On <trademark
class="registered">Windows</trademark>, the output will be similar to
the following:
</para>
<para>
<mediaobject>
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-06-02
20:18:26 UTC (rev 10907)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-06-03
11:25:42 UTC (rev 10908)
@@ -1556,7 +1556,7 @@
</mediaobject>
</para>
<para>
- The
<filename>jboss-portal-<replaceable>version</replaceable>/setup/</filename>
directory contains sample Datasource descriptors for the MySQL, Microsoft SQL Server,
PostgreSQL, and Oracale databases, which can be customized for your own database:
+ The
<filename>jboss-portal-<replaceable>version</replaceable>/setup/</filename>
directory contains sample Datasource descriptors for the MySQL, <trademark
class="registered">Microsoft SQL Server</trademark>, PostgreSQL, and
Oracale databases, which can be customized for your own database:
</para>
<para>
<mediaobject>
@@ -1585,12 +1585,12 @@
</listitem>
<listitem>
<para>
- Change into the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/build/</filename> directory. To build
the JBoss Portal source code on Linux, run the <command>sh build.sh
deploy</command> command, or, if you are running Microsoft Windows, run the
<command>build.bat deploy</command> command. If this is the first build,
third-party libraries are obtained from an online repository, so you must be connected to
the Internet. After building, if the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/thirdparty/</filename> directory does
not exist, it is created, and populated with the files required for later steps. For
further details, refer to <xref linkend="building_deploying_from_source"
/>.
+ Change into the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/build/</filename> directory. To build
the JBoss Portal source code on Linux, run the <command>sh build.sh
deploy</command> command, or, if you are running <trademark
class="registered">Windows</trademark>, run the
<command>build.bat deploy</command> command. If this is the first build,
third-party libraries are obtained from an online repository, so you must be connected to
the Internet. After building, if the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/thirdparty/</filename> directory does
not exist, it is created, and populated with the files required for later steps. For
further details, refer to <xref linkend="building_deploying_from_source"
/>.
</para>
</listitem>
<listitem>
<para>
- Change into the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/core/</filename> directory, and run
the <command>sh build.sh datasource</command> command, or, if you are running
Microsoft Windows, run the <command>build.bat datasource</command> command:
+ Change into the
<filename>JBOSS_PORTAL_SOURCE_DIRECTORY/core/</filename> directory, and run
the <command>sh build.sh datasource</command> command, or, if you are running
<trademark class="registered">Windows</trademark>, run the
<command>build.bat datasource</command> command:
</para>
<para>
<mediaobject>