# glassfish **Repository Path**: mirrors_javaee/glassfish ## Basic Information - **Project Name**: glassfish - **Description**: The Open Source Java EE Reference Implementation - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### :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](https://github.com/eclipse-ee4j/glassfish). See [here](https://www.eclipse.org/ee4j/status.php) 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`