i am trying to launch google App Engine on my localhost via phpstorm, and i followed:
http://www.youtube.com/watch?v=o_r_O-YjzKo#t=85
When i run it on port 8080, (Default), i get this:
C:\Python27\python.exe "C:/Program Files (x86)/Google/google_appengine/dev_appserver.py" --php_executable_path=C:\PHP\php-cgi.exe .
In the PHPStorm Terminal. When i visit localhost:8080, localhost, 127.0.0.1:8080 or 127.0.0.1 i get page not found.
But if i launch the app via Google App Engine Launcher, it works fine on port localhost:8080.
Cant figure out the issue here, its quite odd.