Hi Olivier, The hosted mode embedded Tomcat server isn't configured with a JSF servlet out of the box, and hence wouldn't be able to handle the *.faces mapping. Are you using hosted mode with the embedded Tomcat server, or with your own server using the -noserver option? If it's the former, you should run hosted mode with the -noserver option and use the same server that you use when you work in web mode.
Here's an FAQ on how to setup hosted mode with the -noserver option: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=FAQ_HostedModeNoServer -alex On Dec 9, 3:25 am, "olivier FRESSE" <[EMAIL PROTECTED]> wrote: > Hmm no, I have a <script></script> tag. > I'm still digging :-) > O. > > 2008/12/9 Sumit Chandel <[EMAIL PROTECTED]> > > > Hi Olivier, > > > Can you double-check to make sure that you're not using an empty <script> > > tag to reference your GWT bootstrap script? I..e, <script > > src="com.google.app.MyModule.nocache.js" /> versus <script > > src="com.google.app.MyModule.nocache.js"></script>? The empty script tag has > > been known to cause issues in hosted mode, and is also known to cause > > problems in IE 6/7 if I remember correctly. > > > Hope that helps, > > -Sumit Chandel > > > On Fri, Dec 5, 2008 at 3:05 AM, olivier <[EMAIL PROTECTED]> wrote: > > >> Hi, > >> I'm facing a strange issue. > > >> I'm using GWT within a facelet page. > > >> This means that I have the following URL > > >>http://myserver:8080/MyApp/conf/test.faces > > >> "test.faces" is resolved to "test.xtml" by the servlet. > > >> Compiled mode works fine. But in hosted mode, the module is not > >> loaded. No errors, no traces, nothing. However, the static HTML is > >> displayed ! > >> I tried the verbose mode, but it didn't help. > > >> Any clue ? :-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
