You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/03/20 05:56:04 UTC

svn commit: r387138 - /webservices/axis2/trunk/java/xdocs/faq.html

Author: ruchithf
Date: Sun Mar 19 20:56:01 2006
New Revision: 387138

URL: http://svn.apache.org/viewcvs?rev=387138&view=rev
Log:
Updating the FAQ as pointed out by Loreno Oliveira


Modified:
    webservices/axis2/trunk/java/xdocs/faq.html

Modified: webservices/axis2/trunk/java/xdocs/faq.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/faq.html?rev=387138&r1=387137&r2=387138&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/faq.html (original)
+++ webservices/axis2/trunk/java/xdocs/faq.html Sun Mar 19 20:56:01 2006
@@ -23,11 +23,15 @@
   </li>
   <li><strong>Integration security tests fail with JDK 1.5</strong></a><br>
 
-    <p>You have to add Bouncy Castle as a JCE provider. Add the following entry to 
-    JDK_HOME/jre/lib/security/java.security file</p>
+    <p>You have to add Bouncy Castle as a JCE provider. Add the following
+entry to java.security file of the appropriate JRE on your machine. This file is 
+available in the lib\security\ directory within the JRE directory.</p>
     <p>security.provider.7=org.bouncycastle.jce.provider.BouncyCastleProvider</p>
     <p>security.provider.# will have to be decided depending on the existing entries 
-    in the java.security file</p>
+    in the java.security file</p>
+    <p>NOTE: For Windows XP the correct version can be found using 'java -version'. The
+correct file is JRE (typically c:\Program
+Files\Java\jre&lt;version&gt;\lib\security\java.security.</p>
   </li>
 </ol>