What is it?

This program is dedicated to the powerful Jigsaw Web Server. ICP is an inter-proxy communication protocol. Jigsaw use a multicast version of this protocol (mICP). The goal of MICPLog is to log mICP packets into a Common Log Format file. You can use LA, FLA or any other programs to produce logs statistics.

How to use?

You will need jdk1.1 or better and several java classes of Jigsaw (w3c.www.protocol.http.micp package at least). Set your classpath, then launch MICPLog. You have to use a command line like this one:

	export CLASSPATH=/Jigsaw/classes/jigsaw.zip:/LA/classes/micp.jar
	java MICPLog -a <micpAddress> -p <micpPort> -l <micpLogsFile>
	

You can download Jigsaw's classes from http://www.w3.org/jigsaw

Most important command line options are:

MICP and Common Log Format

The access log in CLF records the raw information for each access, including:

Example of a CLF line:

138.96.138.20 - - [01/Feb/1998 21:00:35 +1] "MICPGET http://www.essi.fr/~buffa/cours/internet98/ MICP" 000 55


Look at the snapshot:


How to download it?

You can download MICPLogger from http://www.mygale.org/~jeanfi/LA.zip.

Thanks