Re: Invoking webservice from servlet

2005-12-20 Thread Lincoln Dalgado
Thanks Prasad. I just added the servers certificate to "C:\ProgramFiles\Java\j2re1.4.2_05\lib\security\cacerts"And the ssl validation exception disappeared.It looks like tomcat uses different keystores when it is started as service as opposed to it being started with startup.bat Note that I had e

Re: Invoking webservice from servlet

2005-12-20 Thread Prasad
Lincoln Dalgado wrote: Hi, I am invoking a SSL based web service from inside a servlet. The service is invoked successfully when I use startup.bat to start tomcat. However if I start tomcat as a service, I get a Caused by: sun.security.validator.ValidatorException: No trusted certificate fou

Invoking webservice from servlet

2005-12-19 Thread Lincoln Dalgado
Hi, I am invoking a SSL based web service from inside a servlet. The service is invoked successfully when I use startup.bat to start tomcat. However if I start tomcat as a service, I get a Caused by: sun.security.validator.ValidatorException: No trusted certificate found at sun.security.valida