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/24 07:15:08 UTC

svn commit: r578656 - in /webservices/rampart/trunk/c: project.properties xdocs/docs/installationguide.html

Author: kaushalye
Date: Sun Sep 23 22:15:03 2007
New Revision: 578656

URL: http://svn.apache.org/viewvc?rev=578656&view=rev
Log:
Updates on Rampart/C website

Modified:
    webservices/rampart/trunk/c/project.properties
    webservices/rampart/trunk/c/xdocs/docs/installationguide.html

Modified: webservices/rampart/trunk/c/project.properties
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/project.properties?rev=578656&r1=578655&r2=578656&view=diff
==============================================================================
--- webservices/rampart/trunk/c/project.properties (original)
+++ webservices/rampart/trunk/c/project.properties Sun Sep 23 22:15:03 2007
@@ -14,7 +14,7 @@
 # limitations under the License.
 # -------------------------------------------------------------------
 
-rampartc_version=0.90
+rampartc_version=1.0.0
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.includeProjectDocumentation=no

Modified: webservices/rampart/trunk/c/xdocs/docs/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/xdocs/docs/installationguide.html?rev=578656&r1=578655&r2=578656&view=diff
==============================================================================
--- webservices/rampart/trunk/c/xdocs/docs/installationguide.html (original)
+++ webservices/rampart/trunk/c/xdocs/docs/installationguide.html Sun Sep 23 22:15:03 2007
@@ -61,9 +61,13 @@
       <li>export AXIS2C_HOME</li>
     </ul>
   </li>
-  <li>Copy modules/rampart to $AXIS2C_HOME/modules
+  <li>Copy modules/rampart to $AXIS2C_HOME/modules
+  <li>Copy samples/server/sec_echo to $AXIS2C_HOME/services/
   <li>Engage Rampart/C as specified in the section <a href="#engage">Engage Rampart/C with Axis2/C</a>
-  <li>Start the server and run the client to consume the secured service
+  <li>Go to samples/client/sec_echo/ and deploy the client repo
+	<pre>%sh deploy_client_repo.sh</pre>
+   <li>Go to samples/secpolicy/ and try a scenario
+	<pre> %sh test_scen.sh scenarioX server-port</pre>
 </ol>
 <a id="linux_source"></a>
 
@@ -87,7 +91,7 @@
       <li>This can be done using the following command sequence, in the
         directory where you have extracted the source:
         <ul>
-          <li>./configure</li>
+          <li>./configure --prefix=${AXIS2C_HOME} --enable-static=no --with-axis2=${AXIS2C_HOME}/include/axis2-1.1</li>
           <li>make</li>
           <li>make install</li>
         </ul>
@@ -97,7 +101,14 @@
     </ul>
   </li>
   <li>Engage Rampart/C as specified in the section <a href="#engage">Engage Rampart/C with Axis2/C</a>
-  <li>Start the server and run the client to consume the secured service
+  <li>If you need to try samples,first you need to build them. Go to samples and run the script build.sh
+	<pre>
+	%sh build.sh
+	</pre>
+  <li>Then go to  samples/secpolicy and try a scenario
+	<pre>
+	%sh test_scen.sh scenarioX server-port
+	</pre>
 </ol>
 <a id="win"></a>
 
@@ -158,7 +169,14 @@
     variable to vcvars32.bat if MS Windows gives an error indicating that it
     cannot find this batch file. This file is located in &lt;your MS Visual
     Studio install Directory&gt;\VC\bin directory.)</p>
-  </li>
+  </li>
+  <li>Set the patameters in the configure.in
+	<ul>
+	   <li>AXIS2_BIN_DIR = path/to/where/you/have/installed/axis2</li>
+           <li>OPENSSL_BIN_DIR = path/to/where/you/have/installed/openssl</li>
+           <li>DEBUG = 1 if enabled, 0 otherwise</li>
+	</ul>
+   </li>
   <li>To build the system and create the binary files in a directory named
     deploy under the build directory,
     <ul>