Re: problem displaying .swf file in generated html from jsp file

2009-09-08 Thread David Smith
Firebug I've realized > that the files .swf and .js were were being searched in the root of the > application and not where I hold my jsp. Now they are loaded. > > Thanks again, > Adrian > > > > > > From: David Smith > To: To

Re: problem displaying .swf file in generated html from jsp file

2009-09-08 Thread Adrian Matei
David Smith To: Tomcat Users List Sent: Tuesday, September 8, 2009 9:06:06 PM Subject: Re: problem displaying .swf file in generated html from jsp file Have you used a plugin like Firebug for Firefox to verify the url of the .swf file as requested by the browser? What url does the browser try to u

Re: problem displaying .swf file in generated html from jsp file

2009-09-08 Thread David Smith
Have you used a plugin like Firebug for Firefox to verify the url of the .swf file as requested by the browser? What url does the browser try to use to get the .swf file and what is the status code on the response (200, 404, 500, etc., )? --David Adrian Matei wrote: > Hi everyone, > > I've b