Integ: Jakarta JCA api 1.7.2 (#22608)

Signed-off-by: Steve Millidge <steve.millidge@payara.fish>
Fixes https://github.com/eclipse-ee4j/jca-api/issues/25
17 files changed
tree: 0839f1bf972123c091078e327c51bef4335578d2
  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+

Currently in the EE4J_8 branch artifacts are being pulled from OSSRH staging.

Run the full build:

mvn -Pstaging 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