GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

Plugin does not provide a way to override the admin port #235

Closed wilford closed 8 years ago

wilford commented 8 years ago

Currently the admin port listens on port 8000, and this plugin does not provide a way to change that port.

loosebazooka commented 8 years ago
appengine {
  httpPort = xxxx
}

On the java dev app server, you don't specify the admin port separately (do you?)

wilford commented 8 years ago

Ah sorry, you're right. In python you can specify the admin_port: https://cloud.google.com/appengine/docs/python/tools/devserver#Python_Command-line_arguments

However, it doesn't look like you can on the java side: https://cloud.google.com/appengine/docs/java/tools/devserver#Command_Line_Arguments

On 25 February 2016 at 09:38, Appu Goundan notifications@github.com wrote:

appengine { httpPort = xxxx }

On the java dev app server, you don't specify the admin port separately (do you?)

— Reply to this email directly or view it on GitHub https://github.com/GoogleCloudPlatform/gradle-appengine-plugin/issues/235#issuecomment-188896673 .