Hi Damon, Have you checked out the FAQ link below on using your own server instead of GWT's built-in Jetty instance?
"How do I use my own server in hosted mode" FAQ: http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT's <http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT's>Regarding using JUnit with your RESTful RPC calls, could you elaborate a little more on what you'd like to do from within a JUnit test case that would require making RESTful RPC calls? Ideally, a unit test only tests various cases on a specific unit of functionality, and so a unit test over a RESTful RPC call would probably be completely separate from a unit test over your GWT code. Hope that helps, -Sumit Chandel On Sat, Aug 1, 2009 at 6:42 AM, Damon Feldman <[email protected]>wrote: > > > What are the configuration parameters or other options I need to > understand to run GWT in hosted mode (and use JUnit against my RESTful > RPC calls) when the server is something other than Java/Tomcat? > > Using a standard configuration, GWT seems to want to start up it's > internal tomcat instance on port 0 and talk to that server rather than > my non-Java web server. I've checked docs and also GWT in Action, but > don't see much on this topic. > > thanks, > Damon > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
