Does Node Manager through WLST in Weblogic 10.3.4 call startWeblogic.cmd
问题 I am using weblogic 10.3.4 and have a WLST script which does the following 1. Creates a Domain 2. Create JDBC 3. Start NodeManager 4. Connect to Nodemanager 5. And Deploy my App Below are the relevant sections of my script templatehome = domainhome + "/wlserver/common/templates/domains/wls.jar" readTemplate(templatehome) create('MyDomain', 'Domain') cd('/Security/MyDomain/User/weblogic') cmo.setName(domainuserid) cmo.setUserPassword(domainpwd) writeDomain(domainlocation + '/'+ domainname) --