20 messages in com.googlegroups.pylons-discussRe: Having some trouble getting start...
FromSent OnAttachments
walterbyrd22 Jan 2008 08:53 
Mike Orr22 Jan 2008 11:37 
Mike Orr22 Jan 2008 11:40 
walterbyrd22 Jan 2008 14:02 
Cliff Wells22 Jan 2008 19:17 
walterbyrd25 Jan 2008 18:02 
Cliff Wells25 Jan 2008 23:02 
walterbyrd26 Jan 2008 05:15 
Cliff Wells26 Jan 2008 12:20 
Cliff Wells26 Jan 2008 12:31 
walterbyrd26 Jan 2008 16:08 
Chad West26 Jan 2008 18:03 
Mike Orr26 Jan 2008 18:25 
walterbyrd27 Jan 2008 09:04 
Cliff Wells27 Jan 2008 11:05 
Mike Orr27 Jan 2008 11:37 
walterbyrd27 Jan 2008 19:19 
walterbyrd28 Jan 2008 06:38 
Cliff Wells28 Jan 2008 07:00 
walterbyrd28 Jan 2008 08:05 
Subject:Re: Having some trouble getting started with Pylons
From:walterbyrd (walt@public.gmane.org)
Date:01/27/2008 07:19:41 PM
List:com.googlegroups.pylons-discuss

On Jan 27, 12:37 pm, "Mike Orr"
<slug@public.gmane.org> wrote:

No, it means the Pylons app is not running. Or more precisely, that no service is running on port 8080.

Okay, I edited the development.ini file, so host = 127.0.0.1 and port = 8080. Then ran:

# paster serve --reload development.ini & # links 127.0.0.1:8080

And I got the message: "Welcome To Your Pylons Web Application"

So, I suppose, it's working.