roshan 2004/07/22 04:09:33
Modified: targets/axis/cpp windev-guide.html wininstall-guide.html
wininstall-guide.pdf
Log:
Added the word AXIS_HOME again to windows Dev Guide & User Guide.Changed by Rangika
Revision Changes Path
1.19 +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.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- windev-guide.html 22 Jul 2004 10:44:41 -0000 1.18
+++ windev-guide.html 22 Jul 2004 11:09:33 -0000 1.19
@@ -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>
1.17 +4 -4 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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- wininstall-guide.html 22 Jul 2004 10:44:41 -0000 1.16
+++ wininstall-guide.html 22 Jul 2004 11:09:33 -0000 1.17
@@ -318,7 +318,7 @@
<br> 2. Unzip the binary distribution to a folder of your choice. Say this folder
is AXIS_EXTRACT.<br>
<br> 3. Inside the extracted folder AXIS_EXTRACT there is a sub folder called
deploy. Copy the whole deploy folder to APACHE_FOLDER.<br>
<br> 4. Rename copied "deploy" folder to "Axis". Lets say this folder is
AXIS_FOLDER.<br>
-<br> 5. Set environment variable AXISCPP_DEPLOY to point to above folder.<br>
+<br> 5. Set environment variable AXIS_HOME to point to above folder.<br>
<br> 6. Add AXIS_FOLDER/libs to the PATH environment variable.<br>
<br> 7. Edit Apache configuration file httpd.conf located in APACHE_FOLDER/conf and
add following lines at the end.<br>
<br>LoadModule axis_module modules/AXISMODULE<br><Location><br>SetHandler
axis<br><Location><br>
@@ -332,13 +332,13 @@
<strong>Installing the Expat XML parser</strong>
</p>
<p>If you decide to use the Expat parser you need to install the Expat parser.
Download the Expat-1.95.7 binary version from <a
href="http://sourceforge.net/projects/expat/">http://sourceforge.net/projects/expat/</a>
-<br>Extract the Expat binaries to a folder Called Expat ,we will refer to this
folder as [EXPAT_EXTRACT].<br>Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs to
[AXISCPP_DEPLOY]/libs/<br>
+<br>Extract the Expat binaries to a folder Called Expat ,we will refer to this
folder as [EXPAT_EXTRACT].<br>Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs to
[AXIS_HOME]/libs/<br>
<br>If you want to use the Xerces parser with Axis C++, rename
AxisXMLParser_Xerces.dll from AXIS_EXTRACT/bin folder to AxisXMLParser.dll and copy it
to AXIS_FOLDER/libs</p>
<p>
<strong>Installing the Xerces XML parser</strong>
<br> If you decide to use the Xerces parser you need to install the Xerces parser.
Download the Xerces-C 2.2.0( 32 bit binary release)from: <a
href="http://xml.apache.org/xerces-c/download.cgi">http://xml.apache.org/xerces-c/download.cgi</a>
<br>
-<br>Extract the Xerces-C 2.2.0 binary version. We will refer to this folder as
[XERCES_EXTRACT]. Copy xerces-c_2_2_0.dll from [XERCES_EXTRACT]/bin/ to
[AXISCPP_DEPLOY]/libs/<br>
+<br>Extract the Xerces-C 2.2.0 binary version. We will refer to this folder as
[XERCES_EXTRACT]. Copy xerces-c_2_2_0.dll from [XERCES_EXTRACT]/bin/ to
[AXIS_HOME]/libs/<br>
<br>
<br> 11. Open the AXIS_FOLDER/axiscpp.conf_win for editing. The contents of the
file will look as follows.<br>
<br> LogPath:XXXX<br>WSDDFilePath:YYYY<br>
@@ -371,7 +371,7 @@
<br>2. Unzip axis-c-1.1-win32.zip to a folder of your choice. Say this folder is
AXIS_EXTRACT.<br>
<br>3. Inside the extracted folder AXIS_EXTRACT there is a sub folder called
deploy. Copy whole deploy folder to SIMPLE_AXIS_SERVER_FOLDER.<br>
<br>4. Rename copied "deploy" folder to "Axis". Lets say this folder to be
AXIS_FOLDER.<br>
-<br>5. Set environment variable AXISCPP_DEPLOY to point to above folder.<br>
+<br>5. Set environment variable AXIS_HOME to point to above folder.<br>
<br>6. Copy the exe SimpleAxisServer.exe from AXIS_EXTRACT/bin to the
SIMPLE_AXIS_SERVER_FOLDER.<br>
<br>7. Copy the content of AXIS_FOLDER/libs to the SIMPLE_AXIS_SERVER_FOLDER.<br>
<br>8. Start the SimpleAxisServer by providing the port to which operate. (eg:
c:\SimpleAxisServer>SimpleAxisServer 80)</p>
1.14 +51 -51 ws-site/targets/axis/cpp/wininstall-guide.pdf
<<Binary file>>