On Wednesday, December 15, 2010 11:03:53 PM UTC+1, Peter Barker wrote:
>
> On Wednesday, December 15, 2010 9:29:43 PM UTC, Peter Barker wrote:
>>
>>
>>> It's working OK for all 5 developers of our team (I'm the only one on 
>>> Windows, all others on Ubuntu 10.04 or 10.10)
>>>
>>>
>> I'm going through the points you mentioned but wonder if you could tell me 
>> what version of Jetty you're using on Windows? I'm on 6.1.26.
>>
>>
> I think this is my problem. I've upgraded to 7.22 and got a different WTP 
> server adaptor and it isn't doing the war file extraction anymore. I did get 
> a bit confused with the Jetty versions as there seemed to be different 
> organisations updating it so I grabbed the latest version from Mortbay. This 
> is where I went wrong.
>

We're indeed using 7.x.

BTW (assuming you're on 7.x too), when you change web.xml does it 
> automatically republish?
>

Well, we very rarely change the web.xml actually, as our servlets mapping is 
done using Guice-Servlet.
 

> It doesn't appear to here but I guess that's not a major issue and maybe 
> it's by design?
>

Maybe there's a difference whether the src/main/webapp is a source folder 
(with an "excludes **" just like src/main/resources) or not.
Also check your server's publishing strategy: in the Servers view, double 
click the server to show its options, and see what's selected in the 
"publishing" section (mine says "Automatically publish when resources 
change", but there's also an "Automatically publish after a build event" 
option, which probably wouldn't deploy on a web.xml change)


-- 
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.

Reply via email to