Re: [OT] Re: Some problem of analyzing the tomcat logs

2010-09-18 Thread yang Yang
Thanks all the guys for your reaply. SInce we can not use any third-party library,so we have to do ourselves. So I am looking for a java-based log analyzer to see how do them work. 2010/9/17 Pid p...@pidster.com On 17/09/2010 08:19, Wesley Acheson wrote: On Fri, Sep 17, 2010 at 9:17 AM,

Some problem of analyzing the tomcat logs

2010-09-17 Thread yang Yang
Hi: I am trying to develop a web based tool to track page hit counts, user session activity and etc of our own sites. I meet some problems: 1) How to distinguish a request target is a page or a resource? For example,the following two logs(remove some parts): #1- [17/Sep/2010:11:38:26 +0800]

Re: Some problem of analyzing the tomcat logs

2010-09-17 Thread André Warnier
Hi. In short and in my opinion, I think that you are re-inventing the wheel. There exist already numerous open-source programs which analyse web logs, and generally produce nice-looking graphics etc.. from them. And they do the splitting-up work properly, as long as you feed them the correct

Re: Some problem of analyzing the tomcat logs

2010-09-17 Thread Wesley Acheson
On Fri, Sep 17, 2010 at 9:17 AM, André Warnier a...@ice-sa.com wrote: Hi. In short and in my opinion, I think that you are re-inventing the wheel. There exist already numerous open-source programs which analyse web logs, and generally produce nice-looking graphics etc.. from them.  And they

Re: Some problem of analyzing the tomcat logs

2010-09-17 Thread Mikolaj Rydzewski
On Fri, 17 Sep 2010 09:19:39 +0200, Wesley Acheson +1 There is a lot of software out there that gives good logs. However I don't know if many of them distinguish the file extensions which seems to be his problem? One should divide site structure to have separate folders for images, resources

[OT] Re: Some problem of analyzing the tomcat logs

2010-09-17 Thread Pid
On 17/09/2010 08:19, Wesley Acheson wrote: On Fri, Sep 17, 2010 at 9:17 AM, André Warnier a...@ice-sa.com wrote: Hi. In short and in my opinion, I think that you are re-inventing the wheel. There exist already numerous open-source programs which analyse web logs, and generally produce