i have a multi-thread enviornment in which i need to connect different servers - some of them use SSL. When i set the following System property "javax.net.ssl.trustStore" for one thread, it may cause another thread to use the wrong trustStore on its call (the different threads uses different certificates).
Is there a way to have clients to different SSL servers on the same JVM? or an alternative to the "javax.net.ssl.trustStore" to be setted on the Axis call? The same problem exist on regular J2ee server if it is used as a client to other server.... -- View this message in context: http://www.nabble.com/Multi-threaded-java-client-t1615595.html#a4378849 Sent from the Axis - User forum at Nabble.com.
