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 da...@apache.org on 2003/10/07 08:58:13 UTC

cvs commit: ws-axis/c/deploy/conf server.wsdd

damitha     2003/10/06 23:58:13

  Added:       c/deploy axiscpp.conf
               c/deploy/conf server.wsdd
  Log:
  added sample axiscpp.conf file
  and a conf directory where a sample server.wsdd is placed
  
  Revision  Changes    Path
  1.1                  ws-axis/c/deploy/axiscpp.conf
  
  Index: axiscpp.conf
  ===================================================================
  AXISLOGPATH:/usr/local/apache/Axis/logs/AxisLog
  WSDDFILEPATH:/usr/local/apache/Axis/conf/server.wsdd
  
  
  
  
  1.1                  ws-axis/c/deploy/conf/server.wsdd
  
  Index: server.wsdd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
   <service name="Calculator" provider="java:RPC">
    <parameter name="className" value="/usr/local/apache/Axis/webservices/libwebservice.so"/>
    <parameter name="allowedMethods" value="Add Echo"/>
   </service>
  </deployment>