dev_appserver.py -p 8081 .
If you use the appengine launcher to actually run your app, there is a spot I believe to add command line flags in the project settings.
Running dev_appserver.py -h via the console will give you a good list of params too revealing some useful bits that are not widely known.
~Blaine
On Tuesday, December 18, 2012 11:01:30 AM UTC-6, Jhonghee Park wrote:
I am trying to switch from maven-gae-plugin to appengine-maven-plugin. I edited my pom.xml to use appengine-maven-plugin. I was able to start devserver without any problem.
However, I would like to know how to change the port on devserver since I have other stuff running at 8080. I would appreciate if somebody drop a note on this matter. Thanks.