Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 76733 invoked from network); 16 Jan 2011 18:11:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jan 2011 18:11:23 -0000 Received: (qmail 56930 invoked by uid 500); 16 Jan 2011 18:11:20 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 56797 invoked by uid 500); 16 Jan 2011 18:11:19 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 56788 invoked by uid 99); 16 Jan 2011 18:11:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jan 2011 18:11:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aivar.annamaa@gmail.com designates 74.125.83.173 as permitted sender) Received: from [74.125.83.173] (HELO mail-pv0-f173.google.com) (74.125.83.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jan 2011 18:11:11 +0000 Received: by pvh11 with SMTP id 11so974068pvh.18 for ; Sun, 16 Jan 2011 10:10:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=KESEEq2F6AqLSNmRbN7oUc/e4oweGtcm0oDJjo/WrbM=; b=nBRPkNtgI04Ac3miuQlMWGxCd7yzyrwuqZFXGr5yQveks4009DkuDyS9Jg4Vi9zrHl PvNP/gan1BvBKfDg38h6P4h5A/dTGRV8uYpRLjjG4xtiw/qLHZE72erCgAujXurTO3w9 hQLU78oF4Bxa6ZtiBniIz4Ap4TNwC5DzrjoQg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=wHfKBg0jRlBeoqj0fo49UpPRs+ru+oWSIzbd6j+DQy5kAnFX2KeOiEmDUBFtGx2zpg RQFrOkhLiYDaWGV7A2sNcgcW53X/V0I8qJH/Kb+iFjlzDSMeeiSKnyjLRsxHRAfvwLCa 2ee1bGi6qGd1x30hCeAskBkaka3LZ5D758PNo= MIME-Version: 1.0 Received: by 10.142.166.19 with SMTP id o19mr2729395wfe.303.1295201448691; Sun, 16 Jan 2011 10:10:48 -0800 (PST) Received: by 10.142.207.21 with HTTP; Sun, 16 Jan 2011 10:10:48 -0800 (PST) Date: Sun, 16 Jan 2011 20:10:48 +0200 Message-ID: Subject: Ant deploy task failing with listing of html from manager page From: Aivar Annamaa To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=000e0cd32c0c4306c50499fa965f X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd32c0c4306c50499fa965f Content-Type: text/plain; charset=ISO-8859-1 Hi I'm trying to get started with Tomcat 7.0.6 on Win7. I'm able to deploy using WAR upload form in Manager, but deploying using ant (1.8.2) "deploy" task fails -- it just lists a bunch of html (without an error message) and then says that BUILD FAILED. I wrote my build.xml according to sample from Tomcat 7.0 documentation ( http://tomcat.apache.org/tomcat-7.0-doc/appdev/build.xml.txt). Only thing I changed was manager.url -- because I suspect that there is a mistake in the sample. It says that manager.url should be "[...]/manager" but with this i would get only FileNotFoundException. So I changed it to "[...]/manager/html", and got following result: D:\workspace-stuff\TomcatTestProject>ant install Buildfile: D:\workspace-stuff\TomcatTestProject\build.xml Trying to override old definition of datatype resources prepare: compile: install: [deploy] [deploy] [deploy]