I am starting a war-packaged Java EE project with payara micro from command line:
java -jar payara-micro.jar --deploy target/application.war
Then I am able to start the app with
http://localhost:8080/application
But is there an option to deploy to an empty context root, so that I can start just with
http://localhost:8080
?