On Fri, Apr 23, 2010 at 7:54 PM, Ziggy <zigg...@gmail.com> wrote: > Hi, > > I was refering to monitoring things like database connections, active > threads or sessions etc. > > Thanks
if you want to have monitoring from outside the jvm, go for nagios/munin/big brother/sister or whatever. If you want to monitoring from inside of your application go for moskito: http://moskito.anotheria.net http://test.anotheria.net/moskitodemo/mui/ <- demo installation with web user interface. regards Leon > > On Fri, Apr 23, 2010 at 11:50 AM, Harry Metske <harry.met...@gmail.com>wrote: > >> It depends on what you mean with "monitor". >> We use nagios (http://www.nagios.org) to monitor multiple Tomcat >> instances. >> You can do a plain check for an open socket, or call Tomcat's jmx proxy >> over >> http(s) to query Tomcat's mbeans. >> >> regards, >> Harry >> >> 2010/4/23 Ziggy <zigg...@gmail.com> >> >> > Hi guys, >> > >> > Is there a way to monitor multiple tomcat instances? I have managed to >> > configure multiple tomcat instances using $CATALINA_BASE but i cant seem >> to >> > be able to find a way to monitor the instances. I know about the tomcat >> > manager, admin and the Tomcat Probe/lambda applications. These will all >> > only >> > monitor a single instance of a running tomcat. >> > >> > Is there a way i can monitor all running instances from one tomcat >> > instance? >> > >> > Thanks >> > >> > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org