All Projects → psi-probe → Psi Probe

psi-probe / Psi Probe

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

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Psi Probe

Mes
qcadoo MES - friendly web manufacturing software
Stars: ✭ 414 (-64.16%)
Mutual labels:  tomcat
Subnode.org
SubNode: Social Media App
Stars: ✭ 25 (-97.84%)
Mutual labels:  tomcat
Jersey2 Akka Java
An example async Java REST API using Jersey 2 and Akka
Stars: ✭ 50 (-95.67%)
Mutual labels:  tomcat
Java Sourcecode Blogs
Java源码分析 【源码笔记】专注于Java后端系列框架的源码分析,每周持续推出Java后端系列框架的源码分析文章。
Stars: ✭ 448 (-61.21%)
Mutual labels:  tomcat
Sakai
Sakai is a freely available, feature-rich technology solution for learning, teaching, research and collaboration. Sakai is an open source software suite developed by a diverse and global adopter community.
Stars: ✭ 729 (-36.88%)
Mutual labels:  tomcat
Aco Tomcat
Puppet module for Tomcat
Stars: ✭ 9 (-99.22%)
Mutual labels:  tomcat
Tutorial
Java全栈知识架构体系总结
Stars: ✭ 407 (-64.76%)
Mutual labels:  tomcat
Joinfaces Maven Jar Example
JoinFaces Maven Jar Example
Stars: ✭ 62 (-94.63%)
Mutual labels:  tomcat
Geek Framework
基于SpringBoot+Shiro+Redis+Jwt+Thymeleaf+MyBatis 开发的后台用户、角色、权限、会员管理、RestFul、Token和前台用户登录注册以及前后台用户分离的脚手架,技术交流请加QQ群:805442966
Stars: ✭ 804 (-30.39%)
Mutual labels:  tomcat
Java Sec Code
Java web common vulnerabilities and security code which is base on springboot and spring security
Stars: ✭ 1,033 (-10.56%)
Mutual labels:  tomcat
Gradle Tomcat Plugin
Gradle plugin supporting deployment of your web application to an embedded Tomcat web container
Stars: ✭ 516 (-55.32%)
Mutual labels:  tomcat
Tomcat
Apache Tomcat
Stars: ✭ 5,756 (+398.35%)
Mutual labels:  tomcat
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (-25.45%)
Mutual labels:  tomcat
Cookbook
🎉🎉🎉JAVA高级架构师技术栈==任何技能通过 “刻意练习” 都可以达到融会贯通的境界,就像烹饪一样,这里有一份JAVA开发技术手册,只需要增加自己练习的次数。🏃🏃🏃
Stars: ✭ 428 (-62.94%)
Mutual labels:  tomcat
Graceful Shutdown Spring Boot
Graceful Shutdown with Spring Boot (Demo)
Stars: ✭ 51 (-95.58%)
Mutual labels:  tomcat
Web
适合java新手入门练习的java web个人网站项目,目前主要维护web-mysql和web-psql两个分支。前台包括博客、代码库、文件下载、留言、登录注册、站内搜索、分类目录等功能,后台包括上传文件、博客、代码,编辑、删除文章,修改个人资料等功能,目前暂停开发新功能。网址:https://demo.hemingsheng.cn ,觉得不错的欢迎 star。 手机版网址:
Stars: ✭ 414 (-64.16%)
Mutual labels:  tomcat
Warbler
Warbler chirpily constructs .war files of your Ruby applications.
Stars: ✭ 850 (-26.41%)
Mutual labels:  tomcat
Tus Java Server
Library to receive tus v1.0.0 file uploads in a Java server environment
Stars: ✭ 64 (-94.46%)
Mutual labels:  tomcat
Restfeel
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Stars: ✭ 59 (-94.89%)
Mutual labels:  tomcat
Blog
本仓库存放个人博客的 markdown 源文件
Stars: ✭ 951 (-17.66%)
Mutual labels:  tomcat

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].