Runnable GlassFish Embedded - run Jakarta EE apps from command line, will be in 7.0.18 #25159
OndroMih
started this conversation in
Show and tell
Replies: 2 comments 3 replies
-
Video missing audio, is it intentional? |
Beta Was this translation helpful? Give feedback.
1 reply
-
What is glassfish-embedded-nucleus.jar? I can understand all and web. is it core profile? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently worked on this new feature in GlassFish. It allows running GlassFish Embedded from command line:
java -jar glassfish-embedded.jar
. This is already merged and will be available in the next version of GlassFish 7.0.18.Demo:
Runnable.GlassFish.Embedded.demo.mp4
Supports configuration via command line arguments and/or config files in the current directory:
All GlassFish Embedded flavors are supported:
Includes fixes that made GlassFish Embedded Web usable. Includes fixes to the Static shell to make it equal to standalone GlassFish Embedded JAR files.
java -jar glassfish-embedded.jar --help
prints the following info: glassfish.man.txtThe full documentation can be previewed here: https://glassfish.org/docs/SNAPSHOT/embedded-server-guide.html#running-from-command-line.
The pull request with the code changes: #25146
Beta Was this translation helpful? Give feedback.
All reactions