[wsas-java-dev] svn commit r274 - wsas/java/trunk/xdocs
svn at wso2.com
svn at wso2.com
Thu Dec 21 21:08:02 PST 2006
Author: chatra
Date: Thu Dec 21 21:08:02 2006
New Revision: 274
Modified:
wsas/java/trunk/xdocs/administratorguide.html
Log:
added infor about IE 6 and ActiveX controls
Modified: wsas/java/trunk/xdocs/administratorguide.html
==============================================================================
--- wsas/java/trunk/xdocs/administratorguide.html (original)
+++ wsas/java/trunk/xdocs/administratorguide.html Thu Dec 21 21:08:02 2006
@@ -67,6 +67,7 @@
<li><a href="#register">Register</a></li>
</ul>
</li>
+ <li><a href="#browser_settings">Browser Specific Settings</a></li>
</ul>
<a id="intro"></a>
@@ -81,11 +82,17 @@
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 <a href="http://en.wikipedia.org/wiki/Ajax_(programming)">AJAX</a> (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>
+<p>Before going through the functionality, we recommend you read the <a
+href="#browser_settings">Web Browser Specific Settings</a> section to ensure
+you have access to full list of features WSO2 WSAS AJAX Management console
+have to offer through your Web browser.</p>
+
<p>The functionality of this Management Console is described in detail
below.</p>
<a id="signin"></a>
@@ -101,17 +108,17 @@
Servlet Edition) if you are using the default settings. This will take you to
the "Sign In" page of WSO2 WSAS Management Console as shown below.</p>
-<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>
+<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>
-<p>Read all WSO2 WSAS for Java <strong>documents</strong> by pointing your
-Web browser to <a
+<p>You can now read all WSO2 WSAS for Java <strong>documents</strong> by
+pointing your Web browser to <a
href="https://localhost:9443/docs">https://localhost:9443/docs</a> (for the
Standalone Edition) or <a
href="https://localhost:9443/docs">https://localhost:9443/wso2wsas/docs</a>
-(for the Servlet Edition) if you are using the default settings</p>
+(for the Servlet Edition) if you are using the default settings.</p>
<p><img alt="Figure:Sign-In Page" src="images/sign_in.jpg" /><br />
</p>
@@ -520,14 +527,14 @@
and Lower section displays the response. Once the user hits the "Try"
button, the script executes, and "Table Reset" button reset the request
table. <!--<p><strong>Note</strong>: If you are using Mozilla Firefox 1.5.0 or above
- Web browser, and you are using a loop back address (127.0.0.1or
- localhost), while you are connected to a network, in other words, have
- your own machine IP, then you have to point you browser to your machine
- IP (for example, https://192.168.1.250:9443) and resign-in to WSAS
- management console before trying out the above "Try its". This is because
- of Firefox security restrictions on machines connected to a network. If
- you only have a machine IP none of these restrictions are applied and you
- can "Try it" without having to resign-in.</p>-->
+ Web browser, and you are using a loop back address (127.0.0.1or
+ localhost), while you are connected to a network, in other words, have
+ your own machine IP, then you have to point you browser to your machine
+ IP (for example, https://192.168.1.250:9443) and resign-in to WSAS
+ management console before trying out the above "Try its". This is because
+ of Firefox security restrictions on machines connected to a network. If
+ you only have a machine IP none of these restrictions are applied and you
+ can "Try it" without having to resign-in.</p>-->
<p><strong>Note</strong>: The XTML client features are still at an
experimental stage. It has successfully been tested for simple types,
@@ -535,8 +542,8 @@
arrays.</p>
</li>
- <p><img alt="Figure:Try Service Operations"
- src="images/try_operations.jpg" /><br />
+ <p><img alt="Figure:Try Service Operations" src="images/try_operations.jpg"
+ /><br />
</p>
<p><strong>Figure: Try Service Operations</strong></p>
@@ -635,8 +642,8 @@
<li><a href="#users">User Management</a> - Create new users, assign roles
to users and edit existing users.</li>
<!--<li><a href="admin">Administrator Management</a> - Create new administrators,
- edit existing administrators who administer the WSO2 WSAS Management
- Console.</li>-->
+ edit existing administrators who administer the WSO2 WSAS Management
+ Console.</li>-->
</ol>
<p><img alt="Figure:Security Management Main Page" src="images/users.jpg"
@@ -881,8 +888,8 @@
of switching ON the SOAP tracing.</p>
<p>Using this SOAP tracer it is possible to see SOAP messages with their
-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
+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>
@@ -938,5 +945,22 @@
</p>
<p><strong>Figure: Registration Page</strong></p>
+<a id="browser_settings"></a>
+
+<h2>Web Browser Specific Settings</h2>
+
+<p>This section will give you configuration information that is specific to
+the Web browser you use to point to the WSO2 WSAS for Java AJAX Management
+Console.</p>
+
+<h3>Internet Explorer 6 : </h3>
+
+<p>AJAX engines make use of an XMLHttpRequst object to exchange data
+asynchronously with remote servers. In Internet Explorer 6, this object is
+implemented with ActiveX rather than native JavaScript, which requires that
+ActiveX be enabled to run WSO2 WSAS for Java Management Console. </p>
+
+<p>Once you have configured your Web browser as above, see <a
+href="#signin">Signing In</a> section on how to access Management Console.</p>
</body>
</html>
More information about the Wsas-java-dev
mailing list