I\'m using multiple modules with Google AppEngine and was wondering if its possible to run development server (java version) so that ports that are assigned to different mod
You can set a module's port via a system property in the module's appengine-web.xml file. For example:
appengine-web.xml
MY_MODULE v1 true