tree: e27eb3f3638f3ce5698893c5bbc48d286537d380 [path history] [tgz]
  1. .github/
  2. appserver/
  3. nucleus/
  4. .gitignore
  5. CONTRIBUTING.md
  6. LICENSE.md
  7. NOTICE.md
  8. pom.xml
  9. README.md
README.md

GlassFish Server

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