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 sa...@apache.org on 2004/06/07 11:06:17 UTC

cvs commit: ws-axis/c/deploy axiscpp.conf_win

sanjaya     2004/06/07 02:06:17

  Modified:    c/deploy axiscpp.conf_win
  Log:
  new configuration file directives added
  
  Revision  Changes    Path
  1.2       +18 -2     ws-axis/c/deploy/axiscpp.conf_win
  
  Index: axiscpp.conf_win
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/deploy/axiscpp.conf_win,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- axiscpp.conf_win	9 Apr 2004 15:27:42 -0000	1.1
  +++ axiscpp.conf_win	7 Jun 2004 09:06:17 -0000	1.2
  @@ -1,3 +1,19 @@
  -AXISLOGPATH:Axis\logs\AxisLog.txt
  -WSDDFILEPATH:Axis\conf\server.wsdd
  +# The comment character is '#'
  +#Available directives are as follows
  +#(Some of these directives may not be implemented yet)
  +#
  +#WSDDFILEPATH:The path to the server wsdd
  +#AXISLOGPATH:The path to the axis log 
  +#AXISCLIENTLOGPATH:The path to the axis client log
  +#CLIENTWSDDFILEPATH:The path to the client wsdd
  +#AXISTRANSPORT_HTTP:The HTTP transport library
  +#AXISTRANSPORT_SMTP:The SMTP transport library
  +#AXISXMLPARSER:The xml parser library
   
  +
  +#AXISLOGPATH:Axis\logs\AxisLog.txt
  +#WSDDFILEPATH:Axis\conf\server.wsdd
  +AXISLOGPATH:C:\Program Files\Apache Group\Apache\Axis\logs\AxisLog.txt
  +WSDDFILEPATH:C:\Program Files\Apache Group\Apache\Axis\conf\server.wsdd
  +AXISXMLPARSER:AxisXMLParser.dll
  +AXISTRANSPORT_HTTP:AxisTransport.dll
  \ No newline at end of file