I need to include new properties in JDBC ConnectionPool. On Payara Server 5, I can do it when accessing the menu Domain/Resources/JDBC/JDBC Connection Pools (below my configuration image in Payara Server 5)
How do I do this on the Weblogic Server 11?
I entered a setting "environment" in field "Parameters".
Would the configuration of additional parameters be like this?
How do I capture the environment information in java? Oracle's documentation is confusing about this.