adds the application server Payara Server 5.181 - Java EE 8
Added Maven 3.5.3
Attention: Payara 5.181 only works correctly in the JDK 8u162 version, it has been updated in PR-> #176
What issues does this PR fix or reference?
None
New behavior
by default the Payara runs on port 8080
admin console runs on port 4848, need to add security in browser
to start, stop and reset the server run the commands:
- / home / user / payara5 / bin / asadmin start-domain
- / home / user / payara5 / bin / asadmin stop-domain
- / home / user / payara5 / bin / asadmin restart-domain
What does this PR do?
Attention: Payara 5.181 only works correctly in the JDK 8u162 version, it has been updated in PR-> #176
What issues does this PR fix or reference?
None
New behavior
- / home / user / payara5 / bin / asadmin start-domain - / home / user / payara5 / bin / asadmin stop-domain - / home / user / payara5 / bin / asadmin restart-domain
admin-console : username -> admin
password -> admin
to add volumes, modify on che.env to:
Tests written?
No
Docs updated?
No