Author: mmcallis
Date: 2008-02-01 02:49:00 -0500 (Fri, 01 Feb 2008)
New Revision: 9698
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
Log:
revising structure of 2.3.3. Building and Deploying from the Sources
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:06:19 UTC (rev 9697)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-02-01
07:49:00 UTC (rev 9698)
@@ -312,30 +312,30 @@
</sect2>
<sect2 id="building_deploying_from_source">
<title>Building and Deploying from the Sources</title>
- <para>To build and deploy JBoss Portal from the sources, change into the
<filename>JBOSS_PORTAL_INSTALL_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>
+ 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:
</para>
<para>
- During the first build, third-party libraries will be obtained from an online
- repository, so you must be connected to Internet, and if you are behind a proxy
server, you also
- need to define your proxy address and host. If you are running Linux, add
the following line to the
<filename>JBOSS_INSTALLATION_DIRECTORY/bin/run.sh</filename> file:
- </para>
- <para>
<screen>
JAVA_OPTS=-Dhttp.proxyHost=<<replaceable>proxy-hostname</replaceable>>
-Dhttp.proxyPort=<<replaceable>proxy-port</replaceable>>
</screen>
- </para>
- <para>
- Replace <replaceable>proxy-hostname</replaceable> with the proxy
server's hostname, and <replaceable>proxy-port</replaceable> with the
correct proxy server port number. If you are running Microsoft Windows, add the following
line to the <filename>JBOSS_INSTALLATION_DIRECTORY/bin/run.bat</filename>
file:
- </para>
- <para>
+ </para>
+ <para>
+ Replace <replaceable>proxy-hostname</replaceable> with the proxy
server's hostname, and <replaceable>proxy-port</replaceable> with the
correct proxy server port number. If you are running Microsoft Windows, add the following
line to the <filename>JBOSS_INSTALLATION_DIRECTORY/bin/run.bat</filename>
file:
+ </para>
+ <para>
<screen>
set
JAVA_OPTS=-Dhttp.proxyHost=<<replaceable>proxy-hostname</replaceable>>
-Dhttp.proxyPort=<<replaceable>proxy-port</replaceable>>
</screen>
+ </para>
+ <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>
<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>
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:
</para>
<mediaobject>
@@ -368,11 +368,14 @@
</screen>
</para>
<para>
- After <command>./build.sh deploy-ha</command> completes, the
<filename>jboss-portal-ha.sar</filename> file is copied into the
<filename>JBOSS_HOME/server/all/deploy/</filename> directory.
+ After the <command>./build.sh deploy-ha</command> command completes, the
<filename>jboss-portal-ha.sar</filename> file is copied into the
<filename>JBOSS_HOME/server/all/deploy/</filename> directory.
</para>
</listitem>
</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>.
+ </para>
</sect2>
<sect2>
<title>Setting up the database</title>
Show replies by date