Skip to content

MichalHecko/wlst-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

wlst-scripts

Set of WSLT scripts for manage WebLogic instances.

manageServers.py

Main script than connect to AdminServer via wslt.sh. Usage: ./wlst.sh manageServers.py -u username -p password -a adminUrl [:] -n ServerName -c [stop:start:restart:status:stopall:startall:statusall]

  • maybe you need a bash script wrapper to pass an arguments
  • if you have problem with passing arguments to wlst.sh, try to remove space between parameter and valud - i.e. manageServers.py -uusername -ppaswword -aadminUrl -nservername -caction

init.d scripts:

  • single-node-full-initd/weblogic.sh: complete script that start/stop nodemanager, admin server and managed servers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published