Re: Executing Manager Commands With Ant and SSL

2006-03-02 Thread Brian Munroe
On 3/1/06, ash ag <[EMAIL PROTECTED]> wrote: > BUILD FAILED > /opt/Ant/apache-ant-1.6.1/build.xml:47: javax.net.ssl.SSLHandshakeException: > sun.security.validator.ValidatorException : No trusted certificate found > Total time: 0 seconds > > How can i configure the certificate in this case. > Are

Executing Manager Commands With Ant and SSL

2006-03-01 Thread ash ag
I am executing tomcat manager commands with ant. I use the following ant build file. https://192.168.8.225/manager"/> Tomcat is configured for secure https:// connections only. When i issue command ant stop i get the following exception : Buildfile: bui