Monitoring Results with HTTP Server

The JavaTest harness provides a small web server that you can use to browse test progress while tests are running. To monitor a test run with the web server:

  1. Use the following command on the command line to activate the web server:

    java -jar javatest.jar -startHttpServer

  2. Record the port number reported to the console.
  3. Launch a web browser and in the browser url field enter:

    http://machine:port/

    machine is your machine name.

    port is the port number reported by JavaTest.