> Two things; > > 1. Please post the command line you use to start the app. > 2. Are you using Apache? If so, please truncate the file "access.log", > then start your application, then post the contents of access.log. If > your unsure where access.log resides, and if you're using Apache, try > looking in /var/log/apache/access.log
Hi, thank you for your reply. We use none of that unfortunately. Ours is an embedded, very simple web server. I've had success today! the problem was with the handling of the query string in the URL. GWT loads in the order, for a project named prj: prj.html prj.css prj/prj.nocache.js prj/clear.cache.gif prj/hosted.html?prj our web server wouldn't handle very well that query string after hosted.html. So I just made sure that our web server would ignore it and load instead hosted.html I suppose the query string is thename of the module to load. I wonder how those queries are handled by full blown web servers... Thanks everyone, E. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
