Eclipse GlassFish 6.2.3でPostgreSQLのデーターソースを作成したいのですが、
管理コンソールから
JDBC>JDBC Connection Pools>New>Database Driver Vendor
に「PostgreSQL」が選択肢として表示されません。(選択肢がなにもない状態です)
Database Driver Vendorの選択肢に「PostgreSQL」が
追加される方法をご存知の方がおられましたらご教授頂けないでしょうか。
なお、Helpに以下のような記述がありましたので、この手順は試しております。
To Integrate a JDBC Driver A driver supporting the JDBC API (JDBC driver) translates the JDBC calls of an application into the protocol of the database server. To integrate the JDBC driver into an GlassFish Server domain, do either of the following: Make the driver accessible to the common class loader. Copy the JAR and ZIP files of the driver into the domain-dir/lib directory. Restart the domain.
【試した方法】
1.「postgresql-42.3.3.jar」をドメインのlibディレクトリに配置。
/opt/glassfish6/glassfish/domains/{domain name}/lib
2.GlassFishを起動
【環境情報】
Ubuntu 20.04.4 LTS
Eclipse GlassFish 6.2.3
OpenJDK11
postgresql-42.3.3
以上、どうぞ宜しくお願い致します。

回答1件
あなたの回答
tips
プレビュー