GAE modules on development server

前端 未结 4 1182
小蘑菇
小蘑菇 2020-12-06 03:26

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

4条回答
  •  醉酒成梦
    2020-12-06 03:46

    Although the modules service could be useful in this scenario, and I believe it would work, I solve the problem in a bit different way.

    I modified my build script to run all the modules on localhost, but on different port (essentially there are a few local appengine instances running). The configuration information (IP:PORT) is stored in a configuration file and is easily accessible to any module. For the deployment I still package the application into an ear archive.

提交回复
热议问题