Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 67189 invoked from network); 5 Jun 2006 00:38:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 00:38:40 -0000 Received: (qmail 62736 invoked by uid 500); 5 Jun 2006 00:38:29 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 61743 invoked by uid 500); 5 Jun 2006 00:38:27 -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 61727 invoked by uid 99); 5 Jun 2006 00:38:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 17:38:27 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mgainty@hotmail.com designates 65.54.174.89 as permitted sender) Received: from [65.54.174.89] (HELO hotmail.com) (65.54.174.89) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 17:38:25 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 4 Jun 2006 17:38:05 -0700 Message-ID: Received: from 71.232.6.177 by BAY103-DAV17.phx.gbl with DAV; Mon, 05 Jun 2006 00:38:02 +0000 X-Originating-IP: [71.232.6.177] X-Originating-Email: [mgainty@hotmail.com] X-Sender: mgainty@hotmail.com Reply-To: "Martin Gainty" From: "Martin Gainty" To: "Tomcat Users List" Cc: "Ant Users List" References: <20060604141925.44287.qmail@web32707.mail.mud.yahoo.com> Subject: Re: Problem while deploying war Date: Sun, 4 Jun 2006 20:37:38 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-OriginalArrivalTime: 05 Jun 2006 00:38:05.0645 (UTC) FILETIME=[4F4A3FD0:01C68838] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Venkatesh- I am Posting this to ant-users I did not see deploy task (unless you taskdef'ed in some class somewhere) but I did set serverdeploy http://ant.apache.org/manual/OptionalTasks/serverdeploy.html HTH Martin-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "Venkatesh Babu" To: Sent: Sunday, June 04, 2006 10:19 AM Subject: Problem while deploying war > Hi all, > > I'm using Tomcat 4.1.31. > > I have a war file and I'm using the ant target > "" to deploy this war. Here is the code > snippet of my build.xml : > > value="localhost"/> > > > value="admin"/> > > value="http://${tomcat.server.name}:${tomcat.server.port}/manager"/> > > > > url="${app.deploy.manageurl}" > path="/app1" > war="${basedir}/app1.war" > username="${tomcat.user.name}" > password="${tomcat.user.password}"/> > > > But when I call this target, I'm getting a strange > error: > > BUILD FAILED > C:\temp\app1\build.xml:33: > java.net.MalformedURLException: unknown protocol: c > > I have taken "catalina-ant.jar" from > ${TOMCATHOME}/lib/ and placed that in ${ANT_HOME}/lib > but still having this problem. > > Can anybody help me and point out what might be the > problem? > > Thank you, > Venkatesh > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org