Author: mmcallis
Date: 2008-02-01 03:04:52 -0500 (Fri, 01 Feb 2008)
New Revision: 9699
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
Log:
2.3.3. Building and Deploying from the Sources
small spelling corrections/wording changes
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-02-01
07:49:00 UTC (rev 9698)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-02-01
08:04:52 UTC (rev 9699)
@@ -286,7 +286,7 @@
</para>
<para>
<screen>
-export JBOSS_HOME=/path/to/installation/
+export JBOSS_HOME=/path/to/jboss/installation/
</screen>
</para>
</listitem>
@@ -314,8 +314,7 @@
<title>Building and Deploying from the Sources</title>
<para>
During the first build, third-party libraries will be obtained from an online
- repository, so you must be connected to the Internet, and if you are behind a proxy
server, you also
- need to define your proxy server address and proxy server port number. If you are
running Linux, add the following line to the
<filename>JBOSS_INSTALLATION_DIRECTORY/bin/run.sh</filename> file:
+ repository, so you must be connected to the Internet, and if you are behind a proxy
server, you need to define your proxy server address and proxy server port number. If you
are running Linux, add the following line to the
<filename>JBOSS_INSTALLATION_DIRECTORY/bin/run.sh</filename> file:
</para>
<para>
<screen>
@@ -333,7 +332,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_HOME_DIRECTORY/build/</filename> directory. Microsoft
Windows users need to run the <command>build.bat deploy</command> command, and
Linux users need to run the <command>./build.sh deploy</command> command.
+ <para>To build and deploy JBoss Portal from the sources, change into the
<filename>JBOSS_PORTAL_HOME_DIRECTORY/build/</filename> directory. Then,
Microsoft Windows users need to run the <command>build.bat deploy</command>
command, and Linux users need to run the <command>./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:
@@ -374,7 +373,7 @@
</orderedlist>
</para>
<para>
- To build the clustered version on Microsoft Windows, repeat the above steps, replacing
<command>./build.sh</command> with <command>build.bat</command>.
+ To build the clustered version on Microsoft Windows, repeat the previous steps,
replacing <command>./build.sh</command> with
<command>build.bat</command>.
</para>
</sect2>
<sect2>
Show replies by date