This section explains the users required by PL/extJava.
Operating system administrator user (the operating system default is "Administrator")
The operating system administrator user becomes the domain administrator. Furthermore, the operating system administrator user also becomes the effective user of processes that configure the application server container, so file access via Java applications, for example, is performed with operating system administrator user privileges.
If using the features of Symfoware Server Java application server incorporated into Symfoware Server:
This is the effective user of containers and the pgx_jadmin command.
Specify this user in the "--dbadminuser" option of "pgx_jadmin init-domain".
Users who connect to the database
If Java applications access the database, use the JDBC connection pool. These are the authenticated users for this access.
Use the CREATE USER statement to add users who connect to the database.
Refer to "7.2.3.1 Configuring Database Clusters" if using a Symfoware Server Java application server.