Brian is correct. You can also set the address option to 0.0.0.0 which
will allow access from any IP address. (http://code.google.com/
appengine/docs/thedevwebserver.html)

Happy coding,

Jeff

On Sep 11, 9:21 am, Brian Clapper <[EMAIL PROTECTED]> wrote:
> On 9/11/08 9:53 AM, rahul_itbhu wrote:
>
> > HI ..
> > i read the instruction manual on the net by google and was
> > successfully able to connect to the server on localhost:8080
>
> > problem:
> >    when i try and access the server using my computers ip address from
> > other computer i was not able to do so..
> > my fire wall is open on port 8080
>
> > in WAMP theres a special feature of puttin it online or no... when you
> > put it online we can access from other computer ..
> > is there such a feature in google app engine too????
>
> It listens on localhost by default, i.e., on address 127.0.0.1.
> If you want it to listen on another interface, you have to specify it.
> e.g.:
>
>     dev_appserver --address=192.168.1.100 .
>
> --
> -Brian
>
> Brian Clapper,http://www.clapper.org/bmc/
> After the last of 16 mounting screws has been removed from an access cover,
> it will be discovered that the wrong access cover has been removed.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to