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/10/08 04:40:06 UTC

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

samisa      2004/10/07 19:40:05

  Modified:    c/deploy/conf client.wsdd
  Added:       c/deploy/etc axiscpp.conf_linux
  Removed:     c/deploy axiscpp.conf_linux
  Log:
  Cleanded up the conf file locations
  
  Revision  Changes    Path
  1.6       +2 -2      ws-axis/c/deploy/conf/client.wsdd
  
  Index: client.wsdd
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/deploy/conf/client.wsdd,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- client.wsdd	19 Jul 2004 11:33:38 -0000	1.5
  +++ client.wsdd	8 Oct 2004 02:40:05 -0000	1.6
  @@ -1,8 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?> 
   <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:C="http://xml.apache.org/axis/wsdd/providers/c">  
  -<service name="Calculator" provider="CPP:DOCUMENT" description="Simple Calculator">
  +<service name="baseDL" provider="CPP:DOCUMENT" description="Simple Calculator">
   <requestFlow name="test-handler-req">        
  -<handler name="TestHandler" type="/usr/local/axiscpp_deploy/handlers/client2/test_handler/libtest_client_handler.so">/>        
  +<handler name="TestHandler" type="/home/samisa/autoCVS/cvsAutoBuild/deploy/lib/libtest_client_handler.so">/>        
   </handler>  
   </requestFlow>
   </service>
  
  
  
  1.1                  ws-axis/c/deploy/etc/axiscpp.conf_linux
  
  Index: axiscpp.conf_linux
  ===================================================================
  # 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
  #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
  #NodeName:Node name
  #ListenPort:Listening port
  
  LogPath:/usr/local/axiscpp_deploy/log/AxisLog
  WSDDFilePath:/usr/local/axiscpp_deploy/etc/server.wsdd
  ClientLogPath:/usr/local/axiscpp_deploy/log/AxisClientLog
  XMLParser:/usr/local/axiscpp_deploy/lib/libaxis_xmlparser.so
  Transport_http:/usr/local/axiscpp_deploy/lib/libaxis_transport.so