Author: upul
Date: Mon Jan 21 07:57:50 2008
New Revision: 12648
Log:
doc - updated installation guide, removed run-service.bat
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/installationguide.html
branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/BUILDING
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/installationguide.html
==============================================================================
---
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/installationguide.html
(original)
+++
branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/installationguide.html
Mon Jan 21 07:57:50 2008
@@ -51,16 +51,16 @@
href="http://dist.wso2.org/products/esb/java/1.5/">download</a>.</p>
<p>1. Binary Distribution : Includes binary files for both MS Windows and
-Linux operating systems as a Zip file. Recommended for normal users.</p>
+Linux operating systems as a zip file. Recommended for normal users.</p>
-<p>2. Source Distribution : Includes the source for both MS Windows (.zip)
-and Linux (tar.gz) operating systems that is used to build the binary files.
+<p>2. Source Distribution : Includes the source for both MS Windows and Linux
+operating systems as a zip file that is used to build the binary files.
Recommended for more advanced users.</p>
<h2 id="Installing">Installing and Running WSO2 ESB using the Binary
Distribution</h2>
-<h3 id="Prerequisi">Pre-requisites</h3>
+<h3 id="Prerequisi">Prerequisites</h3>
<p></p>
@@ -148,7 +148,7 @@
export command or by editing /etc/profile, and add the Java /bin
directory to your PATH</li>
<li>Execute the WSO2 ESB start script or the daemon script from the bin
- directory. Example, ./wso2-esb.sh OR ./wso2-esb-daemon.sh start OR
+ directory. e.g. ./wso2-esb.sh OR ./wso2-esb-daemon.sh start OR
./wso2-esb-daemon.sh console</li>
<li>Check your WSO2 ESB instance using the URL https://localhost:9443/esb
which will take you to the WSO2 ESB Management Console.</li>
@@ -167,8 +167,8 @@
<li>Set the <a href="setting-java-home.html">JAVA_HOME</a> environment
variable to your Java installation, and the PATH environment variable to
the Java /bin directory.</li>
- <li>Execute the WSO2 ESB start script or the service script from the bin
- folder.. e.g. wso2-esb.bat OR run-wso2-esb-service.bat</li>
+ <li>Execute the WSO2 ESB start script from the bin folder. e.g.
+ wso2-esb.bat</li>
<li>If you would like to install the WSO2 ESB as a Windows service, use the
install-wso2-esb-service.bat script</li>
<li>Check your WSO2 ESB instance using the URL https://localhost:9443/esb
@@ -178,7 +178,7 @@
<h2 id="Building">Building WSO2 ESB Using the Source Distribution</h2>
-<h3 id="Prerequisi1">Pre-requisites</h3>
+<h3 id="Prerequisi1">Prerequisites</h3>
<p></p>
@@ -214,7 +214,7 @@
<p><strong>Maven:</strong></p>
<p>The WSO2 ESB build is based on <a href="http://maven.apache.org/">Apache
-Maven</a>. Hence, it is a pre-requisite to have Maven (version 2.0.6) and JDK
+Maven</a>. Hence, it is a prerequisite to have Maven (version 2.0.6) and JDK
(version 1.5.x) installed in order to build WSO2 ESB from the source
distribution. Extensive instructions on Maven builds are available on the
Maven site.</p>
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/BUILDING
==============================================================================
---
branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/BUILDING
(original)
+++
branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/BUILDING
Mon Jan 21 07:57:50 2008
@@ -1,4 +1,4 @@
-Building WSO2 ESB from Source
+Building WSO2 ESB from the source
Requirements
============
@@ -9,6 +9,6 @@
To build the WSO2 ESB distribution type
- mvn clean install -Drelease
+ mvn clean install
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev