Hi, I tried all that is mentioned in the documentation on how to use another server than Tomcat but could not make it working.
Here is what I have done: 1- Put the MyApp.html in django templates 2- Put the .cache.js and hosted.html in the media folder [If I put them along with MyApp.html they are not fetched because of the way Django works] My GWTShell arguments (from eclipse are) : -out www myapp/ -noserver - port 7000 Now when I visit http://localhost:7000/myapp/ then I can see .cache.js being fetched but all the other files (i.e XXXXXXXXXXXXXXXX.html, my public css, js files etc) are not fetched. using firebug I tried to see from where the above mentioned files are getting fetched and they are trying to be fetched from media directory instead of www. Please help Regards Kapil --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
