GitPedia

Glassfish

The Open Source Java EE Reference Implementation

From javaee·Updated May 26, 2026·View on GitHub·
·Archived

--- GlassFish Server ================= https://javaee.github.io/glassfish The project is written primarily in Java, distributed under the Other license, first published in 2017. Key topics include: glassfish, javaee, javaee7, javaee8.

Latest release: 5.0.1
January 16, 2019View Changelog →

:warning:This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the corresponding Eclipse repository. See here for the overall EE4J transition status.


GlassFish Server

https://javaee.github.io/glassfish

GlassFish is the reference implementation of Java EE.

Building

Prerequisites:

  • JDK8+
  • Maven 3.0.3+

Run the full build:

mvn install

Locate the Zip distributions:

  • appserver/distributions/glassfish/target/glassfish.zip
  • appserver/distributions/web/target/web.zip

Locate staged distributions:

  • appserver/distributions/glassfish/target/stage
  • appserver/distributions/web/target/stage

Starting GlassFish

glassfish5/bin/asadmin start-domain

Stopping GlassFish

glassfish5/bin/asadmin stop-domain

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from javaee/glassfish via the GitHub API.Last fetched: 6/22/2026