t5: logging pages

2008-07-08 Thread Angelo Chen
hi, i just noticed that catalina.out contains informations from different web apps hosted in the same site, is there a way for me to specify a log file for my tapestry 5 app only? thanks. Angelo -- View this message in context:

Re: t5: logging pages

2008-04-13 Thread Filip S. Adamsen
Hi Angelo, I don't Dispatcher is the most convenient place to put this, a RequestFilter seems like a better option since you have easy access to the name of the page, parameters, and whatnot. It'd basically be the same as creating an authentication filter but you would do logging instead.

t5: logging pages

2008-04-12 Thread Angelo Chen
Hi, I would like to keep a log of visits made by viewers, what page he goes, from what IP he comes, etc. what is a good place to do this, a dispatcher? or any good suggestions in adding a logging facility in T5? Thanks, Angelo -- View this message in context: