You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ro...@apache.org on 2004/07/22 12:50:05 UTC

cvs commit: ws-axis/c/docs/windows/cpp windev-guide.html wininstall-guide.html

roshan      2004/07/22 03:50:04

  Modified:    c/docs/windows/cpp windev-guide.html wininstall-guide.html
  Log:
  Replaced the word AXIS_HOME with AXISCPP_DEPLOY.Changed by Rangika
  
  Revision  Changes    Path
  1.12      +4 -4      ws-axis/c/docs/windows/cpp/windev-guide.html
  
  Index: windev-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/windows/cpp/windev-guide.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- windev-guide.html	19 Jul 2004 10:32:44 -0000	1.11
  +++ windev-guide.html	22 Jul 2004 10:50:04 -0000	1.12
  @@ -168,11 +168,11 @@
   <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/ 
  +<p>3) Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs  to %AXISCPP_DEPLOY%/libs/ 
   <br> <br>
   <p><b>For Xerces Parser</b></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/ 
  +<p>2) Copy xerces-c_2_2_0.dll file from [XERCES_EXTRACT]\bin  to %AXISCPP_DEPLOY%/libs/ 
   <br>
   
   <p><b>For apache 1.3.X:</b></p>
  @@ -259,7 +259,7 @@
   |__ wsdls (wsdl files of the deployed web services are located here)<br>
   
   <br>
  -2) Set an environment variable named AXIS_HOME and give [APACHE_HOME]\Axis as
  +2) Set an environment variable named AXISCPP_DEPLOY and give [APACHE_HOME]\Axis as
   the value.
   <br>
   
  @@ -268,7 +268,7 @@
   <br>
   ii)Copy APACHE_MODULE to [APACHE_HOME]\modules directory of your apache installation.
   <br>
  -<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>    
  +<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>    
   
   <br> <br>
   <p>3) Set the "PATH" environment variable to the following directories.
  
  
  
  1.8       +4 -4      ws-axis/c/docs/windows/cpp/wininstall-guide.html
  
  Index: wininstall-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/windows/cpp/wininstall-guide.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- wininstall-guide.html	19 Jul 2004 10:32:44 -0000	1.7
  +++ wininstall-guide.html	22 Jul 2004 10:50:04 -0000	1.8
  @@ -80,7 +80,7 @@
   4. Rename copied "deploy" folder to "Axis". Lets say this folder is  AXIS_FOLDER.<br>
   <br>
   
  -5. Set environment variable AXIS_HOME to point to above folder.<br>
  +5. Set environment variable AXISCPP_DEPLOY to point to above folder.<br>
   <br>
   
   6. Add AXIS_FOLDER/libs to the PATH environment variable.<br>
  @@ -108,7 +108,7 @@
   
   <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 [AXIS_HOME]/libs/ <br> <br>
  +Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs to [AXISCPP_DEPLOY]/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><b>Installing the Xerces XML parser</b>
  @@ -116,7 +116,7 @@
   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 [AXIS_HOME]/libs/ <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> <br>
   
   11. Open the AXIS_FOLDER/axiscpp.conf_win for editing. The contents of the file will look as follows.<br> <br>
  @@ -162,7 +162,7 @@
   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 AXIS_HOME to point to above folder.<br> <br>
  +5. Set environment variable AXISCPP_DEPLOY 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>