Re: Caching issue in host mode?

2010-09-03 Thread Thomas Frössman
Chaging a firefox cache setting solved this problem for me when hosted mode suddenly stopped working today. I documented it here: http://diffusion.medeltiden.org/2010/09/03/suddenly-gwt-hosted-mode-stopped-working/ On Aug 12, 9:03 pm, markM wrote: > I believe the issue I was having is because I'

Re: Caching issue in host mode?

2010-08-12 Thread markM
I believe the issue I was having is because I'm not using the - noserver option as is explained in Google's FAQ. However, the odd thing is that I originally got my GWT Server Library / Spring integration working briefly under the built in Jetty instance. Not sure how this was possible but it work

Re: Caching issue in host mode?

2010-08-11 Thread cokol
hi, u dont the server locally ,dont you I mean the param in the URL gwt.codesvr should point to 127.0.0.1 ? ;) otherwise I can only imagine that either the file is not in place (hit F5 in eclipse on the package to refresh) or the server does not use the default war folder as context root, this issu

Caching issue in host mode?

2010-08-11 Thread markM
I successfully integrated the GWT Server Library into my GWT 2.0 app and had a working example in hosted mode. Due to a suggestion in the server library documentation I then added the following to my web.xml. NoCachingFilter org.gwtwidgets.server.filters.