I am trying to switch from maven-gae-plugin to appengine-maven-plugin.
So far, I was able to start devserver and everything worked fine. However, I would like know how I could change the port since I have other stuff running at 8080. Has anybody already figured this out?
I just pushed a snapshot release that supports this option now. You can configure it like this:
<plugin>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>1.7.5-SNAPSHOT</version>
<configuration>
<port>8008</port>
</configuration>
</plugin>
Read http://code.google.com/p/appengine-maven-plugin/ for how to get snapshot releases.
If you are using GoogleAppEngineLauncher
, you simply click on the app and change the port there. If you are running through the terminal, use the following tags, of course you should replace 8080
with your actual port number.
--admin_console_server= --port=8080
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With