Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 50118 invoked from network); 7 May 2008 22:50:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2008 22:50:48 -0000 Received: (qmail 48359 invoked by uid 500); 7 May 2008 22:50:38 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 48325 invoked by uid 500); 7 May 2008 22:50:38 -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 48314 invoked by uid 99); 7 May 2008 22:50:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 15:50:38 -0700 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jak-struts-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 22:49:45 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JtsSY-0006bU-RA for user@struts.apache.org; Wed, 07 May 2008 22:50:02 +0000 Received: from cpe0016b5ef7ea1-cm0014e88ef4b4.cpe.net.cable.rogers.com ([99.233.20.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 May 2008 22:50:02 +0000 Received: from laurie by cpe0016b5ef7ea1-cm0014e88ef4b4.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 May 2008 22:50:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: user@struts.apache.org From: Laurie Harper Subject: Re: tomcat/struts ---> flash/.swf >> hang problem Date: Wed, 07 May 2008 18:43:13 -0400 Lines: 17 Message-ID: References: <524076.44507.qm@web38404.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpe0016b5ef7ea1-cm0014e88ef4b4.cpe.net.cable.rogers.com User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) In-Reply-To: <524076.44507.qm@web38404.mail.mud.yahoo.com> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org john lee wrote: > Any expert can tell me why for the following? > > i have an flash file (.swf), it is running fine under regular apache server. > > But, it hang forever after i put it under tomcat/struts home directory. What do you mean by 'hang forever'? Do you mean the browser locks up? The HTTP response is never sent? -- in which case does any response data get sent? How is your Struts application configured? Is the .swf file being served by Struts or directly by Tomcat? If you're not sure how to answer those questions, I would suggest using Firebug or some other tool that lets you monitor the HTTP conversation to get a clearer picture of what's happening. L. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org