Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2013-03-09 | 755 Bytes | |
creadominio.py | 2013-03-09 | 5.0 kB | |
prop.py | 2013-03-09 | 4.6 kB | |
Totals: 3 Items | 10.3 kB | 0 |
We have an architecture composed of silos, therefore creating domains is easier to perform thru scripts These scripts are supposed to be copied onto bin directory owned by Weblogic user directory (here we use /opt/weblogic/bin). In order to use the script you have alreadyset the following: WL_HOME for instance equal to: /opt/weblogic/Oracle/Middleware/wlserver_12.1 MW_HOME for instance equal to: /opt/weblogic/Oracle/Middleware DOMAIN_HOME for instance equal to: /opt/weblogic/Oracle/Middleware/user_projects/domains/<YOUR_DOMAIN_HERE> and than you can run: source "${WL_HOME}/server/bin/setWLSEnv.sh" otherwise you simply run: updatedb; source $(locate setWLSEnv.sh) The script cannot be run "as is". You need to set the parameters in "prop.py"