You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2004/06/12 08:55:37 UTC

cvs commit: ws-axis/c/docs/windows/cpp winuser-guide.html

roshan      2004/06/11 23:55:37

  Modified:    c/docs/windows/cpp winuser-guide.html
  Log:
  Modified the Windows User Guide.Changed by Rangika & Sevwandi
  
  Revision  Changes    Path
  1.3       +20 -2     ws-axis/c/docs/windows/cpp/winuser-guide.html
  
  Index: winuser-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/windows/cpp/winuser-guide.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- winuser-guide.html	31 May 2004 06:56:07 -0000	1.2
  +++ winuser-guide.html	12 Jun 2004 06:55:37 -0000	1.3
  @@ -288,8 +288,26 @@
   <p><a name="transport"></a></p>
   
   <h2>Transport Library and Parser Library</h2>
  -<p>AxisTransport.dll should be placed in the path that's specified by axiscpp.conf (AXIS_FOLDER/axiscpp.conf).Or with the client.exe.</p> 
  -<p>AxisXMLParser.dll should be placed in the path that's specified by axiscpp.conf.Or with the client.exe.</p>
  +<p>AxisTransport.dll should be placed in the path that's specified by axiscpp.conf (AXIS_FOLDER/axiscpp.conf).Or with the client.exe.AxisTransport.lib is in [CHECKOUT_ HOME]\c\vc\transport\axis\Release</p> 
  +<p>AxisXMLParser.dll should be placed in the path that's specified by axiscpp.conf.Or with the client.exe.AxisXMLParser libs (libexpat.lib and xerces-c_2.lib(Release) or xerces-c_2D.lib (Debug)) should be in [CHECKOUT_ HOME]\c\lib</p>
  +
  +<p><b>Axiscpp.conf file contains the following paths</b><br>
  +AXISLOGPATH:XXXX<br>
  +WSDDFILEPATH:YYYY<br>
  +AXISTRANSPORT_HTTP:ZZZZ (Not necessary)<br>
  +AXISXMLPARSER:WWWW<br>
  +
  +<br>
  +Where XXXX will be the path to a file named AxisLog (The log file)and YYYY
  +will be the path to the server.wsdd file.ZZZZ will be the path to AxisTransport_D.dll if it's a HTTP(if the selected transport is SMTP then should give that path.WWWW will be the path to AxisXMLParser_D.dll<br>
  +<br>
  +i.e.<br>
  +AXISLOGPATH:[APACHE_HOME]\Axis\logs\AxisLog.log  
  +
  +<br>
  +WSDDFILEPATH:[APACHE_HOME]\Axis\conf\server.wsdd <br>
  +AXISTRANSPORT_HTTP:[APACHE_HOME]\Axis\libs\AxisTransport_D.dll <br>
  +AXISXMLPARSER:[APACHE_HOME]\Axis\libs\AxisXMLParser_D.dll <br></p>
   
   <p><a name="handlers"></a></p>