dims 02/03/19 14:51:15
Modified: java/docs user-guide.html
java/src/org/apache/axis/utils resources.properties
Log:
- added some documentation for timeout
- better usage message (I hope!)
- No test case yet!!!
Revision Changes Path
1.50 +3 -0 xml-axis/java/docs/user-guide.html
Index: user-guide.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/user-guide.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- user-guide.html 19 Mar 2002 15:42:01 -0000 1.49
+++ user-guide.html 19 Mar 2002 22:51:14 -0000 1.50
@@ -979,6 +979,9 @@
indicate 1.1 or 1.2. The default is 1.2 (SOAP 1.2 JAX-RPC c
<br>
ompliant)
+<br> -O, --timeout <argument>
+<br>
+timeout in seconds (default is 45, specify -1 to disable)
<br>
<h4>
-h, --help</h4>
1.77 +1 -1 xml-axis/java/src/org/apache/axis/utils/resources.properties
Index: resources.properties
===================================================================
RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/resources.properties,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- resources.properties 19 Mar 2002 20:15:28 -0000 1.76
+++ resources.properties 19 Mar 2002 22:51:14 -0000 1.77
@@ -436,7 +436,7 @@
optionOutput00=output directory for emitted files
optionPackage00=override all namespace to package mappings, use this package name
instead
-optionTimeout00=network timeout (in seconds or -1 to disable)
+optionTimeout00=timeout in seconds (default is 45, specify -1 to disable)
options00=Options:
# NOTE: in optionScope00, do not translate "Application", "Request", "Session"