You would have to forward from a servlet/action/controller (or use the UrlRewriteFilter) to your files. Since they're under WEB-INF, they're not accessible to the browser.
Matt On 12/5/07, Fred Forester <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have some flash mxml files in webapp/WEB-INF/mxml the compiled swf > files will reside in the same place. > > what would I need to do in web.xml to get make these runnable via > http://localhost:8080/myappfuseapp/test.swf ? > > Thanx in advance > Fred > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
