Author: sradvan
Date: 2008-12-03 23:27:31 -0500 (Wed, 03 Dec 2008)
New Revision: 12344
Modified:
docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml
Log:
change instances of directoryname from EnterprisePlatform to EnterprisePortalPlatform
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml 2008-12-04
04:00:19 UTC (rev 12343)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Post_Installation.xml 2008-12-04
04:27:31 UTC (rev 12344)
@@ -14,8 +14,8 @@
<para>
Create an environment variable that points to the installation directory
(<filename>JBOSS_DIST/jboss-as</filename>) and call it
<literal>JBOSS_HOME</literal>. Add
<literal>$JBOSS_HOME/bin</literal> to the system path to be able to run the
server from the command line. You can do this by adding the following lines to the
<filename>.bashrc</filename> file in your home directory.
<programlisting>
-#In this example /home/vrenish/EnterprisePlatform-4.3.0/jboss-as is the installation
directory.
- export JBOSS_HOME=/home/vrenish/EnterprisePlatform-4.3.0/jboss-as
+#In this example /home/vrenish/EnterprisePortalPlatform-4.3.0/jboss-as is the
installation directory.
+ export JBOSS_HOME=/home/vrenish/EnterprisePortalPlatform-4.3.0/jboss-as
export PATH=$PATH:$JBOSS_HOME/bin
</programlisting>
Set this variable for the user account(s) that will run the server.
@@ -26,7 +26,7 @@
On Microsoft Windows
</title>
<para>
- Create an environment variable called <literal>JBOSS_HOME</literal> that
points to the installation directory, for example: C:\Program
Files\EnterprisePlatform-4.3.0\jboss-as\. In order to run the server from the command line
add the <filename>bin</filename> directory to your path, for example:
C:\Program Files\EnterprisePlatform-4.3.0\jboss-as\bin. To do this, open the Control Panel
from the Start Menu, switch to Classic View if necessary, open the System Control Panel
applet, select the Advanced Tab, and click on the Environment Variables button.
+ Create an environment variable called <literal>JBOSS_HOME</literal> that
points to the installation directory, for example: C:\Program
Files\EnterprisePortalPlatform-4.3.0\jboss-as\. In order to run the server from the
command line add the <filename>bin</filename> directory to your path, for
example: C:\Program Files\EnterprisePortalPlatform-4.3.0\jboss-as\bin. To do this, open
the Control Panel from the Start Menu, switch to Classic View if necessary, open the
System Control Panel applet, select the Advanced Tab, and click on the Environment
Variables button.
</para>
</formalpara>
</section>
Show replies by date