WebLogic Scripts Collection Code
Collection of Script for the weblogic.WLST console
Brought to you by:
maxadamo
File | Date | Author | Commit |
---|---|---|---|
README | 2013-03-09 |
![]() |
[270239] Initial commit |
creadominio.py | 2013-03-09 |
![]() |
[270239] Initial commit |
fixadmin.py | 2013-03-12 |
![]() |
[687d99] Nuovi Script Aggiunti |
fixnodemanager.py | 2013-03-12 |
![]() |
[687d99] Nuovi Script Aggiunti |
prop.py | 2013-03-09 |
![]() |
[270239] Initial commit |
restart_wl.sh | 2013-03-12 |
![]() |
[687d99] Nuovi Script Aggiunti |
source_restart_wl.sh | 2013-03-12 |
![]() |
[687d99] Nuovi Script Aggiunti |
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"