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 da...@apache.org on 2004/06/10 08:09:00 UTC

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

damitha     2004/06/09 23:09:00

  Modified:    c/deploy axiscpp.conf_linux
  Log:
  
  
  Revision  Changes    Path
  1.6       +12 -14    ws-axis/c/deploy/axiscpp.conf_linux
  
  Index: axiscpp.conf_linux
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/deploy/axiscpp.conf_linux,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- axiscpp.conf_linux	10 Jun 2004 03:57:06 -0000	1.5
  +++ axiscpp.conf_linux	10 Jun 2004 06:09:00 -0000	1.6
  @@ -2,18 +2,16 @@
   #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:/usr/local/Axis/logs/AxisLog
  -WSDDFILEPATH:/usr/local/Axis/conf/server.wsdd
  -AXISCLIENTLOGPATH:/usr/local/Axis/logs/AxisClientLog
  -AXISTRANSPORT_HTTP:/home/samisa/autoCVS/cvsAutoBuild/bin/libaxis_transport.so
  -AXISXMLPARSER:/home/samisa/autoCVS/cvsAutoBuild/bin/libaxis_xercesc.so
  -
  +#WSDDFilePath:The path to the server wsdd
  +#LogPath:The path to the axis log
  +#ClientLogPath:The path to the axis client log
  +#ClientWSDDFilePath:The path to the client wsdd
  +#Transport_http:The HTTP transport library
  +#Transport_smtp:The SMTP transport library
  +#XMLParser:The xml parser library
   
  +LogPath:/usr/local/Axis/logs/AxisLog
  +WSDDFilePath:/usr/local/Axis/conf/server.wsdd
  +ClientLogPath:/usr/local/Axis/logs/AxisClientLog
  +XMLParser:/usr/local/Axis/libs/libaxis_xmlparser.so
  +Transport_http:/usr/local/Axis/libs/libaxis_transport.so