Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 35053 invoked from network); 11 Nov 2004 05:29:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Nov 2004 05:29:13 -0000 Received: (qmail 25635 invoked by uid 500); 11 Nov 2004 05:29:10 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 25599 invoked by uid 500); 11 Nov 2004 05:29:10 -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 25582 invoked by uid 99); 11 Nov 2004 05:29:10 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 10 Nov 2004 21:29:09 -0800 Received: (qmail 34941 invoked by uid 1686); 11 Nov 2004 05:29:08 -0000 Date: 11 Nov 2004 05:29:08 -0000 Message-ID: <20041111052908.34940.qmail@minotaur.apache.org> From: roshan@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/site/src/documentation/content/xdocs/cpp wininstall-guide.ihtml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N roshan 2004/11/10 21:29:08 Modified: site/src/documentation/content/xdocs/cpp wininstall-guide.ihtml Log: Replaced the word "AXISCPP_DEPLOY" in the win user guide except in the location where it mentions to create an environment variable called AXISCPP_DEPLOY. Changed by Rangika Revision Changes Path 1.29 +5 -5 ws-axis/site/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml Index: wininstall-guide.ihtml =================================================================== RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- wininstall-guide.ihtml 10 Nov 2004 06:39:53 -0000 1.28 +++ wininstall-guide.ihtml 11 Nov 2004 05:29:08 -0000 1.29 @@ -107,7 +107,7 @@ 7. Add the following lines to the bottom of Apache configuration file httpd.conf located in APACHE_FOLDER/conf

LoadModule axis_module modules/AXISMODULE
-<Location/axis>
+<Location /axis>
SetHandler axis
</Location>

@@ -124,12 +124,12 @@ 11.If you want to use the Xerces parser with Axis C++, rename AxisXMLParser_Xerces.dll (which is located at AXIS_EXTRACT/bin) to AxisXMLParser.dll and copy it to AXIS_FOLDER/lib


-

  • Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs to [AXISCPP_DEPLOY]/lib/
  • -
  • Copy xerces-c_2_2_0.dll from [XERCES_EXTRACT]/bin/ to [AXISCPP_DEPLOY]/lib/
  • +

  • Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs to AXIS_FOLDER/lib/
  • +
  • Copy xerces-c_2_2_0.dll from [XERCES_EXTRACT]/bin/ to AXIS_FOLDER/lib/


  • Note: This could also be done by editing the axiscpp.conf.
    -12. Open the AXISCPP_DEPLOY/axiscpp.conf_win for editing. The contents of the file will look as follows.

    +12. Open the AXIS_FOLDER/axiscpp.conf_win for editing. The contents of the file will look as follows.

    LogPath:XXXX
    WSDDFilePath:YYYY
    @@ -150,7 +150,7 @@ Also in order to run the provided samples do the following.

    Open server.wsdd for editing. For each service element, locate the element "parameter name", which has the value "classname".
    Give the absolute path of the indicated webservice.dll in the "value" attribute

    -Rename axiscpp.conf_win which is in AXISCPP_DEPLOY to axiscpp.conf

    +Rename axiscpp.conf_win which is in AXIS_FOLDER to axiscpp.conf

    13. Restart the apache web server. If you have done correctly apache server will start without giving any error.