Example WLST Script to Obtain JDBC and JTA MBean Values
- by Daniel Mortimer
Introduction
Following on from the blog entry "Get an Offline or Online WebLogic Domain Summary Using WLST!", I have had a request to create a smaller example which only collects a selection of JDBC (System Resource) and JTA configuration and runtime MBeans values. So, here it is.
Download Sample Script
You can grab the…