JavaTrace  

JavaTrace has been developed and tested on JDK 1.5.0 . JDK 1.5.0 is required to use JavaTrace.

The installation of JavaTrace involves the following two facets:

  • The javatrace.jar file
  • The javatrace.properties file

In order to compile code that uses JavaTrace API calls, the javatrace.jar file has to be in the CLASSPATH.

Installing JavaTrace in a standalone Java application

To install JavaTrace in a standalone Java application:

  1. Download javatrace-bin-v1.1_b1.zip file from here
  2. Unzip javatrace-bin-v1.1_b1.zip into a directory (This directory will have the javatrace.jar file)
  3. Modify the CLASSPATH environment variable of your application to include javatrace.jar
  4. Modify the CLASSPATH environment variable of your application to include the javatrace.properties
  5. Make changes to the javatrace.properties file as required by your application.

Installing JavaTrace in a Java web application

To install JavaTrace in a Java web application:

  1. Download javatrace-bin-v1.1_b1.zip file from here
  2. Unzip javatrace-bin-v1.1_b1.zip into a directory (This directory will have the javatrace.jar file)
  3. Copy the javatrace.jar file to the WEB-INF/lib directory of the web application
  4. Copy the javatrace.properties file to the WEB-INF/classes directory of the web application
  5. Make changes to the javatrace.properties file as required by your application

Installing JavaTrace in a Java enterprise application

To install JavaTrace in a Java enterprise application:

  1. Download javatrace-bin-v1.1_b1.zip file from here
  2. Unzip javatrace-bin-v1.1_b1.zip into a directory (This directory will have the javatrace.jar file)
  3. Copy the javatrace.jar file to the APP-INF/lib directory of the web application
  4. Copy the javatrace.properties file to the APP-INF/classes directory of the web application
  5. Make changes to the javatrace.properties file as required by your application

Home

Download

User Guide

Support

Discussion Forum

API Doc

Project hosted on:

© 2007 JavaTrace