psi-probe-tomcat8

PSI Probe Tomcat 8.0.x Adapter - Implementation of features specific to Apache Tomcat 8.0.x

License

License

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

com.github.psi-probe
ArtifactId

ArtifactId

psi-probe-tomcat8
Last Version

Last Version

3.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

psi-probe-tomcat8
PSI Probe Tomcat 8.0.x Adapter - Implementation of features specific to Apache Tomcat 8.0.x
Project Organization

Project Organization

psi-probe
Source Code Management

Source Code Management

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

Download psi-probe-tomcat8

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-tomcat8/ -->
<dependency>
    <groupId>com.github.psi-probe</groupId>
    <artifactId>psi-probe-tomcat8</artifactId>
    <version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-tomcat8/
implementation 'com.github.psi-probe:psi-probe-tomcat8:3.3.1'
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-tomcat8/
implementation ("com.github.psi-probe:psi-probe-tomcat8:3.3.1")
'com.github.psi-probe:psi-probe-tomcat8:jar:3.3.1'
<dependency org="com.github.psi-probe" name="psi-probe-tomcat8" rev="3.3.1">
  <artifact name="psi-probe-tomcat8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-tomcat8', version='3.3.1')
)
libraryDependencies += "com.github.psi-probe" % "psi-probe-tomcat8" % "3.3.1"
[com.github.psi-probe/psi-probe-tomcat8 "3.3.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.github.psi-probe : psi-probe-core jar 3.3.1
jakarta.activation : jakarta.activation-api jar 1.2.1
com.sun.activation : jakarta.activation jar 1.2.1

provided (6)

Group / Artifact Type Version
org.apache.tomcat : tomcat-catalina jar 8.0.53
org.apache.tomcat : tomcat-jasper jar 8.0.53
org.apache.tomcat : tomcat-dbcp jar 8.0.53
com.google.code.findbugs : jsr305 jar 3.0.2
com.google.errorprone : error_prone_annotations jar 2.3.3
com.google.j2objc : j2objc-annotations jar 1.3

test (4)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.13.2
org.jmockit : jmockit jar 1.47
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
com.github.hazendaz : javabean-tester jar 2.2.0

Project Modules

There are no modules declared in this project.

PSI Probe

Build Status Coverity Scan Build Status Coverage Status Dependabot 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 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

  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.

  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.106
    • 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.59
    • 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.39
    • 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.M9

User Groups

FAQ

com.github.psi-probe

Psi-Probe

Advanced manager and monitor for Apache Tomcat

Versions

Version
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
3.0.0.RC2