roshan      2004/11/10 21:31:04

  Modified:    targets/axis/cpp wininstall-guide.pdf wininstall-guide.html
  Log:
  Replaced the word "AXISCPP_DEPLOY" in the win user guide except in the 
location where it mentions to create an environment variable called  
AXISCPP_DEPLOY. Changed by Rangika
  
  Revision  Changes    Path
  1.27      +65 -65    ws-site/targets/axis/cpp/wininstall-guide.pdf
  
        <<Binary file>>
  
  
  1.32      +5 -5      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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- wininstall-guide.html     10 Nov 2004 06:41:46 -0000      1.31
  +++ wininstall-guide.html     11 Nov 2004 05:31:04 -0000      1.32
  @@ -350,7 +350,7 @@
   <br> 5. Set environment variable AXISCPP_DEPLOY to point to above folder.<br>
   <br> 6. Add AXIS_FOLDER/lib to the PATH environment variable.<br>
   <br> 7. Add the following lines to the bottom of Apache configuration file 
httpd.conf located in APACHE_FOLDER/conf<br>
  -<br>LoadModule axis_module 
modules/AXISMODULE<br>&lt;Location/axis&gt;<br>SetHandler 
axis<br>&lt;/Location&gt;<br>
  +<br>LoadModule axis_module modules/AXISMODULE<br>&lt;Location 
/axis&gt;<br>SetHandler axis<br>&lt;/Location&gt;<br>
   <br> AXISMODULE is either mod_axis.dll for apache 1.3.X or mod_axis2.dll for 
apache 2.X.<br>
   <br> 8. Copy AXISMODULE from AXIS_EXTRACT/bin folder to 
APACHE_FOLDER/modules folder.<br>
   <br> 9. Copy AxisServer.dll and AxisTransport.dll from AXIS_EXTRACT/bin 
folder to AXIS_FOLDER/lib<br>
  @@ -358,15 +358,15 @@
   <br> 11.If you want to use the Xerces parser with Axis C++, rename 
AxisXMLParser_Xerces.dll (which is located at AXIS_EXTRACT/bin) to 
AxisXMLParser.dll and copy it to AXIS_FOLDER/lib</p>
   <br>
   <ul>
  -<li>Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs to 
[AXISCPP_DEPLOY]/lib/</li>
  -<li>Copy xerces-c_2_2_0.dll from [XERCES_EXTRACT]/bin/ to 
[AXISCPP_DEPLOY]/lib/</li>
  +<li>Copy libexpat.dll file from [EXPAT_EXTRACT]\Libs to AXIS_FOLDER/lib/</li>
  +<li>Copy xerces-c_2_2_0.dll from [XERCES_EXTRACT]/bin/ to 
AXIS_FOLDER/lib/</li>
   <li style="list-style: none">
   <br>
   <br>
   </li>
   </ul>
   <p>
  -<strong>Note:</strong> This could also be done by editing the 
axiscpp.conf.<br> 12. Open the AXISCPP_DEPLOY/axiscpp.conf_win for editing. The 
contents of the file will look as follows.<br>
  +<strong>Note:</strong> This could also be done by editing the 
axiscpp.conf.<br> 12. 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>XMLParser:ZZZZ<br>Transport_http:AAAA<br>
   <br> XXXX is the path to a file named AxisLog (The log file)and YYYY is the 
path to the server.wsdd file. Give the appropriate values for XXXX and YYYY as 
follows.ZZZZ is the path to the XMLParser and AAAA is the path to the Transport 
used.<br>
   <br> i.e.<br>
  @@ -374,7 +374,7 @@
   <br> server.wsdd is located at [APACHE_HOME]\Axis\conf\ for Apache 1.3 and 
Apache 2. (There will be three wsdd files in the [APACHE_HOME]\Axis\conf\ 
rename the relevant wsdd file of your platform to server.wsdd).<br>
   <br> Also in order to run the provided samples do the following.<br>
   <br>Open server.wsdd for editing. For each service element, locate the 
element "parameter name", which has the value "classname".<br>Give the absolute 
path of the indicated webservice.dll in the "value" attribute<br>
  -<br>Rename axiscpp.conf_win which is in AXISCPP_DEPLOY to axiscpp.conf<br>
  +<br>Rename axiscpp.conf_win which is in AXIS_FOLDER to axiscpp.conf<br>
   <br> 13. Restart the apache web server. If you have done correctly apache 
server will start without giving any error.</p>
   <br>
   <p>
  
  
  

Reply via email to