sanjaya 2004/06/09 21:23:55
Modified: c/deploy axiscpp.conf_win
Log:
Changed the axiscpp.conf directive strings so that they are more clear
Revision Changes Path
1.3 +13 -13 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- axiscpp.conf_win 7 Jun 2004 09:06:17 -0000 1.2
+++ axiscpp.conf_win 10 Jun 2004 04:23:54 -0000 1.3
@@ -2,18 +2,18 @@
#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
+#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
-#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
+#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
\ No newline at end of file
|