roshan 2004/09/30 01:21:57
Modified: targets/axis/cpp wininstall-guide.pdf wininstall-guide.html
Log:
Edited the win install guide.Changed by Rangika
Revision Changes Path
1.19 +46 -46 ws-site/targets/axis/cpp/wininstall-guide.pdf
<<Binary file>>
1.22 +1 -1 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.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- wininstall-guide.html 29 Sep 2004 09:30:41 -0000 1.21
+++ wininstall-guide.html 30 Sep 2004 08:21:57 -0000 1.22
@@ -321,7 +321,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. 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>
+<br>LoadModule axis_module modules/AXISMODULE<br><Location/axis><br>SetHandler
axis<br><\Location><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>
|