Re: tomcat/struts ---> flash/.swf >> hang problem

2008-05-08 Thread Doug Lochart
John, Install Live HTTP Headers / Header Monitor plugin into Firefox and then watch the HTTP traffic between your browser and the server. Your answer will most likely be there. My assumption is that the MIME Type .swf is not enabled in your Tomcat but that is just a wild guess. regards, Doug

Re: tomcat/struts ---> flash/.swf >> hang problem

2008-05-08 Thread Laurie Harper
That doesn't answer most of my questions. You need to determine what is being sent to the browser (if anything) when it requests the .swf file from your web application, then post details of what you find out along with the relevant configuration details (including web.xml and struts.xml excerp

Re: tomcat/struts ---> flash/.swf >> hang problem

2008-05-08 Thread john lee
Laurie, tks for your advise. hang forever, > browser lockup if use IE but, if use firefox, just nothing happen(return blank screen), but browser not freeze. above test under regular Tomcat, which is http://localhost:8080/sample.html ( it contains sample.swf inside)

Re: tomcat/struts ---> flash/.swf >> hang problem

2008-05-07 Thread Laurie Harper
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?

RE: tomcat/struts...

2006-10-05 Thread RoseIndia.net Help
HI, Try http://www.roseindia.net/struts Regards Deepak Kumar -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of maya Sent: Wednesday, October 04, 2006 9:13 PM To: user@struts.apache.org Subject: tomcat/struts... I'm just starting to learn struts.. have been doing JSP/se

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Adam Hardy
m is within a page that was produced as the result of the first ever session request to a url on the server (phew!). Original Message Follows From: Adam Hardy <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: Tomcat Struts

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Mark Benussi
truts Users Mailing List Subject: Re: Tomcat Struts form population problem in PRODUCTION Date: Tue, 07 Jun 2005 12:22:13 +0300 Mark Benussi wrote: There is no security implemented. Is it possible that the JSP is not session aware and thus a session is not created to carry the fo

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Emmanouil Batsis
Mark Benussi wrote: There is no security implemented. Is it possible that the JSP is not session aware and thus a session is not created to carry the form (and it's fields?)? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Mark Benussi
url on the server (phew!). Original Message Follows From: Adam Hardy <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: Tomcat Struts form population problem in PRODUCTION Date: Tue, 07 Jun 2005 09:03:32 +0100 What sort

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Adam Hardy
What sort of security are you using? Container-managed? SSL? And what exactly do you mean? Which values disappear? The login form fields? On 07/06/05 07:08 Mark Benussi wrote: I am submitting a Struts form in my live application but the values seem to be getting lost between my browser and th