commit | bfc21d7e3f56d049a7a28b69bd9abeb0952c1c88 | [log] [tgz] |
---|---|---|
author | hs536 <sawamura.hiroki@fujitsu.com> | Thu Oct 31 13:41:03 2019 +0900 |
committer | hs536 <sawamura.hiroki@fujitsu.com> | Thu Oct 31 14:08:26 2019 +0900 |
tree | 6b40ef9c94d3d1f28f73f610c00c3d09d0e11046 | |
parent | 25a4957326d7d78254309bcffd9cdee0732b7c07 [diff] |
Minimal changes including the following changes to run with JDK 11. - Remove JVM options (java.ext.dirs and java.endorsed.dirs) from domain template and osgi.properties. - Move the packages from modules/endorsed/ to modules/ or lib/. - Add -Xbootclasspath option to load grizzly-npn-bootstrap.jar. - Add JVM options for reference to internal APIs and enable to add long JVM options (such as --add-opens). Signed-off-by: hs536 <sawamura.hiroki@fujitsu.com>
GlassFish is the reference implementation of Java EE.
Prerequisites:
Currently in the EE4J_8 branch artifacts are being pulled from OSSRH staging.
Run the full build:
mvn -Pstaging install
Locate the Zip distributions:
Locate staged distributions:
Running GlassFish QuickLook tests:
mvn -f appserver/tests/quicklook/pom.xml test -Dglassfish.home=appserver/distributions/glassfish/target/stage/glassfish5/glassfish
For more details, see QuickLook_Test_Instructions
glassfish5/bin/asadmin start-domain
glassfish5/bin/asadmin stop-domain