diff --git a/doc/release-notes/9340-payara5to6.md b/doc/release-notes/9340-payara5to6.md index af9856a9937..aa44f4098d0 100644 --- a/doc/release-notes/9340-payara5to6.md +++ b/doc/release-notes/9340-payara5to6.md @@ -30,15 +30,9 @@ `sudo vi /usr/local/payara6/glassfish/domains/domain1/config/domain.xml` - The lines will be part of three sections, examples shown below (but your content will vary). + The lines will appear in two sections, examples shown below (but your content will vary). - Section 1: mail resource (under ``) - - ``` - - ``` - - Section 2: system properties (under ``) + Section 1: system properties (under ``) ``` @@ -50,7 +44,7 @@ Note: if you used the Dataverse installer, you won't have a `dataverse.db.password` property. See "Create password aliases" below. - Section 3: JVM options (under ``, the one under ``, not under ``) + Section 2: JVM options (under ``, the one under ``, not under ``) ``` -Ddataverse.files.directory=/usr/local/dvn/data @@ -88,6 +82,10 @@ `sudo -u dataverse /usr/local/payara6/bin/asadmin start-domain` +1. Create a Java mail resource, pointing to your SMTP relay: + + `sudo -u dataverse /usr/local/payara6/bin/create-javamail-resource --mailhost "$SMTP_SERVER" --mailuser "dataversenotify" --fromaddress "do-not-reply@${HOST_ADDRESS}" mail/notifyMailSession` + 1. Create password aliases for your database, rserve and datacite jvm-options, if you're using them: ```