From 0b9934f2c3de766f89b8bcf7a538424061f46695 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
waits up to 3 minutes (and checks every 500 milliseconds) for a web server on localhost to serve up the specified URL.
-<waitfor maxwait="10" maxwait="second">
+<waitfor maxwait="10" maxwaitunit="second">
<and>
<socket server="dbserver" port="1521"/>
<http url="http://webserver/mypage.html"/>
@@ -110,7 +110,7 @@ true within the specified time.
waits up to 10 seconds for a server on the dbserver machine to begin listening
on port 1521 and for the http://webserver/mypage.html web page
to become available.
-
Copyright © 2001,2004-2005 The Apache Software Foundation. All rights
+
Copyright © 2001, 2004-2005 The Apache Software Foundation. All rights
Reserved.