Skip to content

Latest commit

 

History

History

admin-web

JPPF Web administration console.

A web-based administration and monitoring console for JPPF grids. It is functionally equivalent to the desktop console, with the exception of the charts and graph view which are not present.

How to get it

Direct download: from the latest release, look for JPPF-6.2-beta-admin-web.zip

War file

Maven Central:

<dependency>
  <groupId>org.jppf</groupId>
  <artifactId>jppf-admin-web</artifactId>
  <version>6.2-beta</version>
</dependency>

Jar for enterprise applications to embed the web admin console:

Maven Central:

<dependency>
  <groupId>org.jppf</groupId>
  <artifactId>jppf-admin-web-embedded</artifactId>
  <version>6.2-beta</version>
</dependency>