A quick tutorial for middleware products

  • WeblogicArch

  • J2EEArch

  • FussionArch

Tuesday, April 21, 2015

On April 21, 2015 by Kamlesh   5 comments
WLST Script for checking the status of JDBC Datasource in Weblogic  WLST has some good features like we can monitor the weblogic domain, monitor JMS Cluster, Datasource target and untarget etc. In this post I am explaining about how to monitor JDBC Datasource like status of datasource, load on datasource etc. by WLST script. Step by step explaining how to prepare the JDBCmonitor.py...

Friday, April 10, 2015

On April 10, 2015 by Kamlesh   1 comment
WLST Script for Monitoring the JMS status of Weblogic Domain After long time writing something about WLST WLST has some good features like we can monitor the weblogic domain, monitor JMS Cluster, Datasource target and untarget etc. In this post I am explaining about how to monitor JMS Cluster like message count, pending message etc. by WLST script. Step by step explaining how to prepare...
On April 10, 2015 by Kamlesh   6 comments
WLST Script for checking the health status of Weblogic Domain (Admin/Managed node) After long time writing something about WLST WLST has some good features like we can monitor the weblogic domain, monitor JMS Cluster, Datasource target and untarget etc. In this post I am explaining about how to monitor Weblogic domain like Server State, Server Health, Listen Port, Listen Addresses etc. by...