Re: gwt 2.6 symlinks with jetty

2014-02-18 Thread Jens
Alternatively you could also download jetty (any version you like), configure it like you want and let it point to your projects' war folder. Then you launch DevMode with -noserver parameter. That way you do not depend on GWT's embedded server. -- J. -- You received this message because you

Re: gwt 2.6 symlinks with jetty

2014-02-17 Thread Антон Печенко
I found solution at last. It's needed to extend jetty launcher public class JettyDvijokLauncher extends JettyLauncher { @Override public ServletContainer start(TreeLogger logger, int port, File appRootDir) throws Exception { ServletContainer sc = super.start(logger, port, appRootDir);

gwt 2.6 symlinks with jetty

2014-02-14 Thread Антон Печенко
Hi, all! With last update to gwt 2.6 I have headache tring to get jetty serve my symlinked .html files. Now all of my projects had stopped to work. In 2.5 and earlier I edited included jetty config in gwt-dev.jar to set org.mortbay.util.FileResource.checkAliases=false. Now it seems not