Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 62157 invoked from network); 20 Oct 2005 15:28:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2005 15:28:59 -0000 Received: (qmail 38967 invoked by uid 500); 20 Oct 2005 15:28:18 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 38915 invoked by uid 500); 20 Oct 2005 15:28: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 38889 invoked by uid 99); 20 Oct 2005 15:28:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 08:28:18 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jacob.hookom@gmail.com designates 72.14.204.203 as permitted sender) Received: from [72.14.204.203] (HELO qproxy.gmail.com) (72.14.204.203) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 08:28:18 -0700 Received: by qproxy.gmail.com with SMTP id e11so359006qbe for ; Thu, 20 Oct 2005 08:27:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=aFBLDU1YMs1UrgGW82Tw7EvCjqxL5O7Y3nYxAqvuCw66ULqSY62mczEfOSlBUkFeo6ZE6gCYRSeyd8GXzFrxvAmUA0RjdgKpbLAqt4BUWxFG77qu4OhKQrwkiPRjSS9d9GtRLGrTtxYLDf3luWbuvnfP/HCVOjcujAKJIRlA4Gw= Received: by 10.64.183.2 with SMTP id g2mr1615760qbf; Thu, 20 Oct 2005 08:27:57 -0700 (PDT) Received: by 10.64.183.15 with HTTP; Thu, 20 Oct 2005 08:27:57 -0700 (PDT) Message-ID: Date: Thu, 20 Oct 2005 10:27:57 -0500 From: Jacob Hookom To: users@tomcat.apache.org Subject: FTP from Tomcat Servlet: Socket Timeouts MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5978_25360926.1129822077108" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_5978_25360926.1129822077108 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm attempting to create an HTTP->FTP proxy servlet. The remote FTP server works fine and is accessible, in addition, the Java code I have (Commons Net) is able to connect fine to the remote FTP from eclipse. The problem with connection timeouts only occurs when the same code is placed in a servlet within Tomcat. Initially, I was getting remote host timeout messages from FTPClient, but then nailed it down to timing out of the actual Socket creation. No security errors are thrown. I'm wondering if anyone had suggestions on how I could go about resolving this issue? Cheers! Jacob ------=_Part_5978_25360926.1129822077108--