roshan 2004/07/28 21:06:25
Modified: targets/axis/cpp windev-guide.html Log: Changed AXISCPP_DEPLY back to AXIS_HOME in Win Dev Guide.Changed by Rangika Revision Changes Path 1.21 +4 -4 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.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- windev-guide.html 28 Jul 2004 04:37:46 -0000 1.20 +++ windev-guide.html 29 Jul 2004 04:06:24 -0000 1.21 @@ -398,14 +398,14 @@ </p> <p>1) Copy [EXPAT_EXTRACT]\source\lib\expat.h from expat binary distribution to [CHECKOUT_HOME]\c\include\expat\ directory<br> <br>2) Copy [EXPAT_EXTRACT]\lib\libexpat.lib to [CHECKOUT_HOME]\c\lib\expat\ directory.</p> -<p>3) Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs to %AXISCPP_DEPLOY%/libs/<br> +<p>3) Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs to %AXIS_HOME%/libs/<br> <br> </p> <p> <strong>For Xerces Parser</strong> </p> <p>1) Copy [XERCES_EXTRACT]\lib\xerces-c_2.lib to [CHECKOUT_HOME]\c\lib\xerces\ directory.</p> -<p>2) Copy xerces-c_2_2_0.dll file from [XERCES_EXTRACT]\bin to %AXISCPP_DEPLOY%/libs/<br> +<p>2) Copy xerces-c_2_2_0.dll file from [XERCES_EXTRACT]\bin to %AXIS_HOME%/libs/<br> </p> <p> <strong>For apache 1.3.X:</strong> @@ -457,10 +457,10 @@ <br> <p>1) Create a directory structure called "Axis" inside [APACHE_HOME] as follows.<br>(Instead, you can copy the folder [CHECKOUT_HOME]\c\deploy to [APACHE_HOME] and rename it to "Axis" and you will find some of the files that you are asked to create in this guide, already existing in that folder)<br> <br>Axis<br>|__ libs (Copy [EXPAT_EXTRACT]\Libs\libexpat.dll or<br> [XERCES_EXTRACT]\bin\xerces-c_2_2_0.dll and paste it inside)<br>|__ logs (log files are located here)<br>|__ conf (server.wsdd file is located here)<br>|__ webservices (The place to put webservice dlls)<br>|__ wsdls (wsdl files of the deployed web services are located here)<br> -<br>2) Set an environment variable named AXISCPP_DEPLOY and give [APACHE_HOME]\Axis as the value.<br> +<br>2) Set an environment variable named AXIS_HOME and give [APACHE_HOME]\Axis as the value.<br> <br>i)You will find AxisServer.dll and APACHE_MODULE in [CHECKOUT_HOME]\c\bin directory.<br>ii)Copy APACHE_MODULE to [APACHE_HOME]\modules directory of your apache installation.<br> </p> -<p>Copy AxisServer.dll ,AxisTransport.dll and AxisXMLParser.dll to [AXISCPP_DEPLOY]\libs\ directory and add that directory to your PATH environment variable.Or to any location specified by your PATH environment variable.</p> +<p>Copy AxisServer.dll ,AxisTransport.dll and AxisXMLParser.dll to [AXIS_HOME]\libs\ directory and add that directory to your PATH environment variable.Or to any location specified by your PATH environment variable.</p> <br> <br> <p>3) Set the "PATH" environment variable to the following directories.<br>[APACHE_HOME]<br>[APACHE_HOME]\Axis\libs<br>
