Ok. Thanks. I fixed it and tested it again. Now it says this: 

Caused by: java.net.SocketException: SocketException invoking
https://<host>:8081/myapp/endpoint: Software caused connection abort: recv
failed
"Caused by: java.net.SocketException: Software caused connection abort: recv
failed"

I am sure the URL/endpoint is working because I am able to access the
endpoint thru firefox. 



Pid * wrote:
> 
> On 23/09/2010 02:54, aravidu wrote:
>> -Djavax.net.ssl.keyStore =${truststore.location}
> 
>> With this setup, it kept complaining about a very basic error. Here is
>> the
>> exception: 
>> java.lang.NoClassDefFoundError: =C:\Clientcerts\client.keystore 
> 
> That would be because you made a basic error and included a space before
> the '=' symbol.  Java then correctly assumes you're telling it to load a
> class called '=C:\Clientcerts\client.keystore', which doesn't exist.
> 
> 
> Yours:
>  -Djavax.net.ssl.keyStore =${truststore.location}
> 
> Fixed:
>  -Djavax.net.ssl.keyStore=${truststore.location}
> 
> 
> p
> 
>  
>  
> 

-- 
View this message in context: 
http://old.nabble.com/Client-to-communicate-to-SSL-WebServices-on-tomcat-tp29780497p29788141.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to