Re: gwt 2.6.0 embedded jetty support of web fragment servlet 3.0

2014-04-10 Thread d...@vide.bz
Hi Thomas, thanks for the information, it helps me. By me the problem was that the jar (zip) does not contains directory entries but only file entries. This make a difference maybe because jetty search for a zip directory entry with name META-INF/resources/ to enable files within it. The same

Re: gwt 2.6.0 embedded jetty support of web fragment servlet 3.0

2014-03-26 Thread Thomas Broyer
It does work for me for both META-INF/resources/ (using a JAR from webjars.org) and META-INF/web-fragment.xml (I declared a servlet with an inexistant class and the webapp failed to start, pointing at the missing servlet class). Note that you apparently have to restart DevMode to pick up

gwt 2.6.0 embedded jetty support of web fragment servlet 3.0

2014-03-25 Thread d...@vide.bz
Hi, In my gwt project there is a jar in war/WEB-INF/lib that contains resources as specified by standard web fragment servlet 3.0. But the embedded jetty will ignore that resources. There is way to fix this? Thanks in advance for any help! Davide -- You received this message because you are

Re: gwt 2.6.0 embedded jetty support of web fragment servlet 3.0

2014-03-25 Thread Juan Pablo Gardella
It depends if the embedded jetty supports Servlet 3.0. You can use a different servlet container with -noserver option. See the otionshttp://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html#What_options_can_be_passed_to_development_mode that you can set to development mode.

Re: gwt 2.6.0 embedded jetty support of web fragment servlet 3.0

2014-03-25 Thread d...@vide.bz
Hi Juan Pablo, thanks for the reply. it should. But I think some configuration parameters are required but I don't how where to set this parameters :-( Il giorno martedì 25 marzo 2014 21:34:37 UTC+1, Juan Pablo Gardella ha scritto: It depends if the embedded jetty supports Servlet 3.0. You