OK.... so at one level the problem is that in using the WAS JDK I've got in my file: $JAVA_HOME/jre/lib/security/java.security
ssl.SocketFactory.provider=com.ibm.websphere.ssl.protocol.SSLServerSocketFactory ssl.ServerSocketFactory.provider=com.ibm.websphere.ssl.protocol.SSLServerSocketFactory which isn't in one of the JDK classpaths (since it's off in the WAS install). So what provider do you use in the standalone JDK? I tried this one which didn't work either: com.ibm.jsse2.SSLServerSocketFactoryImpl Thanks, On Mon, Sep 8, 2008 at 4:29 PM, Simon Laws <[EMAIL PROTECTED]>wrote: > > > On Mon, Sep 8, 2008 at 7:26 PM, Scott Kurz <[EMAIL PROTECTED]> wrote: > >> Simon, >> >> Yes I am using a JDK from WebSphere. You mentioned you have a similar >> JDK... is yours from WebSphere as well? >> >> Thanks, >> Scott >> > > Nope I'm just using the stand alone JDK > > C:\simon\tuscany\sandbox-individual\slaws\contribution-runner>java -version > java version "1.5.0" > Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20070201 > (SR4)) > > IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 > j9vmwi3223-2007020 > 1 (JIT enabled) > J9VM - 20070131_11312_lHdSMR > JIT - 20070109_1805ifx1_r8 > GC - 200701_09) > JCL - 20070131 > > Simon >
