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 
problem occours with tomcat 7.0.26. Newer
versions of tomcat does not have problems. I don't know the behaviour for 
newer jetty versions like jetty 9.



Il giorno mercoledì 26 marzo 2014 17:56:20 UTC+1, Thomas Broyer ha scritto:
>
> 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 changes to the 
> JARs, which is strange.
>
> On Tuesday, March 25, 2014 9:29:27 PM UTC+1, d...@vide.bz wrote:
>>
>> 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 subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 changes to the 
JARs, which is strange.

On Tuesday, March 25, 2014 9:29:27 PM UTC+1, d...@vide.bz wrote:
>
> 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 subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 can use a 
> different servlet container with -noserver option. See the 
> otions
>  that 
> you can set to development mode.
>
>
> 2014-03-25 17:29 GMT-03:00 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 subscribed to the Google Groups 
>> "Google Web Toolkit" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-web-toolkit+unsubscr...@googlegroups.com .
>> To post to this group, send email to 
>> google-we...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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
otions
that
you can set to development mode.


2014-03-25 17:29 GMT-03:00 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 subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.