Disabling the Phone Home
The phone home service is enabled by default when starting a Payara Server or Payara Micro. The phone home service can easily disabled in four different ways.
Removing service module
-
Navigate to the
${PAYARA_INSTALL_DIR}/glassfish/modules
directory -
Delete the
phonehome-bootstrap.jar
module.
Using an asadmin
command
-
Run the command:
asadmin disable-phome-home
. -
Restart the server to apply the change.