Re: configure hosted jetty

2009-05-11 Thread Salvador Diaz
see no apparent errors, even with a log level of DEBUG. Well, if DEBUG level fails to report something meaningful, there's still SPAM and ALL ;) I don't know what the problem could be though Good luck Salvador On May 10, 7:38 pm, JtheG jwilsonspri...@gmail.com wrote: I've added the

Re: configure hosted jetty

2009-05-10 Thread JtheG
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

configure hosted jetty

2009-05-03 Thread Thomas Matthijs
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 here http://docs.codehaus.org/display/JETTY/How+to+enable+serving+aliased+files Is