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 pr...@apache.org on 2005/01/12 18:23:20 UTC

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

prestonf    2005/01/12 09:23:20

  Modified:    c/deploy axiscpp.conf_win
  Log:
  Hi All,
  These are modifications needed for the draft of the new http transport implementation AXIS3 (see AXISCPP-361).
  Regards,
  Fred Preston.
  
  Revision  Changes    Path
  1.5       +5 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- axiscpp.conf_win	6 Jul 2004 08:34:40 -0000	1.4
  +++ axiscpp.conf_win	12 Jan 2005 17:23:20 -0000	1.5
  @@ -11,11 +11,14 @@
   #XMLParser:The xml parser library
   #NodeName:Node name
   #ListenPort:Listening port
  -
  +#Channel_HTTP:The HTTP transport channel library
  +#Channel_HTTP_SSL:The HTTP transport secure channel library
   
   #LogPath:Axis\logs\AxisLog.txt
   #WSDDFilePath:Axis\conf\server.wsdd
   LogPath:C:\Program Files\Apache Group\Apache\Axis\logs\AxisLog.txt
   WSDDFilePath:C:\Program Files\Apache Group\Apache\Axis\conf\server.wsdd
   XMLParser:AxisXMLParser.dll
  -Transport_http:AxisTransport.dll
  +Transport_http:HTTPTransport.dll
  +Channel_HTTP:HTTPChannel.dll
  +Channel_HTTP_SSL:HTTPSSLChannel.dll
  \ No newline at end of file