Hi

A client for tomee, I mean you use http?

Well you can write you own connection factory like
http://svn.apache.org/repos/asf/tomee/tomee/trunk/server/openejb-client/src/main/java/org/apache/openejb/client/HttpConnectionFactory.javaand
then register it to
http://svn.apache.org/repos/asf/tomee/tomee/trunk/server/openejb-client/src/main/java/org/apache/openejb/client/ConnectionManager.java

Then as you see in the factory you get yourconfig fron the provider url you
passed to the client.

Note: if you want to send us a patch well be happy to enhance our factories
Le 30 oct. 2013 06:00, "renz" <[email protected]> a écrit :

> Hello,
>
> I'm trying to connect my application from a remote EJB Client which can use
> multiple client certificates at the same time from different threads.
> My problem is that the client KeyStore should be set using System
> Properties
> :
> - javax.net.ssl.keyStore
> - javax.net.ssl.keyStoreType
> - javax.net.ssl.keyStoreProvider
>
> My certificates are on Smart Card and loaded using PKCS11 keystore, so i
> could have multiple KeyStoreProvider at the same time.
>
> Is there a different way to set client certificate so I can use more than
> one certificate at the same time?
>
> Thanks
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Remote-EJB-Client-With-Multiple-Certificates-tp4665780.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

Reply via email to