Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using WLST to bounce a managed server?

Tags:

weblogic

wlst

Is there a way to bounce/restart a managed server using WLST? The ServerRuntime MBean seems to have the correct functions to do this but as far as I can tell, you can only access this MBean for the server WLST is connected to ie the admin server. Is there a way to access this MBean for each Managed Server?

like image 849
awithrow Avatar asked Feb 26 '09 15:02

awithrow


1 Answers

Yes. I use it all the time in automated build / deployment tasks.

Connect to the node manager and call shutdown / start for each managed server / cluster.

like image 88
MarkOfHall Avatar answered Nov 26 '22 15:11

MarkOfHall