How do I setup Oracle Wallet with JBoss EAP 6/7?
Issue
-
How do I setup Oracle Wallet with JBoss EAP 6/7?
-
I need to setup oracle wallet with jboss 6.2. In my earlier setup we used to have below configuration in jboss-service.xml in jboss 4.3 which will load specific oracle jars .
<classpath codebase="${oracle.jlib.path}" archives="oraclepki.jar,osdt_cert.jar,osdt_core.jar"/>
-
Where
oracle.jlib.pathis myORACLE_HOME/jlibpath . I am not sure how to add the above setting in myjboss 6.2. I needjbossto load the jars from oracle home. -
In the article https://access.redhat.com/solutions/464413#, "The issue is in Oracle Wallet/JDBC driver which does not support multi-threaded access when SSL is enabled." Does this mean we can't use Oracle Wallet with SSL in JBoss EAP?
-
For security reason, we are migrating the database connections to use Oracle Wallet. How could we implement this? We don't find much documents on it.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.