Author: mmcallis
Date: 2008-04-06 21:23:46 -0400 (Sun, 06 Apr 2008)
New Revision: 10508
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/clustering.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
Log:
using "sh run.sh" instead of "./run.sh", otherwise
an extra step (adding execute permissions) is required
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/clustering.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/clustering.xml 2008-04-04
23:52:53 UTC (rev 10507)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/clustering.xml 2008-04-07
01:23:46 UTC (rev 10508)
@@ -313,11 +313,11 @@
<para>Finally we can start both servers, open two shells and execute :
<programlisting><![CDATA[
cd $JBOSS_HOME/bin
->./run.sh -c ports-01
+>sh run.sh -c ports-01
]]></programlisting>
<programlisting><![CDATA[
cd $JBOSS_HOME/bin
->./run.sh -c ports-02
+>sh run.sh -c ports-02
]]></programlisting>
</para>
</sect1>
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-04-04
23:52:53 UTC (rev 10507)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/configuration.xml 2008-04-07
01:23:46 UTC (rev 10508)
@@ -270,7 +270,7 @@
</para>
<para>
<screen>
-./run.sh -Dportal.kernel.no_proxies=false
+sh run.sh -Dportal.kernel.no_proxies=false
</screen>
</para>
<para>
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-04
23:52:53 UTC (rev 10507)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-04-07
01:23:46 UTC (rev 10508)
@@ -25,7 +25,7 @@
</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>./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>./run.sh</command> commands.
+ <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.
</para>
</listitem>
<listitem>
@@ -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>./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>./run.sh</command> commands.
+ <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.
</para>
</listitem>
<listitem>
@@ -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>./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>./run.sh</command> commands.
+ <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.
</para>
</listitem>
<listitem>