Hi Patrick, If the problem is indeed deployment configuration, I would recommend checking out the doc linked below and comparing your configuration to the ones prescribed.
Example Deployment with Tomcat: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideRPCDeployment Some extra information that would help would be if you could use an HTTP traffic analyzer to check the request and response headers (if you are receiving a response at all). Hope that helps, -Sumit Chandel On Tue, Jan 6, 2009 at 4:30 PM, [email protected] < [email protected]> wrote: > > Hi Patrick > > I think I have same underlying problem - I don't think my servlet is > being deployed properly. I suspect a config problem (web.xml and/or > app.gwt.xml) OR deployment directories - /com/mycompany/app vs. / > com.mycompany.app/ - for .class files. > > This thread is the nearest I've got to a solution, if it's config: > > http://www.manning-sandbox.com/thread.jspa?threadID=22204&tstart=0 > > but it's a bit old. > > I bumped into this with very early experimentation with RPC. > > There are various howto's around on this topic, none of which have > resolved this for me. google "gwt +rpc +deploy +tomcat" > > I put getModuleBaseURL to a text field and find (as per kebernet's > explanation): > > // external, tomcat: > // > http://localhost:8080/music/MusicService > // hosted, eclipse: > // > http://localhost:8888/net.dnsdojo.slm.music.Music/MusicService > > I double checked the XML files, no joy. Experimented changing a few > url/paths to see what breaks (hosted, external). No solution so far. > > It's late here, got early start 2moz, gotta go - more later. > > Oh - BTW: > Google Web Toolkit 1.5.3 > Apache Tomcat/6.0.18 > ??? > Cheers > > > On Jan 2, 5:56 am, Patrick <[email protected]> wrote: > > Hi all, > > I have a GWT application which > > - works fine in hosted mode, > > - works fine in Firefox after being deployed in Tomcat6. but, > > - does not work in IE6! no (right or wrong) response from remote > > service. > > > > Environment: GWT1.53/GWT Designer 5.1/ Eclipse 3.4/Tomcat6.0 > > > > The application is to reverse a string, and even when use IE6, the > > service does do the work, eg. receives "123" from html page and covert > > it into "321" (the ***Impl really does this work, there is a > > System.out.println statement in ***Impl.java) and then return. It is > > supposed that onSuccess or onFailure would be invoked, but there is no > > output from the Window.alert(msg) statements in onSuccess and > > onFailure method. > > > > Thanks! > > > > Patrick > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
