Integ: Woodstock 4.0.2.15 (#22595)

* Updating woodstock and dependlibs version
* Updating the woodstock version with dependencies.

Signed-off-by: Jayasheelan Kumar <jayasheelan.kumar@oracle.com>
2 files changed
tree: 27e08c76659e5bbf6edbf09aa11f9fbbc417bbc6
  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