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 sa...@apache.org on 2003/12/30 15:26:31 UTC

cvs commit: ws-axis/contrib/axisdocs/src/documentation/content/xdocs/cpp wininstall-guide.ihtml

sanjaya     2003/12/30 06:26:31

  Modified:    contrib/axisdocs/src/documentation/content/xdocs/cpp
                        wininstall-guide.ihtml
  Log:
  no message
  
  Revision  Changes    Path
  1.3       +60 -5     ws-axis/contrib/axisdocs/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml
  
  Index: wininstall-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/axisdocs/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- wininstall-guide.ihtml	2 Dec 2003 13:01:03 -0000	1.2
  +++ wininstall-guide.ihtml	30 Dec 2003 14:26:31 -0000	1.3
  @@ -1,11 +1,11 @@
   <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html">
  -  <title></title>
  +  <title>Windows Installation guide for Axis C++</title>
   </head>
   
   <body>
  -<h1>Windows Installation guide for Axis C++ (Alpha Release)</h1>
  +<h1>Windows Installation guide for Axis C++</h1>
   
   <p>This document contains how to use the binary distribution of Axis C++.
   These binaries have been tested on following Microsoft platforms,<br>
  @@ -118,9 +118,64 @@
   8. Copy AXISMODULEfrom the AXIS_EXTRACT/bin folder to APACHE_FOLDER/modules
   folder.</p>
   
  -<p>9. Restart apache web server. If you have done correctly apache server
  -should start without giving any error.<br>
  -<br>
  +<p>9. Open the AXIS_FOLDER/axiscpp.conf for editing. The contents of the file
  +will look as follows.</p>
  +
  +<p></p>
  +
  +<p>AXISLOGPATH:XXXX</p>
  +
  +<p>WSDDFILEPATH:YYYY</p>
  +
  +<p></p>
  +
  +<p>Where XXXX will be the path to a file named AxisLog (The log file)and YYYY
  +will be the path to the server.wsdd file. Give the appropriate values for
  +XXXX and YYYY as follows.</p>
  +
  +<p></p>
  +
  +<p>i.e.</p>
  +
  +<p></p>
  +
  +<p>AXISLOGPATH: [APACHE_HOME]\Axis\logs\AxisLog</p>
  +
  +<p>WSDDFILEPATH: [APACHE_HOME]\Axis\conf\WSDDFILE</p>
  +
  +<p></p>
  +
  +<p>Where WSDDFILE is [APACHE_HOME]\Axis\conf\server.wsdd for Apache 1.3 and
  +[APACHE_HOME]\Axis\conf\server2.wsdd for Apache 2.</p>
  +
  +<p></p>
  +
  +<p>10. Restart apache web server. If you have done correctly apache server
  +should start without giving any error.</p>
  +
  +<p></p>
  +
  +<p>apache 1.3.X :</p>
  +
  +<p>It is recommended that apache 1.3.X be started as "apache -k start" on the
  +command line</p>
  +
  +<p>apache 2.X</p>
  +
  +<p>While testing the apache 2 module a problem was noted with the apache 2
  +web server, in that the webserver takes up about 98% of CPU time and the
  +server does not even serve the startup page. The workaround for this is to
  +start the apache web server as "apache -X" to make it run single threaded.
  +While this is sufficient to test the apache 2 module this problem needs to be
  +investigated further.</p>
  +
  +<p></p>
  +
  +<p>11. Open a internet browser and check http://localhost/axis. If the module
  +has loaded properly then you should get the axis welcome page with a listing
  +of deployed web services.</p>
  +
  +<p><br>
   <b>apache 1.3.X :</b></p>
   
   <p>It is recommended that apache 1.3.X be started as "apache -k start" on the