Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 84427 invoked from network); 3 Nov 2010 17:16:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 17:16:51 -0000 Received: (qmail 78457 invoked by uid 500); 3 Nov 2010 17:17:19 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 78234 invoked by uid 500); 3 Nov 2010 17:17:18 -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 78224 invoked by uid 99); 3 Nov 2010 17:17:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 17:17:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dckerber@verizon.net designates 206.46.173.17 as permitted sender) Received: from [206.46.173.17] (HELO vms173017pub.verizon.net) (206.46.173.17) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 17:17:10 +0000 Received: from [172.17.47.42] ([unknown] [216.41.111.254]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LBB00J4TJZRFKC5@vms173017.mailsrvcs.net> for users@tomcat.apache.org; Wed, 03 Nov 2010 12:16:40 -0500 (CDT) Message-id: <4CD198F7.7050807@verizon.net> Date: Wed, 03 Nov 2010 13:16:39 -0400 From: David kerber User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 MIME-version: 1.0 To: users@tomcat.apache.org Subject: Re: Deploying Tomcat app with Ant to non-webapps location (Windows) References: <99C8B2929B39C24493377AC7A121E21F99F87A74AD@USEA-EXCH8.na.uis.unisys.com> <4CD14CD0.70205@verizon.net> In-reply-to: Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit On 11/3/2010 1:02 PM, Vikram Vaswani wrote: > 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 I don't use ant, but from a quick look, I would guess it's the dist.home property. Or it may need a new one telling it where to copy everything once it's done building. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org