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 ka...@apache.org on 2006/12/06 10:17:10 UTC

svn commit: r482978 - /webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.sh

Author: kaushalye
Date: Wed Dec  6 01:17:10 2006
New Revision: 482978

URL: http://svn.apache.org/viewvc?view=rev&rev=482978
Log:
Adding easy-to-use script to run the encryption sample client.
The script will copy the latest module to the client repository and then execute the client.

Added:
    webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.sh   (with props)

Added: webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.sh?view=auto&rev=482978
==============================================================================
--- webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.sh (added)
+++ webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.sh Wed Dec  6 01:17:10 2006
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+CLIENT_REPO="$HOME/client_repo"
+
+#INSTALL MODULE to make sure that both server and client have the same module.
+echo "Copying latest module to client_repo"
+cp -r $AXIS2C_HOME/modules/rampart $CLIENT_REPO/
+
+#RUN
+./echo http://localhost:9090/axis2/services/echo $CLIENT_REPO

Propchange: webservices/axis2/trunk/c/rampart/samples/client/enc_echo/update_n_run.sh
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org