Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 83571 invoked from network); 30 Sep 2004 08:22:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Sep 2004 08:22:01 -0000 Received: (qmail 23118 invoked by uid 500); 30 Sep 2004 08:21:59 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 23064 invoked by uid 500); 30 Sep 2004 08:21:59 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list general@ws.apache.org Received: (qmail 23051 invoked by uid 500); 30 Sep 2004 08:21:58 -0000 Delivered-To: apmail-ws-site-cvs@apache.org Received: (qmail 23046 invoked by uid 99); 30 Sep 2004 08:21:58 -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; Thu, 30 Sep 2004 01:21:58 -0700 Received: (qmail 83474 invoked by uid 1686); 30 Sep 2004 08:21:57 -0000 Date: 30 Sep 2004 08:21:57 -0000 Message-ID: <20040930082157.83473.qmail@minotaur.apache.org> From: roshan@apache.org To: ws-site-cvs@apache.org Subject: cvs commit: ws-site/targets/axis/cpp wininstall-guide.pdf wininstall-guide.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N roshan 2004/09/30 01:21:57 Modified: targets/axis/cpp wininstall-guide.pdf wininstall-guide.html Log: Edited the win install guide.Changed by Rangika Revision Changes Path 1.19 +46 -46 ws-site/targets/axis/cpp/wininstall-guide.pdf <> 1.22 +1 -1 ws-site/targets/axis/cpp/wininstall-guide.html Index: wininstall-guide.html =================================================================== RCS file: /home/cvs/ws-site/targets/axis/cpp/wininstall-guide.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- wininstall-guide.html 29 Sep 2004 09:30:41 -0000 1.21 +++ wininstall-guide.html 30 Sep 2004 08:21:57 -0000 1.22 @@ -321,7 +321,7 @@
5. Set environment variable AXISCPP_DEPLOY to point to above folder.

6. Add AXIS_FOLDER/lib to the PATH environment variable.

7. Edit Apache configuration file httpd.conf located in APACHE_FOLDER/conf and add following lines at the end.
-
LoadModule axis_module modules/AXISMODULE
<Location>
SetHandler axis
<\Location>
+
LoadModule axis_module modules/AXISMODULE
<Location/axis>
SetHandler axis
<\Location>

AXISMODULE is either mod_axis.dll for apache 1.3.X or mod_axis2.dll for apache 2.X.

8. Copy AXISMODULE from AXIS_EXTRACT/bin folder to APACHE_FOLDER/modules folder.

9. Copy AxisServer.dll and AxisTransport.dll from AXIS_EXTRACT/bin folder to AXIS_FOLDER/lib