User Tools

Site Tools


informatica:weblogic:creacion_dominio
/weblogic/domains/dev/user_projects/domains/dev/bin/setDomainEnv.sh

/weblogic/weblogic1036/wlserver_10.3/common/bin/wlst.sh

connect('weblogic','weblogic1','t3://localhost:7001') 

wls:/dev/serverConfig> configToScript('/weblogic/domains/dev/user_projects/domains/dev/')

configToScript is loading configuration from /weblogic/domains/dev/user_projects/domains/dev/config/config.xml ...
Completed configuration load, now converting resources to wlst script...
Creating the key file can reduce the security of your system if it is not kept in a secured location after it is created. Creating new key...
Using existing user key file...
Using existing user key file...
Using existing user key file...
Using existing user key file...
Using existing user key file...
Using existing user key file...
configToScript completed successfully The WLST script is written to /weblogic/domains/dev/user_projects/domains/dev/config/config.py and the properties file associated with this script is written to /weblogic/domains/dev/user_projects/domains/dev/config/config.py.properties
WLST found encrypted passwords in the domain configuration. 
These passwords are stored encrypted in /weblogic/domains/dev/user_projects/domains/dev/config/c2sConfigdev 
and /weblogic/domains/dev/user_projects/domains/dev/config/c2sSecretdev. WLST will use these password values 

/weblogic/domains/dev/user_projects/domains/dev/config/config.py

/weblogic/domains/dev/user_projects/domains/dev/config/config.py.properties

configToScript()

/weblogic/silent

def create_Server_0(path, beanName):

cd(path)
try:
  print "creating mbean of type Server ... "
  theBean = cmo.lookupServer(beanName)
  if theBean == None:
    cmo.createServer(beanName)
except java.lang.UnsupportedOperationException, usoe:
  pass
except weblogic.descriptor.BeanAlreadyExistsException,bae:
  pass
except java.lang.reflect.UndeclaredThrowableException,udt:
  pass

create_Server_0(“/”, “AdminServerdev”)

informatica/weblogic/creacion_dominio.txt · Last modified: 2015/04/13 20:19 by 127.0.0.1