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/11/10 07:43:23 UTC

cvs commit: ws-axis/c/docs wininstall-guide.pdf wininstall-guide.html

roshan      2004/11/09 22:43:23

  Modified:    c/docs   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.7       +140 -146  ws-axis/c/docs/wininstall-guide.pdf
  
  	<<Binary file>>
  
  
  1.8       +45 -6     ws-axis/c/docs/wininstall-guide.html
  
  Index: wininstall-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/wininstall-guide.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- wininstall-guide.html	23 Oct 2004 12:35:53 -0000	1.7
  +++ wininstall-guide.html	10 Nov 2004 06:43:22 -0000	1.8
  @@ -142,8 +142,8 @@
   
   LogPath: [APACHE_HOME]\Axis\logs\AxisLog <br>
   WSDDFilePath: [APACHE_HOME]\Axis\conf\server.wsdd <br>
  -XMLParser:[APACHE_HOME]\Axis\lib\AxisXMLParser.dll
  -Transport_http:[APACHE_HOME]\Axis\lib\AxisTransport.dll<br>
  +XMLParser:[APACHE_HOME]\Axis\lib\AxisXMLParser.dll <br>
  +Transport_http:[APACHE_HOME]\Axis\lib\AxisTransport.dll<br> <br>
   
   server.wsdd is located at [APACHE_HOME]\Axis\conf\ for Apache 1.3 and Apache 2. (There will be three wsdd files in the [APACHE_HOME]\Axis\conf\ rename the relevant wsdd file of your platform to server.wsdd).<br> <br>
   
  @@ -189,7 +189,41 @@
   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)
  +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><b>Note:</b> 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>
  +<b>Note:</b>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>
   
  @@ -198,7 +232,7 @@
   
   <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>
  @@ -228,12 +262,17 @@
   
   <h1>Writing your web services and client applications using Axis C++.</h1>
   
  -<p>For writing your own web services and client applications see the <a href="winuser-guide.html"><b>Windows User Guide</a></b> </p>
  -
  +<p>For writing your own web services and client applications see the <a href="winuser-guide.html"><b>Windows User Guide</a></b>
   
   <div id="pdf" align="right">
   <a href="wininstall-guide.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br>
             PDF</a>
  +
  +
  + </p>
  +
  +
  +