roshan 2004/11/09 22:41:46
Modified: targets/axis/cpp wininstall-guide.pdf wininstall-guide.html
Log:
Added some instructions to the simple_axis_server in win install guide. Added
by Rangika
Revision Changes Path
1.26 +140 -146 ws-site/targets/axis/cpp/wininstall-guide.pdf
<<Binary file>>
1.31 +19 -2 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.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- wininstall-guide.html 26 Oct 2004 11:40:54 -0000 1.30
+++ wininstall-guide.html 10 Nov 2004 06:41:46 -0000 1.31
@@ -410,7 +410,24 @@
<br>8. Copy AxisServer.dll and AxisTransport.dll from AXIS_EXTRACT/bin
folder to AXIS_FOLDER/lib<br>
<br>9.If you want to use the Expat parser with Axis C++, rename
AxisXMLParser_Expat.dll (which is located at AXIS_EXTRACT/bin) to
AxisXMLParser.dll and copy it to AXIS_FOLDER/lib<br>
<br>10.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<br>
-<br>11. Start the SimpleAxisServer by providing the port to which it
operates.(eg: c:\SimpleAxisServer>SimpleAxisServer 80)</p>
+<br>11.If you are using Expat parser then copy libexpat.dll from
[EXPAT_EXTRACT]/Libs and paste it in AXIS_FOLDER/lib.<br>
+<br>If you are using Xerces parser then copy xerces-c_2_2_0.dll from
[XERCES_EXTRACT]/bin and paste it in AXIS_FOLDER/lib.<br>
+<br>
+</p>
+<p>
+<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 used
Transport.<br>
+<br> i.e.<br>
+<br> LogPath: [APACHE_HOME]\Axis\logs\AxisLog<br>WSDDFilePath:
[APACHE_HOME]\Axis\conf\server.wsdd<br>XMLParser:[AXIS_FOLDER]\lib\AxisXMLParser.dll<br>Transport_http:[AXIS_FOLDER]\lib\AxisTransport.dll<br>
+<br> Rename axiscpp.conf_win to axiscpp.conf.<br>
+<br> 13. Start the SimpleAxisServer by providing the port to which it
operates.(eg: c:\SimpleAxisServer>SimpleAxisServer 80)<br>
+<br>
+<strong>Note:</strong>If SimpleAxisServer does not start then paste
AxisClient.dll to the place where SimpleAxisServer.exe is.<br>
+<br> Also in order to run the provided samples do the following.<br>
+<br>Open server.wsdd for editing. server.wsdd is located at
[AXIS_FOLDER]\conf\ rename the wsdd file of your platform to server.wsdd. 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> 14. Restart the SimpleAxisServer.If you have done correctly then
SimpleAxisServer will start without giving any error.<br>
+</p>
<p>
<a name="#samples"></a>
</p>
@@ -419,7 +436,7 @@
</div>
<p>If Axis installation is a complete success, then the following sample web
services and handlers have been installed successfully. Please click on the
following link to see the deployed web services. <a
href="http://localhost/axis">http://localhost/axis</a>
<br>
-<br> You will find the built console applications at AXIS/c/bin directory.
Following are the built .exe files.<br>
+<br> You will find the built console applications at AXIS/bin directory.
Following are the built .exe files.<br>
<br>1.base.exe<br>2.cbase.exe<br>3.doclitbase.exe<br>4.doclitgroupB.exe<br>5.groupB.exe<br>6.cgroupB.exe<br>
<br>In order to run these samples you should have AxisClient.dll in the PATH
environment variable or in the same directory where the client .exe is
located.<br>
<br> You can run the provided client programs to confirm whether the Axis
cpp server and clients are working fine.<br>