If you run a bundled webapp using "java -jar" from the terminal it works, however, when the terminal exits the process also is killed.
For example, you run "java -jar backend-server-0-SNAPSHOT-microbundle.jar" it would work but not as a persistent process.
What is the best way to run a Payara Micro bundled jar that will not terminate when the terminal exits? Much like how a web server works.