You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ka...@apache.org on 2007/09/25 16:50:04 UTC

svn commit: r579277 - in /webservices/rampart/tags/c/1.0.0: INSTALL samples/secpolicy/scenario2/services.xml samples/secpolicy/scenario5/services.xml xdocs/docs/installationguide.html

Author: kaushalye
Date: Tue Sep 25 07:50:03 2007
New Revision: 579277

URL: http://svn.apache.org/viewvc?rev=579277&view=rev
Log:
Updating doc issues

Modified:
    webservices/rampart/tags/c/1.0.0/INSTALL
    webservices/rampart/tags/c/1.0.0/samples/secpolicy/scenario2/services.xml
    webservices/rampart/tags/c/1.0.0/samples/secpolicy/scenario5/services.xml
    webservices/rampart/tags/c/1.0.0/xdocs/docs/installationguide.html

Modified: webservices/rampart/tags/c/1.0.0/INSTALL
URL: http://svn.apache.org/viewvc/webservices/rampart/tags/c/1.0.0/INSTALL?rev=579277&r1=579276&r2=579277&view=diff
==============================================================================
--- webservices/rampart/tags/c/1.0.0/INSTALL (original)
+++ webservices/rampart/tags/c/1.0.0/INSTALL Tue Sep 25 07:50:03 2007
@@ -29,9 +29,10 @@
 1. Copy modules/rampart to $AXIS2C_HOME/modules
 2. Copy samples/server/sec_echo to $AXIS2C_HOME/services/
 3. Engage rampart as described in section "Engaging Rampart/C with axis2/C"
-4. Go to samples/client/sec_echo/ and deploy the client repo 
+4. Copy samples/* to $AXIS2C_HOME/bin/samples/rampart. This will copy callback modules etc.
+5. Go to samples/client/sec_echo/ and deploy the client repo 
     %sh deploy_client_repo.sh
-5. Go to samples/secpolicy/ and try a scenario
+6. Go to samples/secpolicy/ and try a scenario
     %sh test_scen.sh scenarioX server-port
 
 Getting Rampart/C source working on Win32

Modified: webservices/rampart/tags/c/1.0.0/samples/secpolicy/scenario2/services.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/tags/c/1.0.0/samples/secpolicy/scenario2/services.xml?rev=579277&r1=579276&r2=579277&view=diff
==============================================================================
--- webservices/rampart/tags/c/1.0.0/samples/secpolicy/scenario2/services.xml (original)
+++ webservices/rampart/tags/c/1.0.0/samples/secpolicy/scenario2/services.xml Tue Sep 25 07:50:03 2007
@@ -48,8 +48,8 @@
                 <rampc:RampartConfig xmlns:rampc="http://ws.apache.org/rampart/c/policy">
                     <rampc:User>Bob</rampc:User>
                     <rampc:PasswordType>Digest</rampc:PasswordType>
-                    <rampc:AuthnModuleName>AXIS2C_HOME/bin/samples/rampart/authn_provider/libauthn.so</rampc:AuthnModuleName>
-                    <!--rampc:PasswordCallbackClass>AXIS2C_HOME/bin/samples/rampart/callback/libpwcb.so</rampc:PasswordCallbackClass-->
+                    <!--rampc:AuthnModuleName>AXIS2C_HOME/bin/samples/rampart/authn_provider/libauthn.so</rampc:AuthnModuleName-->
+                    <rampc:PasswordCallbackClass>AXIS2C_HOME/bin/samples/rampart/callback/libpwcb.so</rampc:PasswordCallbackClass>
                 </rampc:RampartConfig>
             </wsp:All>
         </wsp:ExactlyOne>

Modified: webservices/rampart/tags/c/1.0.0/samples/secpolicy/scenario5/services.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/tags/c/1.0.0/samples/secpolicy/scenario5/services.xml?rev=579277&r1=579276&r2=579277&view=diff
==============================================================================
--- webservices/rampart/tags/c/1.0.0/samples/secpolicy/scenario5/services.xml (original)
+++ webservices/rampart/tags/c/1.0.0/samples/secpolicy/scenario5/services.xml Tue Sep 25 07:50:03 2007
@@ -75,7 +75,7 @@
                     <rampc:ReceiverCertificate>AXIS2C_HOME/bin/samples/rampart/keys/bhome/alice_cert.cert</rampc:ReceiverCertificate>
                     <rampc:Certificate>AXIS2C_HOME/bin/samples/rampart/keys/bhome/bob_cert.cert</rampc:Certificate>
                     <rampc:PrivateKey>AXIS2C_HOME/bin/samples/rampart/keys/bhome/bob_key.pem</rampc:PrivateKey>
-                    <rampc:ReplayDetection>3</rampc:ReplayDetection>
+                    <!--rampc:ReplayDetection>3</rampc:ReplayDetection-->
                 </rampc:RampartConfig>
             </wsp:All>
         </wsp:ExactlyOne>

Modified: webservices/rampart/tags/c/1.0.0/xdocs/docs/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/rampart/tags/c/1.0.0/xdocs/docs/installationguide.html?rev=579277&r1=579276&r2=579277&view=diff
==============================================================================
--- webservices/rampart/tags/c/1.0.0/xdocs/docs/installationguide.html (original)
+++ webservices/rampart/tags/c/1.0.0/xdocs/docs/installationguide.html Tue Sep 25 07:50:03 2007
@@ -62,7 +62,8 @@
     </ul>
   </li>
   <li>Copy modules/rampart to $AXIS2C_HOME/modules
-  <li>Copy samples/server/sec_echo to $AXIS2C_HOME/services/
+  <li>Copy samples/server/sec_echo to $AXIS2C_HOME/services/
+  <li>Copy samples/* to $AXIS2C_HOME/bin/samples/rampart. This will copy callback modules etc
   <li>Engage Rampart/C as specified in the section <a href="#engage">Engage Rampart/C with Axis2/C</a>
   <li>Go to samples/client/sec_echo/ and deploy the client repo
 	<pre>%sh deploy_client_repo.sh</pre>
@@ -127,8 +128,8 @@
   <li>Extract the binary distribution to a folder of your choice. (example:
     C:\rampartc).</li>
   <li>Copy modules\rampart to %AXIS2C_HOME%\modules.</li>
-  <li>Engage Rampart/C as specified in the section <a href="#engage">Engage Rampart/C with Axis2/C</a>.
-  <li>Copy samples\server\sec_echo to %AXIS2C_HOME%\services </li>
+  <li>Engage Rampart/C as specified in the section <a href="#engage">Engage Rampart/C with Axis2/C</a>.
+  <li>Copy samples\server\sec_echo to %AXIS2C_HOME%\services </li>
   <li>Start the axis2_http_server and run the echo client in the samples\client\sec_echo to consume the secured service.
 </ol>
 <a id="bin_run"></a>