Author: azeez
Date: Tue Jun 10 02:33:40 2008
New Revision: 18279
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18279

Log:

updating FAQs



Modified:
   branches/wsas/java/2.3/wsas/modules/documentation/src/site/xdoc/faqs.xml

Modified: 
branches/wsas/java/2.3/wsas/modules/documentation/src/site/xdoc/faqs.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/wsas/java/2.3/wsas/modules/documentation/src/site/xdoc/faqs.xml?rev=18279&r1=18278&r2=18279&view=diff
==============================================================================
--- branches/wsas/java/2.3/wsas/modules/documentation/src/site/xdoc/faqs.xml    
(original)
+++ branches/wsas/java/2.3/wsas/modules/documentation/src/site/xdoc/faqs.xml    
Tue Jun 10 02:33:40 2008
@@ -31,17 +31,17 @@
     <li><a href="#q3"> Why do I see two endpoints listed for my service in the 
Service Information Page?</a></li>
     <li><a href="#q4">When a module is uploaded @server_short_name@ asks me to 
restart the server. Why is this necessary ?</a></li>
     <li><a href="#q5">I cannot monitor the messages using the tracer! What's 
wrong?</a></li>
-    <li><a href="#q7">How can I change @server_short_name@ SSL 
certificate?</a></li>
-    <li><a href="#q8">How do I run @server_short_name@ as a Unix 
daemon?</a></li>
-    <li><a href="#q9">On Sun Solaris, when I start @server_short_name@, I get 
a security exception. How do I rectify this?</a></li>
-    <li><a href="#q10">When I start @server_short_name@, I get a security 
exception. How do I rectify this?</a></li>
-    <li><a href="#q11">How do I run @server_short_name@ behind an Apache HTTPD 
proxy server?</a></li>
-    <li><a href="#q12">How to Set up the JAVA_HOME Environment Variable on 
Windows?</a></li>
-    <li><a href="#q13">How do I disable the WSAS console when I deploy it on 
my production server?</a></li>
+    <li><a href="#q6">How can I change @server_short_name@ SSL 
certificate?</a></li>
+    <li><a href="#q7">How do I run @server_short_name@ as a Unix 
daemon?</a></li>
+    <li><a href="#q8">On Sun Solaris, when I start @server_short_name@, I get 
a security exception. How do I rectify this?</a></li>
+    <li><a href="#q9">When I start @server_short_name@, I get a security 
exception. How do I rectify this?</a></li>
+    <li><a href="#q10">How do I run @server_short_name@ behind an Apache HTTPD 
proxy server?</a></li>
+    <li><a href="#q11">How to Set up the JAVA_HOME Environment Variable on 
Windows?</a></li>
+    <li><a href="#q12">How do I disable the WSAS console when I deploy it on 
my production server?</a></li>
 </ol>
 <hr/>
 
-<a name="q1"/>    
+<a name="q1"/>
 <p><strong>Q1: Some views of the Management Console are garbled for me. Why
 and how do I avoid this?</strong><br />
 A1: @server_short_name@ Management Console only supports IE 6.0 and upwards,
@@ -71,7 +71,7 @@
 hence the @server_short_name@ server does not allow the modules to be hot
 deployed. The server must be restarted to make the modules active.</p>
 <hr />
-    
+
 <a name="q5"/>
 <p><strong>Q5: I cannot monitor the messages using the tracer! What's
 wrong?</strong><br />
@@ -80,15 +80,15 @@
 Management Console.</p>
 <hr />
 
-<a name="q7"/>
-<p><strong>Q7: How can I change @server_short_name@ SSL
+<a name="q6"/>
+<p><strong>Q6: How can I change @server_short_name@ SSL
 certificate?</strong><br />
 A7: Please refer to <a href="keys.html">How To Change
 @server_short_name@ Crypto Keys</a></p>
 <hr />
 
-<a name="q8"/>
-<p><strong>Q8: How do I run @server_short_name@ as a Unix daemon?</strong><br 
/>
+<a name="q7"/>
+<p><strong>Q7: How do I run @server_short_name@ as a Unix daemon?</strong><br 
/>
 A8: $WSO2WSAS_HOME/bin/daemon.sh start - Start the daemon <br/>
     $WSO2WSAS_HOME/bin/daemon.sh stop  - Stop the daemon <br/>
     $WSO2WSAS_HOME/bin/daemon.sh restart - Restart the daemon <br/><br/>
@@ -101,8 +101,8 @@
 </p>
 <hr />
 
-<a name="q9"/>
-<p><strong>Q9. On Sun Solaris, when I start @server_short_name@, I get a 
security exception.
+<a name="q8"/>
+<p><strong>Q8. On Sun Solaris, when I start @server_short_name@, I get a 
security exception.
     How do I rectify this?</strong><br/>
 A9. Locate the $JAVA_HOME/jre/lib/security/java.security file, and go to the 
section titled
     "List of providers and their preference orders" in this file. Add a new 
provider as follows: <br/>
@@ -112,8 +112,8 @@
 </p>
 <hr />
 
-<a name="q10"/>
-<p><strong>Q10. When I start @server_short_name@, I get a security exception.
+<a name="q9"/>
+<p><strong>Q9. When I start @server_short_name@, I get a security exception.
     How do I rectify this?</strong><br/>
 A10. Here is one possible fix. Locate the 
$JAVA_HOME/jre/lib/security/java.security file, and go to the section titled
     "List of providers and their preference orders" in this file. Add a new 
provider as follows: <br/>
@@ -123,18 +123,19 @@
 </p>
 <hr />
 
-<a name="q11"/>
-<p><strong>Q11: How do I run @server_short_name@ behind an Apache HTTPD proxy 
server?</strong><br />
+<a name="q10"/>
+<p><strong>Q10: How do I run @server_short_name@ behind an Apache HTTPD proxy 
server?</strong><br />
 A11: Please see <a href="proxy_guide.html">Running Behind a Proxy 
Server</a></p>
 <hr />
 
-<a name="q12"/>
-<p><strong>Q12. How to Set up the JAVA_HOME Environment Variable on 
Windows</strong></br>
-    
+<a name="q11"/>
+<p><strong>Q11. How to Set up the JAVA_HOME Environment Variable on 
Windows</strong><br/>
+
     A12. Please follow the instructions to set up the JAVA_HOME environment
     variable in your computer. First locate the installation folder of the Java
     development kit (JDK) in your machine. Let us assume it is installed in the
-    folder "C:/j2sdk1.4.2"</p>
+    folder "C:/j2sdk1.4.2"
+    </p>
 <ol>
     <li>Right-click on the My Computer icon on your desktop and then click
         Properties.
@@ -149,13 +150,13 @@
     <li>Click OK.</li>
     <li>Click Apply Changes.</li>
 </ol>
+    <p>
 <img src="images/set-java-home.jpg" width="802" height="590" alt=""></img>
-
-<br/>
+    </p>
 <hr />
 
-<a name="q13"/>
-<p><strong>Q13. How do I disable the WSAS console when I deploy it on my 
production server?</strong></p>
+<a name="q12"/>
+<p><strong>Q12. How do I disable the WSAS console when I deploy it on my 
production server?</strong></p>
 <p>A13. Follow these steps to disable the Management Console</p>
 <ol>
     <li>Locate WSO2WSAS_HOME/conf/server.xml</li>
@@ -183,6 +184,5 @@
 </ol>
 <br/>
 <hr />
-
 </body>
 </html>

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

Reply via email to