-1

How do I track if weblogic needs restart after any datasource or new service changes? Assuming you do not notice the notification displayed by weblogic...

https://images.app.goo.gl/n8eTrycPvMG6w5y69 ignore URL

ugexe
  • 5,297
  • 1
  • 28
  • 49

1 Answers1

0

The WLST function isRestartRequired() determines if a change you made to an MBean attribute requires you to re-start servers in your domain. Take a look at the Oracle documentation.

Emmanuel Collin
  • 2,556
  • 2
  • 10
  • 17