Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 21086 invoked from network); 20 Oct 2004 03:37:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Oct 2004 03:37:45 -0000 Received: (qmail 5900 invoked by uid 500); 20 Oct 2004 03:37:43 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 5866 invoked by uid 500); 20 Oct 2004 03:37:42 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 5851 invoked by uid 99); 20 Oct 2004 03:37:42 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 19 Oct 2004 20:37:41 -0700 Received: (qmail 21049 invoked by uid 1683); 20 Oct 2004 03:37:40 -0000 Date: 20 Oct 2004 03:37:40 -0000 Message-ID: <20041020033740.21048.qmail@minotaur.apache.org> From: damitha@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/docs linuser-guide.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N damitha 2004/10/19 20:37:40 Modified: c/docs linuser-guide.html Log: changes to document Revision Changes Path 1.4 +1 -1 ws-axis/c/docs/linuser-guide.html Index: linuser-guide.html =================================================================== RCS file: /home/cvs/ws-axis/c/docs/linuser-guide.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- linuser-guide.html 19 Oct 2004 07:49:18 -0000 1.3 +++ linuser-guide.html 20 Oct 2004 03:37:39 -0000 1.4 @@ -256,7 +256,7 @@ g++ -shared -I$AXISCPP_HOME/include -olibmyservice.so *.cpp

libmyservice.so is the name you give to your service library. You can give any name you wish. But remeber to prefix with lib and suffix with .so

-Copy this service library int $AXICPP_DEPLOY/lib +Copy this service library into $AXICPP_DEPLOY/lib

Modify the $AXISCPP_DEPLOY/etc/server.wsdd .  (You have a sample server.wsdd file entry given below appropriately filled for this service).