Hello Hut Carspecken, Another thing you can try is to monitor Tomcat by using a custom plugin with OpenNMS (http://www.opennms.org); OpenNMS can then talk with the JMX part of Tomcat in order to poll the health status (without SNMP).
There is an article at the IBM site about how to do this: http://www-106.ibm.com/developerworks/java/library/j-jmx3/ You could also write a small SNMP agent that could talk also JMX directly with Jakarta. The agent will talk back SNMP with your NMS (you will have to write a bridge). Another thing you could try is to write a Servlet that also can talk JMX with Tomcat; This servlet could send SNMP traps to your NMS in case of problems. The NMS (OpenNMS for example) will then redirect this trap to a ppropriate group. I really like this OpenSource SNMP Java stack: http://snmp.westhawk.co.uk/ Hope this helps. JV. --- "Robert F. Hall" <[EMAIL PROTECTED]> wrote: > Try Googling "Java SNMP open source". > Which returned, among other hits: > > http://netsnmpj.sourceforge.net/ > > http://edge.mcs.drexel.edu/GICL/people/sevy/snmp/snmp_package.html > > Robert > > Hut Carspecken wrote: > > >Good Morning Everyone, > > > >I need to incorporate Tomcat as the presentation > layer of a larger system and in doing so, I want > >to monitor it using SNMP. I understand that Tomcat > can incorporate JMX to monitor some of its > >functions; however, my project calls for the use of > SNMP. > > > >Has anyone monitored Tomcat with SNMP or have any > knowlege how to do so? > > > >Thanks! > > > >Hut > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: > [EMAIL PROTECTED] > >For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > ===== Jos� Vicente Nu�ez Zuleta RHCE#807302513906520 , SJCDJ, SJCPJ, SJCWCD Linux counter user #57417 - http://counter.li.org/ CVEBROWSER - http://cvebrowser.sourceforge.net/ JavaVen - http://groups.yahoo.com/group/JavaVen/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
