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.validator.SimpleValidator.buildTrustedChain(Unknown Source) And idea what might be causing this to happen? Thanks, Lincoln