[wsas-java-dev] svn commit r124 - in wsas/java/trunk/xdocs: . images

svn at wso2.com svn at wso2.com
Sat Dec 2 08:54:49 PST 2006


Author: chinthaka
Date: Sat Dec  2 08:54:47 2006
New Revision: 124

Added:
   wsas/java/trunk/xdocs/images/set-java-home.jpg   (contents, props changed)
   wsas/java/trunk/xdocs/setting-java-home.html
Modified:
   wsas/java/trunk/xdocs/installation_standalone.html
Log:
- Adding a document explaining setting up JAVA_HOME in windows.
- more improvements to installation standalone doc.



Added: wsas/java/trunk/xdocs/images/set-java-home.jpg
==============================================================================
Binary file. No diff available.

Modified: wsas/java/trunk/xdocs/installation_standalone.html
==============================================================================
--- wsas/java/trunk/xdocs/installation_standalone.html	(original)
+++ wsas/java/trunk/xdocs/installation_standalone.html	Sat Dec  2 08:54:47 2006
@@ -161,7 +161,7 @@
 />
 </p>
 
-<p>Once you add WSO2 WSAS for Java as an NT Service to Windows services you can start
+<p>Once you add WSO2 WSAS for Java as an NT service to Windows services, you can start
 this service from Services in Administrative tools of the Control Panel.</p>
 
 <p><img alt="Figure8:Network service" src="images/service.jpg" /><br />
@@ -176,7 +176,7 @@
   <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 JAVA_HOME environment variable to your Java installation.</li>
+  <li>Set <a href="setting-java-home.html">JAVA_HOME</a> environment variable to your Java installation.</li>
   <li>Execute the WSO2 WSAS starting script. eg:
     C:\wso2wsas-standalone-edition-java- at wso2wsas_version@\bin\wso2wsas.bat</li>
   <li>Check your WSO2 WSAS instance using this URL https://localhost:9443</li>

Added: wsas/java/trunk/xdocs/setting-java-home.html
==============================================================================
--- (empty file)
+++ wsas/java/trunk/xdocs/setting-java-home.html	Sat Dec  2 08:54:47 2006
@@ -0,0 +1,25 @@
+<html>
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+  <title>How to setup JAVA_HOME environment variable in Windows</title>
+  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet" type="text/css"
+  media="all" />
+</head>
+<body>
+<h2>How to setup JAVA_HOME environment variable in Windows</h2>
+
+<p>Please follow the instructions to set up JAVA_HOME environment variable in your computer. First find out the installation folder of Java development kit (JDK) in your machine. Let's assume it is installed in the folder "C:/j2sdk1.4.2"</p>
+
+<ol>
+	<li>Right click on the My Computer icon on your desktop and select properties</li>
+	<li>Click the Advanced Tab</li>
+	<li>Click the Environment Variables button</li>
+	<li>Under System Variable, click New</li>
+	<li>Enter the variable name as JAVA_HOME</li>
+	<li>Enter the variable value as the install path for the Development Kit</li>
+	<li>Click OK</li>
+	<li>Click Apply Changes</li>
+</ol>
+ 
+ <img src="images/set-java-home.jpg" width="802" height="590" alt="" />
+</html>
\ No newline at end of file




More information about the Wsas-java-dev mailing list