Executing connect() command in WLST script with wlst.sh utilizing boot.properties
Hi,
I am trying to use the connect() command in a wlst script utilizing the boot.properties file. But when I execute the script through wlst.sh from the directory containing the boot.properties file, I am still being prompted to enter the username and password. Is there any way to execute the wlst script using wlst.sh without providing the username and password.
test.jy:
connect(url='t3://localhost:8200')
exit()
cd $DOMAIN_HOME/servers/PIA/security
$DOMAIN_HOME/servers/PIA/security> $WL_HOME/wlserver/common/bin/wlst.sh $SCRIPT_HOME/test.jy
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell