WLST Connect()
wls:/offline> connect('weblogic','weblogic1','t3://localhost:8011',10)
Traceback (innermost last):
File "<console>", line 1, in ?
TypeError: connect() too many arguments; expected 3 got 4
can I get example how to pass timeout on wlst connect()
syntax: connect([username, password], [url], [timeout])