Hello,

I've wrote an ant script to deploy a webapp into tomcat 5.0.28
Here is a snippet of it :
<deploy
        war="mywebapp.war"
        url="https://my.domain.name/manager";
        update="true"
        path="/mywebapp"
        username="myusername"
        password="mypassword"/>

When I run it, I get this exception :
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to
find valid certification path to requested target

What's the problem ?
I think that this is a trustStore problem, but where can I specify
where is my trustStore ?

Thanks,
Arnaud.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to