roshan 2004/06/15 22:48:21
Modified: targets/axis/cpp windev-guide.html Log: Did a small change. Changed by Sevwandi Revision Changes Path 1.12 +3 -3 ws-site/targets/axis/cpp/windev-guide.html Index: windev-guide.html =================================================================== RCS file: /home/cvs/ws-site/targets/axis/cpp/windev-guide.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- windev-guide.html 15 Jun 2004 07:38:34 -0000 1.11 +++ windev-guide.html 16 Jun 2004 05:48:21 -0000 1.12 @@ -305,7 +305,7 @@ <a href="#parser">Creating and Building your own parser</a> </p> <p> -<strong>Before you follow this guide, make sure that you have followed the Windows User Guide also knows how to use binaries</strong> +<strong>Before you follow this guide, make sure that you have followed the</strong> <a href="winuser-guide.html"><strong>Windows User Guide</strong></a> <strong>also knows how to use binaries.</strong> </p> <p> <a name="buildaxis"></a> @@ -427,9 +427,9 @@ <br> 3) Change the apache configuration file [APACHE_HOME]\conf\httpd.conf to include the following lines at the bottom.<br> <br>LoadModule axis_module modules/APACHE_MODULE<br><Location /axis><br>SetHandler axis<br></Location><br> <br>4)create a file in [APACHE_HOME]\Axis named "axiscpp.conf" which should contain the following lines.<br> -<br>AXISLOGPATH:XXXX<br>WSDDFILEPATH:YYYY<br>AXISTRANSPORT_HTTP:ZZZZ (Not necessary)<br>AXISXMLPARSER:WWWW<br> +<br>LogPath:XXXX<br>WSDDFilePath:YYYY<br>Transport_http:ZZZZ (Not necessary)<br>XMLParser:WWWW<br> <br>Where XXXX will be the path to a file named AxisLog (The log file)and YYYY will be the path to the server.wsdd file.ZZZZ will be the path to AxisTransport_D.dll if it's a HTTP(if the selected transport is SMTP then should give that path.WWWW will be the path to AxisXMLParser_D.dll<br> -<br>i.e.<br>AXISLOGPATH:[APACHE_HOME]\Axis\logs\AxisLog.log<br>WSDDFILEPATH:[APACHE_HOME]\Axis\conf\server.wsdd<br>AXISTRANSPORT_HTTP:[APACHE_HOME]\Axis\libs\AxisTransport_D.dll<br>AXISXMLPARSER:[APACHE_HOME]\Axis\libs\AxisXMLParser_D.dll<br> +<br>i.e.<br>LogPath:[APACHE_HOME]\Axis\logs\AxisLog.log<br>WSDDFilePath:[APACHE_HOME]\Axis\conf\server.wsdd<br>Transport_http:[APACHE_HOME]\Axis\libs\AxisTransport_D.dll<br>XMLParser:[APACHE_HOME]\Axis\libs\AxisXMLParser_D.dll<br> </p> <p> <strong>Note:If the AxisTransport_D.dll and AxisXMLParser_D.dll paths are not given in axiscpp.conf then the hardcoded values will be used.For that set the path of these two in the PATH environment variable or copy them to the same location as the Client.exe.</strong>
