Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 10496 invoked from network); 26 Jul 2006 10:48:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 10:48:01 -0000 Received: (qmail 42970 invoked by uid 500); 26 Jul 2006 10:47:49 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 42786 invoked by uid 500); 26 Jul 2006 10:47:49 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 42773 invoked by uid 99); 26 Jul 2006 10:47:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 03:47:49 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ampyx.li@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 03:47:46 -0700 Received: by ug-out-1314.google.com with SMTP id q2so528794uge for ; Wed, 26 Jul 2006 03:47:25 -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=XmI6zjj3NGFG+qFC610E7qlGng34SKYxuvROLuTSXOsUoXiFCRkawx44DHvtjYx0rzns+DyGrB+QYXbQRVgqcYb+eCKvk/rUpQn+IUPXtBDsTis6MXUyPffFMu8IIVI8lOesVPEH0c/7nipx7RgVwrFq4tHe9aLsRMoFLcvbjAA= Received: by 10.78.167.12 with SMTP id p12mr2977150hue; Wed, 26 Jul 2006 03:47:24 -0700 (PDT) Received: by 10.78.39.5 with HTTP; Wed, 26 Jul 2006 03:47:24 -0700 (PDT) Message-ID: Date: Wed, 26 Jul 2006 18:47:24 +0800 From: Li To: "Struts Users Mailing List" Subject: Uploading problem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_45036_14879537.1153910844748" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_45036_14879537.1153910844748 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I had a struts webapp remotely running with tomcat (started using startup.sh, not catalina.sh start -security) in Fedora Core 4 machine. When I was trying to upload from my local machine. uploading failed. The dir which stores the uploaded files is out of tomcat home dir, i gave its access right to read write, also assigned the same user and group id as tomcat server. So I guess it should not be the FS accessing setup problem, but much likely at tomcat side. Any idea? Thanks ------=_Part_45036_14879537.1153910844748--