Author: mmcallis
Date: 2008-04-03 19:44:26 -0400 (Thu, 03 Apr 2008)
New Revision: 10499
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
Log:
2.3.3. Building and Deploying from the Sources
- incorrectly stated to add JAVA_OPTS to run.sh
changed this to bin/run.conf, removed windows section
since they both use the same...
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-04-03
23:28:01 UTC (rev 10498)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-04-03
23:44:26 UTC (rev 10499)
@@ -316,7 +316,7 @@
<title>Building and Deploying from the Sources</title>
<para>
During the first build, third-party libraries are obtained from an online
- 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_HOME/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. To
define a proxy server, add the following line to the
<filename>$JBOSS_HOME/bin/run.conf</filename> file:
</para>
<para>
<screen>
@@ -325,15 +325,6 @@
</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_HOME/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_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>./build.sh deploy</command> command.
Show replies by date