Skip to content

Commit

Permalink
note JSF patch #6593
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Apr 20, 2020
1 parent 343437d commit b361999
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/sphinx-guides/source/installation/installation-main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ This allows the installer to be run in non-interactive mode (with ``./install -y

All the Payara configuration tasks performed by the installer are isolated in the shell script ``dvinstall/as-setup.sh`` (as ``asadmin`` commands).

The installer patches the app server, copying ``jakarta.faces_dv.jar`` into ``/usr/local/payara5/glassfish/modules``. For details on this patch, see https://github.com/eclipse-ee4j/mojarra/issues/4647

**IMPORTANT:** As a security measure, the ``as-setup.sh`` script stores passwords as "aliases" rather than plaintext. If you change your database password, for example, you will need to update the alias with ``asadmin update-password-alias db_password_alias``, for example. Here is a list of the password aliases that are set by the installation process and entered into Payara's ``domain.xml`` file:

- ``db_password_alias``
Expand Down

0 comments on commit b361999

Please sign in to comment.