Skip to content
This repository was archived by the owner on Aug 10, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 565 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 565 Bytes

Tomcat Mongo Access Log Console

This project is used to query access logs generated by Tomcat Mongo Access Log.

Usage

  1. Have a nodejs and npm installed.
  2. Copy config.default.json to config.json.
  3. Modify config.json set mongodb url and collection name.
  4. Run command:
npm install
npm start
# or
./start
  1. Open browser http://localhost:3000