https://github.com/cbuschka/payara5-eval
https://github.com/cbuschka/payara5-eval
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbuschka/payara5-eval
- Owner: cbuschka
- License: mit
- Created: 2024-02-18T19:19:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T20:30:25.000Z (over 1 year ago)
- Last Synced: 2025-01-16T04:23:07.677Z (9 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# A dockerized payara5 with example app
## Prerequisites
* GNU make
* curl
* docker## Usage
```bash
make run
```## Links
* [Payara Blog - customizing start up](https://blog.payara.fish/flexibility-first-payara-docker-images-allow-a-completely-custom-start-up-configuration)
* [Payara 5 Docs - fine tuning for production](https://blog.payara.fish/fine-tuning-payara-server-5-in-production)
* [Payara 5 Docs - ssl configuration guide](https://docs.payara.fish/enterprise/docs/documentation/payara-server/server-configuration/ssl-certificates.html)## License
Copyright (c) 2024 by [Cornelius Buschka](https://github.com/cbuschka).[MIT](./license.txt)