Re: Tomcat 8 and Oracle Wallets

2018-11-19 Thread Christophe Vanlancker
its.eu - Original Message - From: "Luis Rodríguez Fernández" To: "users" Sent: Friday, 16 November, 2018 15:04:23 Subject: Re: Tomcat 8 and Oracle Wallets Hello Christophe, Very interesting, thanks! Would it be possible in your scenario to export the certificates from t

Re: Tomcat 8 and Oracle Wallets

2018-11-16 Thread Luis Rodríguez Fernández
Hello Christophe, Very interesting, thanks! Would it be possible in your scenario to export the certificates from the wallet and import them to a different keystore (PCKS12 or JKS)? You can have a look at [1] Hope it helps, Luis [1]

Re: Tomcat 8 and Oracle Wallets

2018-11-16 Thread Christophe Vanlancker
I ran a strace on the Tomcat process, and see that Tomcat actually IS able to see and read the wallets. [pid 21880] open("< full path to wallets>/oracle_wallets/cwallet.sso", O_RDONLY) = 362 So I think this means that the problem lies somewhere between Tomcat and the OJDBC driver.