Author: mmcallis
Date: 2008-03-24 18:48:30 -0400 (Mon, 24 Mar 2008)
New Revision: 10369
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml
Log:
minor corrections for consistency
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-03-24
14:29:56 UTC (rev 10368)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml 2008-03-24
22:48:30 UTC (rev 10369)
@@ -14,7 +14,7 @@
</chapterinfo>
<title>Customizing your Installation</title>
<para>
- This chapter describes how to customize the default installation. This includes the
JBoss EAP or JBoss AS listening port, email and proxy settings, and database dialect
settings. For further configuration details, please see <xref
linkend="portaldescriptors"/> and <xref
linkend="troubleshooting"/>.
+ This chapter describes how to customize the default installation. This includes the
JBoss EAP or JBoss AS listening port, email and proxy settings, and database dialect
settings. For further configuration details, refer to <xref
linkend="portaldescriptors"/> and <xref
linkend="troubleshooting"/>.
</para>
<sect1>
<title>Changing the Port</title>
@@ -31,7 +31,7 @@
This example changes the default port to port 8088. The JBoss EAP or JBoss AS server
must be restarted before the new port settings will take affect.
</para>
<para>
- The default SSL port is 8843. To enable HTTPS support, refer to the <ulink
url="http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch9.chapt.htm...
AS Guide</ulink>. For further information, please see the <ulink
url="http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html">... SSL
configuration how-to</ulink>.
+ The default SSL port is 8843. To enable HTTPS support, refer to the <ulink
url="http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch9.chapt.htm...
AS Guide</ulink>. For further information, refer to <ulink
url="http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html">... SSL
configuration how-to</ulink>.
</para>
<para>
Please refer to <xref linkend="wsrp-ports"/> to update the WSRP service
after having changed the port.
@@ -117,7 +117,7 @@
</listitem>
<listitem>
<para>
- Re-build and re-deploy JBoss Portal. See <xref
linkend="install_source"/> for build instructions.
+ Rebuild and redeploy JBoss Portal. Refer to <xref
linkend="install_source"/> for build instructions.
</para>
</listitem>
</orderedlist>
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-03-24
14:29:56 UTC (rev 10368)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-03-24
22:48:30 UTC (rev 10369)
@@ -2,7 +2,7 @@
<chapter id="installation">
<title>Installation</title>
<para>Depending on your needs, there are several different methods to install
JBoss Portal. Pre-configured clustered versions (<computeroutput>JBoss Portal Binary
(Clustered)</computeroutput>) are available from the
- <ulink
url="http://labs.jboss.com/portal/jbossportal/download/index.html&qu...
Portal Downloads</ulink> page. Clustered versions of JBoss Portal must be deployed
in the <filename>JBOSS_INSTALLATION_DIRECTORY/server/all/deploy/</filename>
directory. All JBoss AS instances must reference the same datasource. See <xref
linkend="install_source_env"/> for details on how to configure JBoss Portal
for clustering.
+ <ulink
url="http://labs.jboss.com/portal/jbossportal/download/index.html&qu...
Portal Downloads</ulink> page. Clustered versions of JBoss Portal must be deployed
in the <filename>JBOSS_INSTALLATION_DIRECTORY/server/all/deploy/</filename>
directory. All JBoss AS instances must reference the same datasource. Refer to <xref
linkend="install_source_env"/> for details on how to configure JBoss Portal
for clustering.
</para>
<para>
An environment variable, <computeroutput>JBOSS_HOME</computeroutput>, is
configured in <xref linkend="install_source_env"/>. References to
<computeroutput>$JBOSS_HOME</computeroutput> assume this to be your
<replaceable>JBOSS_INSTALLATION_DIRECTORY</replaceable>.
@@ -259,7 +259,7 @@
</imageobject>
</mediaobject>
<para>
- If the source files were obtained from SVN, change into the
<filename>trunk/src/</filename> directory to see the directories from the
above image. As well, there will be an empty <filename>thirdparty</filename>
directory. This directory will contain files after building the JBoss Portal source code
(see <xref linkend="building_deploying_from_source" />). For more
information about the JBoss Portal SVN repository, and accessing different versions of the
JBoss Portal codebase, please visit the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSVNRepo">... Portal SVN
Repo</ulink> page on the JBoss Wiki.
+ If the source files were obtained from SVN, change into the
<filename>trunk/src/</filename> directory to see the directories from the
above image. As well, there will be an empty <filename>thirdparty</filename>
directory. This directory will contain files after building the JBoss Portal source code
(refer to <xref linkend="building_deploying_from_source" />). For more
information about the JBoss Portal SVN repository, and accessing different versions of the
JBoss Portal codebase, please visit the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSVNRepo">... Portal SVN
Repo</ulink> page on the JBoss Wiki.
</para>
</sect2>
<sect2>
@@ -364,7 +364,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, see 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>./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>./build.sh deploy-all</command> command. If you are running Microsoft
Windows, run the <command>build.bat deploy-all</command> command.
</para>
</note>
</para>
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-03-24
14:29:56 UTC (rev 10368)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml 2008-03-24
22:48:30 UTC (rev 10369)
@@ -223,7 +223,7 @@
rResponse.setContentType("text/html");</screen></term>
<listitem>
<para>
- As in the servlet-world, you must declare what content-type the portlet will be
+ As in the servlet world, you must declare what content-type the portlet will be
responding in. Do this before starting to write content, or the portlet will throw
an exception.
</para>
</listitem>
@@ -649,7 +649,7 @@
<sect3>
<title>Package Structure</title>
<para>
- The application descriptors for the HelloWorldJSPPortlet portlet are similar to
those from the HelloWorldPortlet (<xref
linkend="first_portlet_descriptors"/>). See <xref
linkend="descriptors_portlet"/> for further information about application
descriptors.
+ The application descriptors for the HelloWorldJSPPortlet portlet are similar to
those from the HelloWorldPortlet (<xref
linkend="first_portlet_descriptors"/>). Refer to <xref
linkend="descriptors_portlet"/> for further information about application
descriptors.
</para>
<para>
The HelloWorldJSPPortlet portlet contains the traditional portlet and JBoss Portal
specific application descriptors. The following is an example of the directory structure
of the HelloWorldJSPPortlet portlet:
@@ -775,7 +775,7 @@
</screen></term>
<listitem>
<para>
- As in the servlet-world, you must declare what content-type the portlet will be
responding in. Do this before starting to write content, or the portlet will throw an
exception.
+ As in the servlet world, you must declare what content-type the portlet will be
responding in. Do this before starting to write content, or the portlet will throw an
exception.
</para>
</listitem>
</varlistentry>