/logviewer-play

Provides an implementation of the log viewer for the Play web framework

Primary LanguageJavaScript

logviewer - play

Overview

This project provides an implementation of the logviewer facility for the Play 2.1 web framework.

Getting Started

  • Follow the Getting Started instructions here to build a local copy of the logviewer jars.
  • Verify the build by starting and using one of the logviewer implementations provided.
  • Stop the logviewer server (to release the port for the Play application).
  • Copy the URL in the Git Read-Only entry field at the top of this web page to the clipboard
  • Change working directory to an appropriate location for the checkout, then execute: git clone url
  • Change working directory to the newly created logviewer-play subdirectory
  • Ensure you have javac, the Java 1.6/7 compiler, in your path
  • Execute /path/to/play to start the Play console
  • In the Play console, type compile to build the project
  • In the Play console, type run to start the Play server application
  • In a compatible web browser (see logviewer project), go to http://localhost:8080/logviewer/display (note no .html at end).

License

Apache V2.0

Revision History

  • 0.0.4 - Initial version aligned with logviewer project numbering.