Can we set a desired port range for weblogic jdbc connection pool
Can anyone explain me below one.
We have a web application deployed on weblogic server. this web application is connecting to DB server using a JDBC connection pool.
Below are the details:
Weblogic server IP = xx.xx.xx.xx
Weblogic Server port = 10901
DB server IP= yy.yy.yy.yy
DB server port:1521
Weblogic server process ID =21635
So far its good. Now problem is my connection pool has initial capacity as 25 and during server startup, its creating 25 connections to Db as shown below. but problem is its using random ports to connect to DB server. Since we have a firewall , most of these random ports are not working and we are getting DB connection timed out errors.