Ciao Francesco! (Spiacenti, non parlo italiano.)
It sounds like a cache header issue on your server. For compiled GWT code, the cache headers should be set to keep these files around, since each new compiled version will have a new filename. However, the selection script (the .nocache.js file), should not be cached -- this ensures that your users get the latest compiled version. I'm not sure how to change these settings with JBoss particularly, but I there should be good documentation out there. You can use Firebug (or something similar) to take a look at the cache headers as they're downloaded. Hope this helps! 2009/5/28 [email protected] <[email protected]>: > > Salve a tutti, ho un problema con un applicazione GWT. > Al momento del deploy su un server con jboss installato i client che > si collegano dalla rete locale del server vedono l'applicazione non > aggiornata (o peggio parzialmente aggiornata), al contrario > collegandomi via ssh vedo tutto aggiornato. > > Pulendo la cache dei loro firefox ritorna tutto alla normalita vedendo > gli aggiornamenti effettuati. > > GWT non riesce a gestire questo passaggio? > > Grazie in anticipo. > > > > -- Alex Rudnick swe, gwt, atl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
