# psi-probe **Repository Path**: androidfm/psi-probe ## Basic Information - **Project Name**: psi-probe - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-13 - **Last Updated**: 2024-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PSI Probe [![Build Status](https://travis-ci.org/psi-probe/psi-probe.svg?branch=master)](https://travis-ci.org/psi-probe/psi-probe) [![Coverity Scan Build Status](https://scan.coverity.com/projects/11611/badge.svg)](https://scan.coverity.com/projects/11611) [![Coverage Status](https://coveralls.io/repos/github/psi-probe/psi-probe/badge.svg?branch=master)](https://coveralls.io/github/psi-probe/psi-probe?branch=master) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=psi-probe/psi-probe)](https://dependabot.com) [![Maven central](https://maven-badges.herokuapp.com/maven-central/com.github.psi-probe/psi-probe-web/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.psi-probe/psi-probe-web) [![releases](https://github-release-version.herokuapp.com/github/psi-probe/psi-probe/release.svg?style=flat)](https://github.com/psi-probe/psi-probe/releases/download/psi-probe-3.4.2/probe.war) [![GPLv2 License](https://img.shields.io/badge/license-GPLv2-green.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) [![Project Stats](https://www.openhub.net/p/psi-probe/widgets/project_thin_badge.gif)](https://www.openhub.net/p/psi-probe) [![Github All Releases](https://img.shields.io/github/downloads/psi-probe/psi-probe/total.svg)]() ![psi-probe](src/site/resources/images/psi-probe-banner.jpg) ## Sites ## * [site](https://psi-probe.github.io/psi-probe/) * [sonarqube](https://sonarqube.com/dashboard/index?id=com.github.psi-probe:psi-probe) ## Contributing ## See [CONTRIBUTING.md](CONTRIBUTING.md) for info on working on PSI Probe and sending patches. ## Latest Release via Github Releases ## Please download latest probe.war from [here](https://github.com/psi-probe/psi-probe/releases/download/psi-probe-3.4.5/probe.war) ## Latest Release via Maven Central ## Please download latest psi-probe-web.war release from [here](https://oss.sonatype.org/content/repositories/releases/com/github/psi-probe/psi-probe-web/) You can rename 'psi-probe-web.war' to the traditional 'probe.war' or other name as you see fit. ## Latest Snapshot via Maven Central ## Please download latest psi-probe-web.war snapshots from [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/psi-probe/psi-probe-web/) You can rename 'psi-probe-web.war' to the traditional 'probe.war' or other name as you see fit. ## 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 build and run is JDK8. 3. **Download and install Maven 3.** You may download it from the [Apache Maven website](https://maven.apache.org/download.cgi). 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`. ## Supported Tomcat Versions Generally supported versions for third party tomcat providers align with their support but earlier versions may still work. Currently all tomcat in the series is supported but will soon begin to drop support for earlier versions due to vulnerability related issues. It is advisable in every case to use only supported tomcat releases per specific vendor. * Tomcat 7.0 Series - Tomcat 7.0.0 to 7.0.103 - TomEE 1.7.5 (Based on Tomcat 7.0.81) - NonStop(tm) Servlets For JavaServer Pages(tm) v7.0 (Based on Tomcat 7.0.10) - Pivotal tc 3.2.4 through 3.2.19 release (Based on Tomcat 7.0.72 through 7.0.99) * Tomcat 8.5 Series - Tomcat 8.5.0 to 8.5.53 - TomEE 7.0.6 / 7.1.1 (Based on Tomcat 8.5.41) - NonStop(tm) Servlets For JavaServer Pages(tm) v8.5 (Based on Tomcat 8.5.9) - Pivotal tc 3.2.4 through 3.2.19 release (Based on Tomcat 8.5.9 through 8.5.50) * Tomcat 9.0 Series - Tomcat 9.0.0 to 9.0.33 - TomEE 8.0.0 (Based on Tomcat 9.0.22) - Pivotal tc 4.0.0 through 4.0.10 release (Based on Tomcat 9.0.0 to 9.0.30) * Tomcat 10.0 Series (pending) - Tomcat 10.0.0.M3 to 10.0.0.M4 ## User Groups * [Announcements](https://groups.google.com/forum/#!forum/psi-probe) * [Discussions](https://groups.google.com/forum/#!forum/psi-probe-discuss) * [Slack](https://psi-probe.slack.com/) ## FAQ * [Adding Additional Loggers](https://github.com/psi-probe/psi-probe/wiki/Adding-Additional-Loggers) * [Forcing tomcat version](https://github.com/psi-probe/psi-probe/wiki/Troubleshooting#error-on-first-request)