Weblogic WLST connect() with blank username and password
问题 I am trying to connect to a t3 url which I am told has a blank username and password but, I don't know how to pass an empty username and password in the connect() call. How can I do this? When I do connect('', '', 't3://hostname:port') , WLST tries to connect to the given url using username 'weblogic' which I don't know where it is getting from? --- UPDATE --- Please ignore the above... See Sandra's comment. The script I am trying to run is the one shown in WebLogic Server JMS WLST Script –