How to stop Dev app server in windows when I am trying to run my GAE as a web application on local server it shows port in use and giving error.
Asked
Active
Viewed 175 times
0
-
Use a different port or terminate the existing one with the task manager. – Paul Collingwood Jun 06 '14 at 17:19
-
You may want to review this article https://developers.google.com/appengine/docs/java/tools/devserver#Command_Line_Arguments to specify a different port. – Albert Jun 06 '14 at 17:45