Hi,

As a matter of fact each GWT entry point module is placed in a
separate
subdirectory of your app war directory (i.e. in a separate
subdirectory
of server root or your application context after app deployment).
If you want to move module startup html and css it's a matter of
changing the src of module bootstrap JS moduleA.nocache.js
instead of moduleA/moduleA.nocache.js

As for the RPC just configure servlet mapping in your web.xml
to suite your needs.

--
waf

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to