GoogleCloudPlatform / appengine-plugins

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
Apache License 2.0
41 stars 27 forks source link

static ports on devserver for multiple modules #989

Open crazystick opened 4 years ago

crazystick commented 4 years ago

I think I already know the answer based on GoogleCloudPlatform/app-maven-plugin#330 and GoogleCloudPlatform/app-maven-plugin#435 but I want to know if anyone has a workaround for this. I've just migrated to the new tooling (was painful, documentation is not good) and I have this problem.

We use an nginx reverse proxy configuration to replace what the dispatch configuration does in production. It used to work great but now all the modules except the default run on random ports.

~In addition, setting devserver.host to 0.0.0.0 doesn't seem to make the server listen on all the interfaces.~ Setting devserver.host only works if you put it in the parent POM, defining it in services is ignored

Hoping someone has a workaround for this, as it feels like a big step backwards.

loosebazooka commented 4 years ago

@saturnism @ludoch any ideas on the devserver config?

chanseokoh commented 3 years ago

Can you try and see if this workaround works? https://github.com/GoogleCloudPlatform/app-maven-plugin/issues/235#issuecomment-356014144 UPDATE: doesn't work with the current version.

crazystick commented 3 years ago

@chanseokoh yes that used to work with the old devserver, but doesn't seem to work with the new version based on the Cloud SDK

loosebazooka commented 3 years ago

The current version of this plugin uses the old dev server