On Wed, Dec 9, 2009 at 1:30 AM, Monty808 <[email protected]> wrote:
> In eclipse, when I run my code using the build in server and I
> navigate to http://localhost:8080/ I get a message Firefox can't
> establish a connection to the server at 0.0.0.0:8080.

What server?  The CherryPy one or some server in Eclipse?

>
> Everything works in Fedora....
>
> Is this a mac issue?

Doubt it

>
> Thanks
>


Can you run the CherryPy server (the server included with web.py) from
the command line?

It should look like:

    $ python your_webpy_code.py
    Server listening on http://0.0.0.0:8080

The exact phrase might not be "Server listening ..." but you will get
some acknowledgement.

Also, show us some code please.

--

You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.


Reply via email to