PSI Probe
Sites
Contributing
See CONTRIBUTING.md for info on working on PSI Probe and sending patches.
Latest Release via Github Releases
Please download latest probe.war from here
Latest Release via Maven Central
Please download latest psi-probe-web.war release from here
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
You can rename 'psi-probe-web.war' to the traditional 'probe.war' or other name as you see fit.
Building from Source
-
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." -
Minimum JDK version required to build is JDK 11 and run is JDK 8.
-
**Download and install Maven 3.9.2 or better
You may download it from the Apache Maven website.
-
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. It is advisable in every case to use only supported tomcat releases per specific vendor. Our support will only be against non CVE releases.
-
Tomcat 8.5 Series (Notice: We will drop support for tomcat 8.5 after tomcat officially archives it shortly after 3/31/2024 and we will complete a final release before that is done)
- Tomcat 8.5.86 to 8.5.96 (Stated end of life will be 3/31/2024, considering using tomcat 9 or better)
- TomEE 7.1 Discontinued, suggest to use TomEE 8.0 or better. TomEE no longer supports tomcat 8.5
- NonStop(tm) Servlets For JavaServer Pages(tm) v8.5 (Based on Tomcat 8.5.78)
- Pivotal tc 4.1.27 release with addon only (Based on Tomcat 8.5.94)
-
Tomcat 9.0 Series
- Tomcat 9.0.72 to 9.0.83
- TomEE 8.0.16 (Based on Tomcat 9.0.82). TomEE is ending support on December 31st 2023
- NonStop(tm) never supported 9.0 as they changed direction but seem to have come back now for 10.x
- Pivotal tc 4.1.27 release (Based on Tomcat 9.0.81)
- Pivotal tc 5.0.6 release (Based on Tomcat 9.0.81)
-
Tomcat 10.1 Series (pending)
- Tomcat 10.1.6 to 10.1.16
- TomEE 9.1.1 (Based on Tomcat 10.0.27)
- NonStop(tm) Servlets For JavaServer Pages(tm) v10.1 (Based on Tomcat 10.1.7)
- Pivotal tc 5.0.6 release (Based on Tomcat 10.1.14
-
Tomcat 11.0 Series (pending)
- Tomcat 11.0.0.M3 to 11.0.0.M14