Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 32776 invoked from network); 19 Oct 2007 03:59:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Oct 2007 03:59:33 -0000 Received: (qmail 67988 invoked by uid 500); 19 Oct 2007 03:59:18 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 67960 invoked by uid 500); 19 Oct 2007 03:59:18 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 89177 invoked by uid 99); 17 Oct 2007 17:13:19 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of netplay@gmail.com designates 66.249.92.168 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type; bh=rzxiZJQ0RWDfw5veaeVwaHFEHtQOEb3elcRHLFLQMaw=; b=si4un0FOmnwTNdNjlLbhYFcwVNxe8pHrbQMo9SGOZhjPDKRUYcNybR/OGCIPYhHBib5VpazUWeN3p4JfdsLQku+qam2lW5c4JDP3t02qc7u8Dq7i+26eZ15uRvOercBx85sZu6tqsvfuU1MpSNaruso/r+PeXMr8H1AznRzQeZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=aJBSM84lhYMUM3omXILNygzCeOEdSuvi3K1Vle6rrifW/y57PKb8KhH4PiWinhuffaBo9nexCWYEltoCblUfKVV6Tc2r11cK+AwPiNNLiPvEZQqGKZIDbiYE7gzOmMm27u6S7s6KU7un0ch8o9NewOSXFLayaV8wdruw9rx0Ab4= Message-ID: Date: Wed, 17 Oct 2007 18:12:59 +0100 From: "Rob Wilson" Reply-To: rob@netplay.co.uk To: user@ant.apache.org Subject: Ant - invoke a servlet? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_22038_27830790.1192641179161" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_22038_27830790.1192641179161 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I plan to have a servlet that is invoked via JSP to upload some files to a dynamic website, I would like to enable my Ant build to make use of this servlet too. Is this possible? Could someone please shed some light on how this can be achieved? Perhaps I can't do it as a servlet and need to consider a web-service or RMI instead? Any advice would be appreciated. Thank you, Rob. ------=_Part_22038_27830790.1192641179161--