RE: EXNC1.JAVA and EXNC1.CLASS (Both in file EXNC1.ZIP along with this file README.TXT) EXNC1.CLASS is java executable application compiled using 'javac' command in the JDK (Java Development Kit) version 1.1.7B. Assuming you have Java run-time support on your system (either have JDK or JRE installed) you can run EXNC1.CLASS as follows: C:>java exnc1 ex990604.log nc990604.log where first parameter is an input HTTP server log file in W3C format and the second parameter is an output log file in CLF format. The output file is overwritten every time. The input file is read-only (not updated in any way). So the purpose of EXNC1 is to convert log files (one at a time) from W3C format to CLF format. Assumptions about the exact layout of entries in both log formats can be seen in the source code EXNC1.JAVA. This program is offered 'as is', with no responsibility accepted for any defects or inaccuracies. Any suggestions for improvements of fixes are welcome. Author: www.prosperosoftware.co.uk Date: 30th June 1999