Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 67811 invoked from network); 3 Nov 2010 17:02:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 17:02:58 -0000 Received: (qmail 53567 invoked by uid 500); 3 Nov 2010 17:03:26 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 52635 invoked by uid 500); 3 Nov 2010 17:03:22 -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 52621 invoked by uid 99); 3 Nov 2010 17:03:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 17:03:21 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vikram.melonfire@gmail.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yw0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 17:03:14 +0000 Received: by ywa8 with SMTP id 8so710839ywa.18 for ; Wed, 03 Nov 2010 10:02:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:content-type; bh=lBphcHyIe/D2bN4qiCekj/EH7q2wVJPLc3yvCWSutkM=; b=idcqaTXKm2WFQZ4w8YQ4j9oEm9e1ylpA37z77WDZrnE2vvV/buYbe6GpFj4cuqYb34 QIlYcHuOCdO9bujiOuwDE7QDfl4H5nHGDjpi+axtakw3AgUH5J0cAEpPGQOcI/CYWNUj rSPLfAdpNFw53hQkO49GiO9xAePy+wPcU3LlU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=aB1BRnttCtNfXeTH+JZukKMBnT6XvvGSSmwMGfFopDAWOsY6cBOuMN94WZ/mBWigTV YK7ZiLalcKbD64lreXr4eeTGu7WS+qsY+SD4kvSTQqguBY6ZHqyxIiKKyF40MT8Iuxy7 /ifRY4V7af73Zr7lb5AZ0MFT4JCgSO84+zNCA= MIME-Version: 1.0 Received: by 10.204.123.135 with SMTP id p7mr15938229bkr.6.1288803770922; Wed, 03 Nov 2010 10:02:50 -0700 (PDT) Received: by 10.204.118.196 with HTTP; Wed, 3 Nov 2010 10:02:50 -0700 (PDT) Reply-To: vikram.melonfire@gmail.com In-Reply-To: References: <99C8B2929B39C24493377AC7A121E21F99F87A74AD@USEA-EXCH8.na.uis.unisys.com> <4CD14CD0.70205@verizon.net> Date: Wed, 3 Nov 2010 22:32:50 +0530 Message-ID: Subject: Re: Deploying Tomcat app with Ant to non-webapps location (Windows) From: Vikram Vaswani To: users@tomcat.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi David, >> When you say "your script", which script do you mean? I'm using the >> standard Ant build.xml that's shown in the Tomcat online docs. > > That's the script you need to change; point it to where you want your app to > end up. Can you suggest which properties I should change in this file or point me to a link that shows how to change it? The one I'm using right now is this one, which is the default one shown in the Tomcat docs: http://tomcat.apache.org/tomcat-7.0-doc/appdev/build.xml.txt Vikram --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org