Re: Question about logging

2002-10-31 Thread Ugo Cei
Steven Noels wrote: Ugo Cei wrote: > Sorry for the OT question, but is it possible to have Tomcat 4.1 log > requests in the NCSA (combined) format, like Apache does? I'm going > to move some sites from Apache+Tomcat to Tomcat standalone and I'd > hate to lose statistics. It seems so: http:

Re: Question about logging

2002-10-31 Thread Steven Noels
Ugo Cei wrote: > Sorry for the OT question, but is it possible to have Tomcat 4.1 log > requests in the NCSA (combined) format, like Apache does? I'm going > to move some sites from Apache+Tomcat to Tomcat standalone and I'd > hate to lose statistics. It seems so: http://jakarta.apache.org/tomc

Re: Question about logging

2002-10-31 Thread Ugo Cei
Tony Collen wrote: Well, in the case of something like a weblog (cocoblog), it's nice to be able to track and see who's been linking to your posts. That's all... probably a lot more work that it's worth. I was hoping on finding something that was not container-specific, but I suppose it is the c

Re: Question about logging

2002-10-31 Thread Ugo Cei
Vadim Gritsenko wrote: Cocoon by itself do not write access log similar to log of the web server, because cocoon does not tries to replace web server. Vadim Sorry for the OT question, but is it possible to have Tomcat 4.1 log requests in the NCSA (combined) format, like Apache does? I'm going

Re: Question about logging

2002-10-30 Thread Tony Collen
On Wed, 30 Oct 2002, Vadim Gritsenko wrote: > >On a side note, it would be nice to have some sort of simple access logs > >that followed the "tradition" Apache HTTPD-style logs. > > > > But, as I said above, Tomcat can write it - why do you want to do it again? > > Vadim Well, in the case of som

Re: Question about logging

2002-10-30 Thread Vadim Gritsenko
Tony Collen wrote: On Wed, 30 Oct 2002, Vadim Gritsenko wrote: Where do you see it? .. Am I looking in the right place for referrer info, or am I way off? You need referer header which browser sents. Usually this info logged by web server or server engine. You can either create

Re: Question about logging

2002-10-30 Thread Tony Collen
On Wed, 30 Oct 2002, Vadim Gritsenko wrote: > Where do you see it? > > > > .. Am I looking > >in the right place for referrer info, or am I way off? > > > > You need referer header which browser sents. Usually this info logged by > web server or server engine. You can either create your own log (a

Re: Question about logging

2002-10-30 Thread Vadim Gritsenko
Tony Collen wrote: Hi everyone, I'm toying around with the idea of writing something like a ReferringURLGenerator that will spit out all the referring URLS that Cocoon has seen in it's logs. The only problem is that I can't find any trace of such info being logged in access.log, core.log, sitem

Question about logging

2002-10-30 Thread Tony Collen
Hi everyone, I'm toying around with the idea of writing something like a ReferringURLGenerator that will spit out all the referring URLS that Cocoon has seen in it's logs. The only problem is that I can't find any trace of such info being logged in access.log, core.log, sitemap.log, etc. I notice