Traces 0.1 Prototype download page

Traces is a tool for logging events ocurring in web-pages within a site prepared for Traces. Web pages are prepared by adding javascript event handlers to HTML-objects in the pages. The Traces system comes in two parts, the Traces01.zip file containing the site preparation tool and Traces01Server.zip containing the server part responsible for receiving log data and creating log files.
JDK1.1.* (Java Development Kit or newer) or JRE 1.* (Java Runtime Environment) must be installed.
 
Instructions for download and installation:
1. Download Traces01.zip.
2. Create a folder called 'traces'.
3. Extract Traces01.zip to that folder.
4. Use the command prompt (DOS-promt for windows users) to go to the 'traces' folder.
5. Start the site preparation tool by typing
 
    java Traces

6. Read the SettingsDialog help page to prepare Traces by filling in the SettingsDialog.
7. Follow the instructions under help for preparing the site.

Instructions for download and installation of the server.
1. Download Traces01Server.zip to the computer where the prepared site is residing.
2. Create a folder and extract the archive to that folder.
3. Use the command prompt to go to the folder.
4. Start the server by typing

        java TracesServer 8888

5. The server is now generating log files.