cordjr / psi-probe

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSI Probe

Build Status Coverage Status Dependency Status GPLv2 License Project Stats

psi-probe

Contributing

See CONTRIBUTING.md for info on working on PSI Probe and sending patches.

Latest Snapshot

Please download latest snapshots from [here] (https://oss.sonatype.org/content/repositories/snapshots/com/github/psi-probe/)

Building from Source

  1. Clone PSI Probe's git repository.

    Note: If you plan to contribute to PSI Probe, you should create your own fork on GitHub first and clone that. Otherwise, follow these steps to build the latest version of PSI Probe for yourself.

    Execute the following command:

    git clone https://github.com/psi-probe/psi-probe
    

    This will create directory called psi-probe. Subsequent steps will refer to this as "your PSI Probe base directory."

  2. Minimum JDK version required to run build is JDK7. Project still targets JDK6. The raise to JDK7 is a direct result of early Tomcat 9 support and maven plugins moving to JDK7.

  3. Download and install Maven 3.

    You may download it from the Apache Maven website.

  4. Run Maven.

    Execute the following command from your PSI Probe base directory:

    mvn package
    

    This will create a deployable file at web/target/probe.war.

User Groups

About

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe


Languages

Language:Java 92.7%Language:JavaScript 4.8%Language:CSS 2.3%Language:Shell 0.1%