[wsas-java-dev] svn commit r125 - wsas/java/trunk/xdocs
svn at wso2.com
svn at wso2.com
Sun Dec 3 06:30:03 PST 2006
Author: chinthaka
Date: Sun Dec 3 06:29:54 2006
New Revision: 125
Modified:
wsas/java/trunk/xdocs/administratorguide.html
wsas/java/trunk/xdocs/archived_news.html
wsas/java/trunk/xdocs/index_docs.html
wsas/java/trunk/xdocs/installation_standalone.html
Log:
Fixing spelling mistakes and improving them.
Modified: wsas/java/trunk/xdocs/administratorguide.html
==============================================================================
--- wsas/java/trunk/xdocs/administratorguide.html (original)
+++ wsas/java/trunk/xdocs/administratorguide.html Sun Dec 3 06:29:54 2006
@@ -14,7 +14,7 @@
v at wso2wsas_version@- Administrator's Guide</h1>
<p>This document will provide you with information & instructions on the
-functionality of WSO2 WSAS for Java Management Console.</p>
+functionality of Management Console of WSO2 WSAS for Java .</p>
<p>Your feedback on WSO2 WSAS for Java is most appreciated. Please send them
to our <a href="index.html#mail">mailing lists</a>.</p>
@@ -72,7 +72,7 @@
<h2>Introduction</h2>
-<p>WSO2 WSAS is a lightweight, high performant integrated Web services
+<p>WSO2 WSAS is a lightweight, high performant and integrated Web services
middleware platform.</p>
<p>To learn more about WSO2 WSAS see <a href="index.html">here.</a></p>
@@ -81,7 +81,7 @@
Web Services Application Server. You can administer/configure your
modules/services as well as monitor the system through this interface.</p>
-<p>WSO2 WSAS for Java Management Console runs on AJAX (Asynchronous
+<p>WSO2 WSAS for Java Management Console runs on <a href="http://en.wikipedia.org/wiki/Ajax_(programming)">AJAX</a> (Asynchronous
Javascript and XML) and SOAP, making it a fast administration tool. All the
functionality is provided by a set of web services exposed by the WSO2
WSAS.</p>
@@ -99,9 +99,9 @@
(for the Standalone Edition) or <a
href="https://localhost:9443/">https://localhost:9443/wso2wsas/</a> (for the
Servlet Edition) if you are using the default settings. This will take you to
-the "Sign In" page of WSO2 WSAS Management Console seen as below.</p>
+the "Sign In" page of WSO2 WSAS Management Console as shown below.</p>
-<p><strong>Note</strong>: WSO2 WSAS has two listeners, HTTP and HTTPS. The
+<p><strong>Note</strong>: WSO2 WSAS has two transport listeners: HTTP and HTTPS. The
HTTP listener opens on port 9762, while the HTTPS listener opens on port
9443, by default. The admin functionality is exposed only via the HTTPS
port.</p>
@@ -175,7 +175,7 @@
explain the small number you see here)</li>
<li>Server Name - The name of the server</li>
<li>Server Version - The version of the above named server</li>
- <li>Server Start Time- The time the server was stared/restarted</li>
+ <li>Server Start Time- The time the server was started/restarted</li>
<li>System Up Time - The time span for which the server has been
running</li>
<li>Memory Allocated - Total JVM memory allocated for this server</li>
@@ -535,7 +535,7 @@
arrays.</p>
</li>
- <p><img alt="Figure:Try Service Operartions"
+ <p><img alt="Figure:Try Service Operations"
src="images/try_operations.jpg" /><br />
</p>
@@ -584,7 +584,7 @@
<strong>module information</strong> such as module ID, version, description
and whether the fact that the module is globally engaged or not.</p>
-<p><img alt="Figure:Module Informaion and Confguration"
+<p><img alt="Figure:Module Information and Configuration"
src="images/qos_module_info.jpg" /><br />
</p>
@@ -881,7 +881,7 @@
of switching ON the SOAP tracing.</p>
<p>Using this SOAP tracer it is possible to see SOAP messages with their
-timestamps, service name, operation invoked and the number of requests to the
+time-stamps, service name, operation invoked and the number of requests to the
server. The most recent SOAP messages are listed on the top. When a
particular SOAP message is selected it's Request and the Response can be
viewed in collapsible/expandable text boxes.</p>
Modified: wsas/java/trunk/xdocs/archived_news.html
==============================================================================
--- wsas/java/trunk/xdocs/archived_news.html (original)
+++ wsas/java/trunk/xdocs/archived_news.html Sun Dec 3 06:29:54 2006
@@ -19,7 +19,7 @@
WSO2 WSAS versions that were released up to the current version.</p>
-<p>[ <a href="http://dist.wso2.org/products/wsas/java">Download All Vesrions</a> ]<p>
+<p>[ <a href="http://dist.wso2.org/products/wsas/java">Download All Versions</a> ]<p>
<h2>Content</h2>
@@ -70,7 +70,7 @@
through your browser or feed aggregator.</li>
<li>Unified browser-based administration makes it simple to configure
reliability, security and other advanced features.</li>
- <li>Available as a standalone lightweight server, or as an embeddable
+ <li>Available as a stand-alone lightweight server, or as an embeddable
server that can run as part of a J2EE compliant servlet container.</li>
<li>Fully open source with the majority of the source available under the
Apache Software License.</li>
@@ -109,7 +109,7 @@
your browser or feed aggregator.</li>
<li>Unified browser-based administration makes it simple to configure
reliability, security and advanced features</li>
- <li>Available as a standalone lightweight server, or embeddable inside IBM
+ <li>Available as a stand-alone lightweight server, or embeddable inside IBM
WebSphere and BEA WebLogic.</li>
<li>Fully open source with the majority of the source available under the
Apache Software License.</li>
Modified: wsas/java/trunk/xdocs/index_docs.html
==============================================================================
--- wsas/java/trunk/xdocs/index_docs.html (original)
+++ wsas/java/trunk/xdocs/index_docs.html Sun Dec 3 06:29:54 2006
@@ -17,14 +17,14 @@
<ul>
<li><a href="installationguide.html">Introduction</a>- Here you will find
an overview on WSO2 WSAS for Java as well as the Installation Guides
- availble for the users</li>
+ available for the users</li>
<li><a href="installation_standalone.html">WSO2 WSAS Standalone Edition</a>-Instructions on installing WSO2 WSAS Standalone Edition for Java</li>
<li><a href="installation_servlet.html">WSO2 WSAS Servlet
Edition</a>-Instructions on installing WSO2 WSAS as part of a J2EE
compliant servlet container</li>
<li><a href="installation_src.html">WSO2 WSAS Source
Distribution</a>-Instructions on building WSO2 WSAS using the source
- ditribution</li>
+ distribution</li>
<li><a href="keys.html">Changing WSO2 WSAS Crypto Keys</a>-Instructions to
change the WSO2 WSAS SSL certificate</li>
</ul>
@@ -54,7 +54,7 @@
<li><a href="../samples/Chad/xdocs/chadguide.html">Chad Sample
Guide</a>-How to deploy and run the Chad sample</li>
<li><a href="../samples/TinyURL/xdocs/tiny_url_sample.html">TinyURL Sample
- Guide</a>-Will demontrate the ability of WSO2 WSAS handling both SOAP and
+ Guide</a>-Will demonstrate the ability of WSO2 WSAS handling both SOAP and
REST by developing a Web service from which we can obtain shorter URLs
when we submit a longer URL</li>
<li><a
Modified: wsas/java/trunk/xdocs/installation_standalone.html
==============================================================================
--- wsas/java/trunk/xdocs/installation_standalone.html (original)
+++ wsas/java/trunk/xdocs/installation_standalone.html Sun Dec 3 06:29:54 2006
@@ -202,7 +202,7 @@
export command or by editing /etc/profile. eg : export
JAVA_HOME="/opt/j2sdk"</li>
<li>Execute the WSO2 WSAS starting script. eg: cd
- /opt/wso2wsas-stanalone-edition-java- at wso2wsas_version/bin; sh wso2wsas.sh</li>
+ /opt/wso2wsas-standalone-edition-java- at wso2wsas_version/bin; sh wso2wsas.sh</li>
<li>Check your WSO2 WSAS instance using this URL https://localhost:9443</li>
</ol>
<!--<h3>Troubleshooting Installation</h3>-->
More information about the Wsas-java-dev
mailing list