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/10/11 11:30:51 UTC

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

roshan      2004/10/11 02:30:51

  Modified:    site/src/documentation/content/xdocs/cpp
                        wininstall-guide.ihtml
  Log:
  Added some details to the wininstall guide. Added by Rangika
  
  Revision  Changes    Path
  1.20      +11 -1     ws-axis/site/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml
  
  Index: wininstall-guide.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/wininstall-guide.ihtml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- wininstall-guide.ihtml	30 Sep 2004 08:20:28 -0000	1.19
  +++ wininstall-guide.ihtml	11 Oct 2004 09:30:50 -0000	1.20
  @@ -147,7 +147,17 @@
   It is recommended to start apache 1.3.X  as "apache -k start" on the command line <br> <br>
   
   <b>apache 2.X :</b> <br> <br>
  -While testing the apache 2 module a problem was noted with the apache 2 web server, in that the webserver takes 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. <br> <br>
  +While testing the apache 2 module a problem was noted with the apache 2 web server, in that the webserver takes about 98% of CPU time and the server does not even serve the startup page. <br> The workaround for this is to start the apache web server as "apache -X" to make it run single threaded. <br> While this is sufficient to test the apache 2 module this problem needs to be investigated further.<br> <br>(However on a different machine, when I simply run the apache2 executable (version
  +2.0.49) without any
  +arguments, as, "apache" on windows 2000 professional, service pack 5,
  +with/without Axis C++ it seems to be working fine. <br>
  + 
  +But in this machine  the apache could not be started as "apache -k start" (i.e. as a
  +service). It
  +simply exists and does not start. The 98% CPU usage scenario cannot be reproduced in
  +this machine. <br>
  +It could happen with some other apache 2 versions or in different service packs.
  +) <br> <br>
   
   14. Open an internet browser and check http://localhost/axis. If the module has loaded properly then you will get the axis welcome page with a listing of deployed web services.<br> <br>