• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Log4j extention...SNMP Appender

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need some help guys....I'm developing an asnynchronous logging framewrok for our J2EE project at work...This is the requirement...

Any Log4j debugs,fatals and errors etc thrown from our Oracle 10g Server must be proccessed from a topic by a message driven bean which fromats the messages and sends an SNMP Trap to a network managament system(Unicenter)...a request is then opened and notification of the event is sent out...
Our network supports V1 traps, Ive already downloaded the log4j extention API, SNMP Appender...

Need some advice or examples from someone who has done a similar thing...
 
reply
    Bookmark Topic Watch Topic
  • New Topic