-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PAYARA-1134 make ROOT.war deploy to / context root #1149
Conversation
…mmands not just when embedded
jenkins test please |
One or more tests have failed |
jenkins test please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to also include your check for when deploying using a GAV.
You can use my branch to test it with (currently still deploys to "/ROOT"):
java -jar payara-micro.jar --deployFromGAV fish.payara.testing,ROOT,1.1 --additionalRepository https://raw.github.com/Pandrex247/Payara_PatchedProjects/Payara-Maven-Deployer
…ith a context root of /
OK GAV should now work as well |
jenkins test please |
All tests have passed |
1 similar comment
All tests have passed |
In Payara Micro make ROOT.war deploy to the / context root as it does after packaging as an Uber Jar