Configuring SSL on Axis2

2008-06-03 Thread prashants b
Hi, I am configuring SSL on Axis2 1.3 and using Tomcat 5.5.26 as a server. I followed these steps. 1) I generated server keystore. 2) Exported certificate. 3) Imported this certificate in "cacerts". 4) In my web service client I set the properties as System.setProperty("javax.net.ssl.trustStore", "

Re: Axis2 SSL Configuration [Exception javax.crypto.Cipher.getInstance]

2008-06-02 Thread prashants b
h On 5/24/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Prash, > -"prashants b" <[EMAIL PROTECTED]> wrote: - >>Still its giving error at client >>Exception in thread "main" java.lang.NoClassDefFoundError >>at javax.crypto.Ciph

Re: Axis2 SSL Configuration [Exception javax.crypto.Cipher.getInstance]

2008-05-22 Thread prashants b
ntication. > > > [1] http://wso2.org/library/174 > > [2] http://www.ibm.com/developerworks/library/ws-sec1.html > > Hope this helps, > Steve > > ______ > Steve Gruverman > IntelliCare, Inc. | A Medco Health Solutions Company

Axis2 SSL Configuration [Exception javax.crypto.Cipher.getInstance]

2008-05-22 Thread prashants b
I generated keystore using $java_home/bin>keytool.exe -genkey -alias tomcat -keyalg RSA. Generated keystore file I copied at location C:/cert In Axis2 client I set the system properties as System.setProperty("javax.net.ssl.trustStore", "C:/cert/.keystore"); System.setProperty("javax.net.ssl.trus