On 2007-06-11, at 14:14 EDT, Vincent de Phily wrote:
On Monday 11 June 2007 18:23:20 P T Withington wrote:
Are all of these files being proxied by the laszlo server, or only
the .lzx files? Perhaps the answer to that question is a hint.
Not sure what you mean by "proxied". My laszlo app is SOLO mode,
the files are
static, and I get a 404 from tomcat (not an error from laszlo).
I could serve those files via apache, but then I'd have to use an
absolute url
plus hostname; not very tempting.
Or is there a hidden hint in you email that I missed ?
No hidden hint. In non-solo mode for swf runtime, the Laszlo JSP
acts as a proxy for some media files, transcoding them to a format
acceptable to the swf runtime. I was guessing that the problem might
lie in these proxy JSP's. But from the rest of this thread, it
appears that it is tomcat problem.
Have you actually deployed your SOLO app as a static file? I would
think then it would suffer from the same problem as your other static
files.