Closed mpoehler closed 2 years ago
@loosebazooka potentially a devappserver issue?
Yeah @ludoch ?
Not sure... Either a gradle issue trying to tell which port to use to the devserver, or the devserver not honoring the used defined port number when basic scaling config is set?
@ludo, this appears to be an issue with basic scaling on. It manifests itself in appcfg based tooling as well like com.google.appengine:appengine-maven-plugin
Did you manage to solve the issue without turning off the basic scaling?
My build.gradle looks like this:
and my appengine-web.xml looks like this (no explicit scaling settings):
When I use appengineRun with this settings, I get an instance running on port 8082 as configured.
But when I uncomment the scaling settings in application-web.xml ...
... the instance starts up on a random port:
thanks in advance
Marco