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:40 UTC

svn commit: r579280 - in /webservices/rampart/trunk/c: INSTALL samples/secpolicy/scenario2/services.xml xdocs/docs/installationguide.html

Author: kaushalye
Date: Tue Sep 25 07:50:38 2007
New Revision: 579280

URL: http://svn.apache.org/viewvc?rev=579280&view=rev
Log:
Sync with the tag 1.0.0

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

Modified: webservices/rampart/trunk/c/INSTALL
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/INSTALL?rev=579280&r1=579279&r2=579280&view=diff
==============================================================================
--- webservices/rampart/trunk/c/INSTALL (original)
+++ webservices/rampart/trunk/c/INSTALL Tue Sep 25 07:50:38 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/trunk/c/samples/secpolicy/scenario2/services.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/secpolicy/scenario2/services.xml?rev=579280&r1=579279&r2=579280&view=diff
==============================================================================
--- webservices/rampart/trunk/c/samples/secpolicy/scenario2/services.xml (original)
+++ webservices/rampart/trunk/c/samples/secpolicy/scenario2/services.xml Tue Sep 25 07:50:38 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/trunk/c/xdocs/docs/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/xdocs/docs/installationguide.html?rev=579280&r1=579279&r2=579280&view=diff
==============================================================================
--- webservices/rampart/trunk/c/xdocs/docs/installationguide.html (original)
+++ webservices/rampart/trunk/c/xdocs/docs/installationguide.html Tue Sep 25 07:50:38 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>