Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe
Java JavaScript CSS Shell
Clone or download
hazendaz Merge pull request #1183 from hazendaz/master
[pom] Set jspc to same java version used to build
Latest commit 80e3e26 Jun 13, 2018
Permalink
Failed to load latest commit information.
.mvn/wrapper [pom] Update maven wrapper to 0.4.0 Mar 19, 2018
core [ci] Ran formatter Jun 13, 2018
docs/logback-samples/sift-appender [logs] Change logs archive to tar.gz not zip so easily readable on *nix Feb 15, 2018
rest [maven-release-plugin] prepare for next development iteration Apr 14, 2018
src/site [ci] Add certificates mention on site Jan 15, 2018
tomcat70adapter [pom] Update tomcat7 to 7.0.88 May 14, 2018
tomcat80adapter issue #1140 Jun 12, 2018
tomcat85adapter issue #1140 Jun 12, 2018
tomcat90adapter issue #1140 Jun 12, 2018
travis [migrate] Separate out ojdbc from main project Apr 26, 2017
web [ci] Add null check for correctness in servlet error jsp page Jun 13, 2018
.gitattributes Git Attributes line normalization added only Jul 6, 2015
.gitignore [git] ignore additional files Apr 14, 2018
.travis.yml [travis] Add jdk11 and openjdk9 May 7, 2018
CONTRIBUTING.md [readme] Split out CONTRIBUTING.md from README.md to match github sta… Mar 21, 2016
LICENSE [https] Internal http changed to https and some licenses corrected Dec 12, 2016
LICENSE_HEADER [https] Internal http changed to https and some licenses corrected Dec 12, 2016
README.md [ci] Remove versioneye Jun 13, 2018
eclipse-java-google-style.xml [style] Revert header format (conflicts with plugin) Apr 14, 2018
intellij-java-google-style.xml [https] Internal http changed to https and some licenses corrected Dec 12, 2016
mvnw [pom] Update maven wrapper to 0.4.0 Mar 19, 2018
mvnw.cmd [pom] Update maven wrapper to 0.4.0 Mar 19, 2018
pom.xml [pom] Set jspc to same java version used to build Jun 13, 2018

README.md

PSI Probe

Build Status Coverity Scan Build Status Coverage Status Maven central releases GPLv2 License Project Stats Github All Releases

psi-probe

Sites

Contributing

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

Latest Snapshot

Please download latest snapshots from here

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

FAQ