Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 93647 invoked from network); 3 Nov 2007 07:53:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2007 07:53:36 -0000 Received: (qmail 52697 invoked by uid 500); 3 Nov 2007 07:53:12 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 52669 invoked by uid 500); 3 Nov 2007 07:53:12 -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 52658 invoked by uid 99); 3 Nov 2007 07:53:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Nov 2007 00:53:12 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of p@pidster.com designates 87.106.82.221 as permitted sender) Received: from [87.106.82.221] (HELO s15243851.onlinehome-server.info) (87.106.82.221) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Nov 2007 07:53:36 +0000 Received: (qmail 9665 invoked from network); 3 Nov 2007 07:52:54 +0000 Received: from 87-194-39-44.bethere.co.uk (HELO phoenix.config) (87.194.39.44) by s15243851.onlinehome-server.info with SMTP; 3 Nov 2007 07:52:54 +0000 Message-ID: <472C28B0.6000409@pidster.com> Date: Sat, 03 Nov 2007 07:52:16 +0000 From: Pid Reply-To: p@pidster.com Organization: Pid Inc User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Using tomcat as proxy server References: <701fce30711022208v5dfd116fpce828276562cb4a5@mail.gmail.com> In-Reply-To: <701fce30711022208v5dfd116fpce828276562cb4a5@mail.gmail.com> X-Enigmail-Version: 0.95.4 OpenPGP: id=0927AE57 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Meryl Silverburgh wrote: > HI, > > Can you please tell me where can i find documentation for setting up > Tomcat as a proxy server? Tomcat is in many ways an excellent server, it is however primarily a Servlet Container and not directly comparable to other applications, like, say, Apache HTTPD. If you have complex requirements like acting as a Proxy Server, you are probably better off using Apache HTTPD, which has a specific module for such things. > And how can I return a local file in http response if the url ends with '.mp3'? Umm, place an MP3 file in a publicly accessible place on the file system? (Tomcat version, Java version, OS please) p > Thank you. > > --------------------------------------------------------------------- > 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