roshan 2004/08/05 01:44:59
Modified: targets/axis/cpp wininstall-guide.pdf wininstall-guide.html
windev-guide.html
Log:
Did a minor edit to the documentation.Changed by Rangika
Revision Changes Path
1.15 +47 -47 ws-site/targets/axis/cpp/wininstall-guide.pdf
<<Binary file>>
1.18 +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.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- wininstall-guide.html 22 Jul 2004 11:09:33 -0000 1.17
+++ wininstall-guide.html 5 Aug 2004 08:44:59 -0000 1.18
@@ -321,7 +321,7 @@
<br> 5. Set environment variable AXIS_HOME to point to above folder.<br>
<br> 6. Add AXIS_FOLDER/libs 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><br>SetHandler
axis<br></Location><br>
<br> Where 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 the AXIS_EXTRACT/bin folder to APACHE_FOLDER/modules
folder.<br>
<br> 9. Copy AxisServer.dll and AxisTransport.dll from the AXIS_EXTRACT/bin folder
to AXIS_FOLDER/libs<br>
1.22 +1 -1 ws-site/targets/axis/cpp/windev-guide.html
Index: windev-guide.html
===================================================================
RCS file: /home/cvs/ws-site/targets/axis/cpp/windev-guide.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- windev-guide.html 29 Jul 2004 04:06:24 -0000 1.21
+++ windev-guide.html 5 Aug 2004 08:44:59 -0000 1.22
@@ -570,7 +570,7 @@
<br>12) Right click on the project (i.e. ws1) and click “Build” on the
menu that appears. Visual C++ should be able to build the project without any errors
now.<br>
<br>13) The ws1.dll will be built in "ws1\Debug" by Visual C++<br>
<br>14) Place the built ws1.dll file in [APACHE_HOME]\Axis\webservices<br>
-<br>15) In addition to this create sever.wsdd file in [APACHE_HOME]\Axis\conf<br>
+<br>15) In addition to this create server.wsdd file in [APACHE_HOME]\Axis\conf<br>
<br>The server.wsdd file for this example is given below</p>
<pre><deployment>
<service name="Calculator">