• 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

Funnel Web For Tomcat

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone guide me through to use Funnel Web Analyzer v5 for tomcat logs? How should I be able to create log files to be fed to Funnel Web Analyzer?
I have seen people using IIS to create W3C Extended log File format file to feed the Funnel Web.

How can I achieve the similar goal with Tomcat?
Thanks in advance.

Regards,

Swapan
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I stumbled across this article on creating custom log format. Perhaps you can find something useful there.
Bill
(Funnel Web?)
 
Swapan Mazumdar
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi William,

I have made a valve entry in the server.xml for the engine and it seems to be working fine for the Funnel Web Analyzer. I realised that tomcat follows the W3C Extended File Format for log file creation.

Following is the entry.
<Valve className="org.apache.catalina.valves.AccessLogValve" prefix="catalina_log." suffix=".txt" directory="physical path" pattern="common" timestamp="true"/>

Regards,

Swapan
 
Swapan Mazumdar
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi William,

As you know I am using Access Logger Valve for Catalina.
Is it possible to have roll over logging based on weekly/monthly schedule. If so do I need to change the params in the "pattern" or the access logger definition.

I am hoping you have some answers.

Cheers,

Swapan
 
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Is it possible to have roll over logging based on weekly/monthly schedule.


I have stuck with the default roll over so I don't know. If you find an answer, please post it.
Bill
 
Bras cause cancer. And tiny ads:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic