Traditional logfile analytics tools (awstats, statcounter) or general web analytics (google analytics, yahoo web analytics) are not suitable for analyzing traffic on servlets. Is there a good alternative to log messages using a logging framework (log4j for example) and to write a custom analytics software for these?
Traditional logfile analytics tools (awstats, statcounter) or general web analytics (google analytics, yahoo web
Share
Perhaps you could write a servlet filter that reports analytics etc. via the platform independent JMX monitoring infrastructure?