Author: azeez
Date: Thu Jan 17 07:56:48 2008
New Revision: 12424

Log:

Updating installation guide



Modified:
   trunk/wsas/java/modules/documentation/src/site/xdoc/installation_guide.xml

Modified: 
trunk/wsas/java/modules/documentation/src/site/xdoc/installation_guide.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/installation_guide.xml  
(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/installation_guide.xml  
Thu Jan 17 07:56:48 2008
@@ -56,8 +56,7 @@
 <ul>
   <li><a href="#Installing">Installing on Microsoft Windows</a>
     <ul>
-      <li><a href="#Running">Running the Installation Wizard</a></li>
-      <li><a href="#Installing1">Installing using Binary Distribution</a></li>
+       <li><a href="#Installing1">Installing as an NT service using Binary 
Distribution</a></li>
     </ul>
   </li>
   <li><a href="#Installing2">Installing on Linux</a>
@@ -67,7 +66,7 @@
       <li><a href="#Troublesho">Troubleshooting Installation</a></li>
     </ul>
   </li>
-  <li><a href="#Modify">Modify/ Repair/ Remove Installation</a></li>
+  <li><a href="#Modify">Remove Installation</a></li>
   <li><a href="#Accessing">Accessing the Management Console</a></li>
 </ul>
 
@@ -169,117 +168,58 @@
 <h1>Installing WSO2 Web Services Application Server [EMAIL PROTECTED]@ in
 the Standalone Mode</h1>
 <a name="win"></a> 
-
+<a name="Installing1"/>
 <h2 id="Installing">Installing on Microsoft Windows</h2>
 
 <p><strong>Note</strong>: The WSO2 WSAS, [EMAIL PROTECTED]@ release has been
 successfully tested only on Windows XP.</p>
 
-<p>There are two methods of installation on the MS Windows operating
-system.</p>
-<ol>
-  <li><a href="#wizard">Using the Installation Wizard</a> (WSO2 WSAS for
-    Java, [EMAIL PROTECTED]@ Setup wizard)</li>
-  <li><a href="#win_binary">Using the Binary Distribution</a></li>
-</ol>
-<a name="wizard"></a> 
-
-<h3 id="Running">Running the Installation Wizard</h3>
-
-<p><a
-href="http://dist.wso2.org/products/wsas/java/@wso2wsas_version@";>Download</a>
-the [EMAIL PROTECTED]@.msi</p>
-
-<p>Execute the .msi and follow the instructions on the WSO2 WSAS ,
[EMAIL PROTECTED]@ Setup wizard</p>
-
-<p>The first page of the installation wizard is as follows.</p>
-
-<p>
-       <br/><br/>
-       <img alt="Figure1:Installation Wizard Page1" 
src="images/installer1.jpg"/>
-    <br/><br/>
+<p>You can use the install.bat file in the WSAS distribution to install WSAS 
as a Windows NT service.
+This installation script is available at WSO2WSAS_HOME/bin.
 </p>
 
-<p>Click Next. It will lead you to the End-User License Agreement.</p>
-
-<p>
-       <br/><br/>
-       <img alt="Figure2:Installation Wizard Page2-EULA" 
src="images/installer2.jpg" />
-    <br/><br/>
-</p>
-
-<p>Select the check box to accept the terms in the license agreement; this
-will enable the Next button. Click Next to move to the Custom Setup page
-shown below. Custom Setup will allow you to select the features you want to
-install.</p>
-<p>
-       <br/><br/>
-       <img alt="Figure2:Installation Wizard 
Page3-Custom"src="images/custom_install.jpg" />
-    <br/><br/>
-</p>
-<p><br />
-</p>
-<p>On the next screen you'll be shown the custom installation features select 
section. </p>
-<p>
-       <br/><br/>
-           <img alt="Figure2:Installation Wizard Page3-Browse for Location" 
src="images/custom_install2.jpg" />
-    <br/><br/>
-</p>
-<p>Click Next on the Custom Setup Page to move to
-the Ready to Install page displayed below. Click Install. WSO2 WSAS,
[EMAIL PROTECTED]@ will be installed in your computer.</p>
-
-<p>
-       <br/><br/>
-       <img alt="Figure6:Installation Wizard Page5-Ready to install" 
src="images/installer5.jpg" />
-       <br/><br/>   
-</p>
-
-<p>Once the installation is complete and the setup exits, click Finish on the
-WSAS setup wizard. You willl be able to view WSO2 WSAS on the programs list of
-the Start menu of Windows. A shortcut to WSO2 WSAS , [EMAIL PROTECTED]@ will
-also appear on the Desktop.</p>
-
-<p>On the programs list of the Start menu, WSO2 WSAS will have the following
-options :</p>
-<ul>
-  <li>Start the server</li>
-  <li>Add server as a Network (NT) Service to Windows Services</li>
-  <li>Remove WSO2 WSAS service from Windows Services</li>
+<p>Here are the steps:</p>
+<ul>
+    <li><a
+    
href="http://dist.wso2.org/products/wsas/java/@wso2wsas_version@";>Download</a>
+    the WSO2 WSAS binary distribution.</li>
+  <li>Extract the zip archive.</li>
+  <li>Set the <a href="setting_java_home.html">JAVA_HOME</a> environment
+    variable to your Java installation.</li>
+  <li>From the command prompt run bin/install.bat</li>
+  <li>
+<pre>
+###########################################################
+#                                                         #
+#               WSO2 WSAS v2.2 Installation               #
+#                                                         #
+###########################################################
+
+
+Please select your installation mode:
+1) Eclipse WTP Plugin Installation
+2) Servlet Container Installation
+3) Windows NT Service Installation
+4) Windows NT Service Uninstallation
+:
+</pre>
+</li>
+    <li>To install the NT service, type in '3' and press enter</li>
+    <li>That is it! WSAS should have been successully installed</li>
 </ul>
 
-<p>
-       <br/><br/>
-       <img alt="Figure7:Programme on start menu" src="images/programs.jpg" />
-    <br/><br/>
-</p>
-
 <p>Once you add WSO2 WSAS as an NT service to Windows services, you can start
 this service from Services in Administrative tools of the Control Panel.</p>
 
 <p>
        <br/><br/>
-       <img alt="Figure8:Network service" src="images/service.jpg" />
+       <img alt="Network service" src="images/service.jpg" />
     <br/><br/>
 </p>
-<a name="win_binary"></a> 
-
-<h3 id="Installing1">Installing using Binary Distribution</h3>
+<p>
+    Check your WSO2 WSAS instance using the URL https://localhost:9443
+</p>
 
-<p>The following steps will take you through the installation for the MS
-Windows operating system.</p>
-<ol>
-  <li><a
-    
href="http://dist.wso2.org/products/wsas/java/@wso2wsas_version@";>Download</a>
-    the WSO2 WSAS binary distribution.</li>
-  <li>Extract the zip archive.</li>
-  <li>Set the <a href="setting_java_home.html">JAVA_HOME</a> environment
-    variable to your Java installation.</li>
-  <li>Execute the WSO2 WSAS starting script. e.g.,
-    C:[EMAIL PROTECTED]@\bin\wso2wsas.bat</li>
-  <li>Check your WSO2 WSAS instance using the URL https://localhost:9443</li>
-</ol>
 <a name="linux"></a> 
 
 <h2 id="Installing2">Installing on Linux</h2>
@@ -339,24 +279,33 @@
 permission of the run.sh script and set the execution permission.</p>
 <a name="uninstall"></a> 
 
-<h2 id="Modify">Modify/ Repair/ Remove Installation</h2>
+<h2 id="Modify">Remove Installation</h2>
 
-<p>On <strong>MS Windows</strong> systems,</p>
+<p>On <strong>MS Windows</strong> systems, to remove the WSAS Windows NT 
service;</p>
 <ul>
-  <li>Use the "Add or Remove programs" utility on the Control Panel to change
-    or remove the WSO2 WSAS installation
-    <p>or</p>
+  <li>
+      Run the WSO2WSAS_HOME/bin/install.bat file
   </li>
-  <li>Return to [EMAIL PROTECTED]@.msi, execute, and follow the
-    instructions given below.</li>
+    <li>
+<pre>
+###########################################################
+#                                                         #
+#               WSO2 WSAS v2.2 Installation               #
+#                                                         #
+###########################################################
+
+
+Please select your installation mode:
+1) Eclipse WTP Plugin Installation
+2) Servlet Container Installation
+3) Windows NT Service Installation
+4) Windows NT Service Uninstallation
+:
+</pre>
+</li>
+ <li>Type in '4' to uninstall the WSAS Windows NT service</li>
 </ul>
 
-<p>
-       <br/><br/>
-       <img alt="Figure9:modify_repair_remove" src="images/uninstall.jpg" />
-    <br/><br/>
-</p>
-
 <p>In <strong>Debian Linux</strong> systems, use the dpkg utility to remove
 the WSO2 WSAS installation. e.g., dpkg -r [EMAIL PROTECTED]@</p>
 
@@ -380,7 +329,7 @@
 
 <p>
        <br/><br/>
-       <img alt="Figure10:mgtconsole" src="images/sign_in.jpg" />
+       <img alt="mgtconsole" src="images/sign_in.jpg" />
     <br/><br/>
 </p>
 

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to