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/06/15 15:22:35 UTC

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

roshan      2004/06/15 06:22:35

  Modified:    c/docs/windows/cpp winuser-guide.html windev-guide.html
  Log:
  Change the Path Keys in Axiscpp.conf file. Changed by Sevwandi
  
  Revision  Changes    Path
  1.4       +8 -8      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- winuser-guide.html	12 Jun 2004 06:55:37 -0000	1.3
  +++ winuser-guide.html	15 Jun 2004 13:22:34 -0000	1.4
  @@ -292,22 +292,22 @@
   <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>
  +LogPath:XXXX<br>
  +WSDDFilePath:YYYY<br>
  +Transport_http:ZZZZ (Not necessary)<br>
  +XMLParser: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  
  +LogPath:[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>
  +WSDDFilePath:[APACHE_HOME]\Axis\conf\server.wsdd <br>
  +Transport_http:[APACHE_HOME]\Axis\libs\AxisTransport_D.dll <br>
  +XMLParser:[APACHE_HOME]\Axis\libs\AxisXMLParser_D.dll <br></p>
   
   <p><a name="handlers"></a></p>
   
  
  
  
  1.7       +8 -8      ws-axis/c/docs/windows/cpp/windev-guide.html
  
  Index: windev-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/docs/windows/cpp/windev-guide.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- windev-guide.html	15 Jun 2004 07:17:09 -0000	1.6
  +++ windev-guide.html	15 Jun 2004 13:22:34 -0000	1.7
  @@ -294,22 +294,22 @@
   
   
   <br>
  -AXISLOGPATH:XXXX<br>
  -WSDDFILEPATH:YYYY<br>
  -AXISTRANSPORT_HTTP:ZZZZ (Not necessary)<br>
  -AXISXMLPARSER:WWWW<br>
  +LogPath:XXXX<br>
  +WSDDFilePath:YYYY<br>
  +Transport_http:ZZZZ (Not necessary)<br>
  +XMLParser: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  
  +LogPath:[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>
  +WSDDFilePath:[APACHE_HOME]\Axis\conf\server.wsdd <br>
  +Transport_http:[APACHE_HOME]\Axis\libs\AxisTransport_D.dll <br>
  +XMLParser:[APACHE_HOME]\Axis\libs\AxisXMLParser_D.dll <br>
   
   <p><b>Note:If the AxisTransport_D.dll and AxisXMLParser_D.dll paths are not given in axiscpp.conf then the hardcoded values will be used.For that set the path of these two in the PATH environment variable or copy them to the same location as the Client.exe.</b></p>
   <br>