export
DOMAIN_HOME=/u01/app/EBS/fs2/FMW_Home/user_projects/domains/EBS_domain
cd $DOMAIN_HOME/bin
. ./setDomainEnv.sh
java weblogic.WLST
from weblogic.security.internal import BootProperties
BootProperties.load("/u01/app/EBS/fs2/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/security/boot.properties",
false)
prop = BootProperties.getBootProperties()
print "username: " + prop.getOneClient()
print "password: " + prop.getTwoClient()
No comments:
Post a Comment