You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Using the JDBC support in the Extension Library. I have two jdbc files in the jdbc directory in web-inf. Depending on the user's location, I get a connection from either one jdbc file or the other. Using a type="simple", I am able to call JDBCUtil.getConnection("file1") or JDBCUtil.getConnection("file2") and it works fine and gets the right database server. If I change to type="dbcp" it always returns the database connection for the connection in whatever jdbc file was used first.
The text was updated successfully, but these errors were encountered:
Using the JDBC support in the Extension Library. I have two jdbc files in the jdbc directory in web-inf. Depending on the user's location, I get a connection from either one jdbc file or the other. Using a type="simple", I am able to call JDBCUtil.getConnection("file1") or JDBCUtil.getConnection("file2") and it works fine and gets the right database server. If I change to type="dbcp" it always returns the database connection for the connection in whatever jdbc file was used first.
The text was updated successfully, but these errors were encountered: