I have multiple DBs that I'm accessing from the same application. I have them both defined in my server.properties file and they work with the ds.xml just fine. However, I would like to be able to access both data sources from my server. I'm getting the default database from JNDI just fine using:
Is there a way to publish the second database to JNDI as well?
Code:
sql.defaultDatabase.jndi.publish.path:isomorphic/jdbc/defaultDatabase
Comment