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 you

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. project name=My Application default=print basedir=. !-- Configure the context path for this application -- property name=path value=/app/ !-- Configure properties to access the Manager application --