Reputation: 105
I m trying to find some kind of script tool for monitoring my tomcat server and applications/interfaces deployed within the server. Is there are tool similar to WLST available in weblogic ?
I will be preparing the web-application , which will get the details of different servers and display it on the portal.
Upvotes: 0
Views: 234
Reputation: 629
Hope not yet available like WLST Vaibhava, I would suggest you look for JMX remote monitoring thru Zabbix an open source monitoring tool, which uses very light processes with Master/Agent architecture with pretty UI. There are some templates for Tomcat JMX find here :
Upvotes: 1