I've added the following as VM argument (in Eclipse): -Dorg.mortbay.util.FileResource.checkAliases=false
and the Good News is that it will now follow symbolic links (Ubuntu/ Linux). However the Bad News is that it seems to no longer run my module... Very weird: 1) With checkAliases = true (or default), Jetty/GWT will not follow symbolic links but my module will run. 2) With checkAliases = false, Jetty will follow symbolic linkcs but will not run my module (in hosted mode). I see no apparent errors, even with a log level of DEBUG. Most weird. On May 3, 6:30 am, Thomas Matthijs <[email protected]> wrote: > Hey, > > I'm trying to get hosted mode to follow symlinks in my war directory > (for some static resources). > The only way i've found, is to edit > gwt-dev-linux.jar:org/mortbay/jetty/webapp/webdefault.xml > as described > herehttp://docs.codehaus.org/display/JETTY/How+to+enable+serving+aliased+... > > Is there a better way (that doesn't involve editing a file in the gwt jar) ? > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
