1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/payara/pkg-message
Rodrigo Osorio a90b7c6d43 Update www/payara from 4.1.1.163 to 4.1.2.173
Add a user and group to run the server

Full release note :
https://docs.payara.fish/release-notes/release-notes-173.html

PR:		224405
Submitted by:	Dmytro Bilokha <dmytro@posteo.net> (maintainer)
2018-05-24 20:49:47 +00:00

15 lines
678 B
Plaintext

To run the Payara Java Application Server from startup, add
payara_enable="YES" in your /etc/rc.conf.
Extra options can be found in the startup script.
By default Payara server is started by 'payara' user account. On service
start/stop caches and preferences are written to the payara user home
directory. To make it possible and avoid related warnings set 'payara' user
home directory to some writable place in the file system. To use the
default location, issue the command:
/usr/sbin/pw usermod payara -d %%VARDIR%%/prefs
Because default payara user is low-privileged, to allow Payara to listen
ports under 1024 you will need to tweak Mandatory Access Control policies.