producing stats

2004-06-02 Thread olivier demah
Hi, I would like to know what each of you, use to produce stats based on the logs. Is there a tool like webalizer / awstats (used to parse apache logs) for jetty ? if not ; how can i produce W3C log format ? I've read http://wiki.cocoondev.org/Wiki.jsp?page=ConfiguringTheLogs but i dont see how

Re: producing stats

2004-06-02 Thread Upayavira
olivier demah wrote: Hi, I would like to know what each of you, use to produce stats based on the logs. Is there a tool like webalizer / awstats (used to parse apache logs) for jetty ? if not ; how can i produce W3C log format ? I've read http://wiki.cocoondev.org/Wiki.jsp?page=ConfiguringTheLogs

Re: producing stats

2004-06-02 Thread olivier demah
Upayavira wrote: olivier demah wrote: Hi, I would like to know what each of you, use to produce stats based on the logs. Is there a tool like webalizer / awstats (used to parse apache logs) for jetty ? if not ; how can i produce W3C log format ? I've read http://wiki.cocoondev.org/Wiki.jsp?page=C

Re: producing stats

2004-06-02 Thread Upayavira
olivier demah wrote: Upayavira wrote: olivier demah wrote: Hi, I would like to know what each of you, use to produce stats based on the logs. Is there a tool like webalizer / awstats (used to parse apache logs) for jetty ? if not ; how can i produce W3C log format ? I've read http://wiki.cocoonde

Re: producing stats

2004-06-02 Thread Bertrand Delacretaz
Le 2 juin 04, à 15:45, olivier demah a écrit : Upayavira wrote: ...You should run Apache in front of Jetty, and use Apache's logs. We use awstats, which serve us fine ...isn't there a simpliest way ? Installing Apache and mod_proxy is fairly trivial today (at least on *nix platforms, dunno m

Re: producing stats

2004-06-02 Thread Bertrand Delacretaz
Le 2 juin 04, à 16:52, Upayavira a écrit : ...And also, using Apache's cool 'graceful' restart feature, I can upgrade a client from v1.1 webapp to v1.2 webapp without any downtime at all... You've tickled my curiosity here, can you elaborate or point me to relevant docs about this feature? -Ber

Re: producing stats

2004-06-02 Thread Mark Lundquist
On Jun 2, 2004, at 6:45 AM, olivier demah wrote: Upayavira wrote: You should run Apache in front of Jetty, and use Apache's logs. We use awstats, which serve us fine. isn't there a simpliest way ? That way is way simple! :-) ~ml

Re: producing stats

2004-06-02 Thread Tony Collen
Bertrand Delacretaz wrote: Le 2 juin 04, à 16:52, Upayavira a écrit : ...And also, using Apache's cool 'graceful' restart feature, I can upgrade a client from v1.1 webapp to v1.2 webapp without any downtime at all... You've tickled my curiosity here, can you elaborate or point me to relevant do

Re: producing stats

2004-06-02 Thread Upayavira
Tony Collen wrote: Bertrand Delacretaz wrote: Le 2 juin 04, à 16:52, Upayavira a écrit : ...And also, using Apache's cool 'graceful' restart feature, I can upgrade a client from v1.1 webapp to v1.2 webapp without any downtime at all... You've tickled my curiosity here, can you elaborate or point

Re: producing stats

2004-06-02 Thread Tony Collen
Upayavira wrote: Aw. You spoilsport ;-) I was hoping to tell him that! ;) ;) ;)... Before I was active with Cocoon, I had tons of httpd experience. Anyway, note that I couldn't find this on Windows, but it is available on Unix. IIRC, The httpd people don't recommend that you use it under Win32 in

Re: producing stats

2004-06-02 Thread Bertrand Delacretaz
Le 2 juin 04, à 18:39, Upayavira a écrit : Tony Collen wrote: ...The 'apachectl' command has a "graceful" parameter: ...Aw. You spoilsport ;-) I was hoping to tell him that! ...thanks very much to both of you for the clear explanations! -Bertrand ---