roshan 2004/07/07 02:19:26
Modified: targets/axis/cpp windev-guide.html
Log:
Added Xerces details to the Win Dev Guide.Added by Rangika
Revision Changes Path
1.15 +17 -1 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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- windev-guide.html 5 Jul 2004 09:28:39 -0000 1.14
+++ windev-guide.html 7 Jul 2004 09:19:25 -0000 1.15
@@ -358,6 +358,12 @@
</div>
<br>
<p>
+<strong>Xerces</strong>
+</p>
+<br>
+<p>Run the file xerces-c2_2_0-win32.The folder to which Xerces is unzipped will be
referred as [XERCES_EXTRACT] from this point onwards.</p>
+<br>
+<p>
<strong>Expat</strong>
</p>
<br>
@@ -378,9 +384,19 @@
<h4>Setting up the build environment and building Axis</h4>
</div>
<br>
+<p>
+<strong>For Expat Parser</strong>
+</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 %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 %AXIS_HOME%/libs/<br>
</p>
<p>
<strong>For apache 1.3.X:</strong>
@@ -431,7 +447,7 @@
</div>
<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 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 (The directory for the wsdl files of the deployed web services)<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 (The directory for the wsdl
files of the deployed web services)<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>
|