dev_appserver.py doesn't seem to process external requests?

102 views
Skip to first unread message

ericlee748

unread,
Apr 11, 2008, 3:25:49 AM4/11/08
to Google App Engine
Hey guys,

Before you flame me let me explain myself :)

When I write FaceBook applications, I like to point the callback URL
of the application to my local computer. I open up a port on my router
and let it pass through to my development machine. This helps me write
code faster since I don't have to FTP my code to my web host all the
time. It seems to take a while to upload an application to Google
AppEngine so I was really hoping to be able to do this.

However, when dev_appserver.py is running and listening on localhost:
8080, it does not seem to process requests that come in externally.
For example, if I use my real IP address (66.xxxxxxx), and port 8080,
I just get a server error.

Is there something in the dev_appserver that I can turn on so that it
can process external requests?

Thanks!

Eric.

Michael Brunton-Spall (mibgames.co.uk)

unread,
Apr 11, 2008, 3:32:39 AM4/11/08
to Google App Engine
run dev_appserver.py -a <EXTERNAL_IP_ADDRESS> and it will work on the
external IP Address.

Michael Brunton-Spall
www.mibgames.co.uk

Raff

unread,
Apr 17, 2008, 1:15:54 AM4/17/08
to Google App Engine
if you use "-a 0.0.0.0" it will listen to all the interfaces (so you
can use either http://localhost:8080/ or http://your.ip.or.hostname:8080/


On Apr 11, 12:32 am, "Michael Brunton-Spall (mibgames.co.uk)"
<michael.bruntonsp...@gmail.com> wrote:
> rundev_appserver.py -a <EXTERNAL_IP_ADDRESS> and it will work on the
> external IP Address.
>
> Michael Brunton-Spallwww.mibgames.co.uk
>
> On 11 Apr, 08:25, ericlee748 <eric.l...@gmail.com> wrote:
>
> > Hey guys,
>
> > Before you flame me let me explain myself :)
>
> > When I write FaceBook applications, I like to point the callback URL
> > of the application to my local computer. I open up a port on my router
> > and let it pass through to my development machine. This helps me write
> > code faster since I don't have to FTP my code to my web host all the
> > time. It seems to take a while to upload an application to Google
> > AppEngine so I was really hoping to be able to do this.
>
> > However, whendev_appserver.py is running and listening on localhost:
> > 8080, it does not seem to process requests that come in externally.
> > For example, if I use my real IP address (66.xxxxxxx), and port 8080,
> > I just get a server error.
>
> > Is there something in thedev_appserverthat I can turn on so that it

Chad

unread,
Jun 5, 2008, 2:03:10 AM6/5/08
to Google App Engine
Has anyone been able to get the app engine work with a reverse proxy?

On Apr 16, 10:15 pm, Raff <raff...@gmail.com> wrote:
> if you use "-a 0.0.0.0" it will listen to all the interfaces (so you
> can use eitherhttp://localhost:8080/orhttp://your.ip.or.hostname:8080/
>
> On Apr 11, 12:32 am, "Michael Brunton-Spall (mibgames.co.uk)"
>
> <michael.bruntonsp...@gmail.com> wrote:
> > rundev_appserver.py -a <EXTERNAL_IP_ADDRESS> and it will work on the
> > external IP Address.
>
> > Michael Brunton-Spallwww.mibgames.co.uk
>
> > On 11 Apr, 08:25, ericlee748 <eric.l...@gmail.com> wrote:
>
> > > Hey guys,
>
> > > Before you flame me let me explain myself :)
>
> > > When I writeFaceBookapplications, I like to point the callback URL
Reply all
Reply to author
Forward
0 new messages