Executing Manager Commands With Ant.

2007-01-09 Thread pratapkm
Dear sir/Madam, For the ability to execute Manager commands via HTTP requests, as documented above, Tomcat 5 includes a convenient set of Task definitions for the Ant build tool. In order to use these commands, you must perform the following setup operations: * Download the binary

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