Hi,

We have Weblogic application running on a Solaris server, connecting to a DB2 database on z/OS. We're using JDBC type-4 driver but also want to take advantage of workload balancing on the host. I understand that the only way to make this happen is to going through DB2 connect because type-4 JDBC driver cannot interpret WLM instruction to direct the connection to the less busy system on the mainframe.

I'd like to...