Right, I'm using a Mac (tried it on 2 different machines) latest SVN with both existing and new projects I start the server:
27/Jan/2006:09:38:47 CONFIG INFO Server parameters: 27/Jan/2006:09:38:47 CONFIG INFO server.environment: development 27/Jan/2006:09:38:47 CONFIG INFO server.log_to_screen: True 27/Jan/2006:09:38:47 CONFIG INFO server.log_file: 27/Jan/2006:09:38:47 CONFIG INFO server.log_tracebacks: True 27/Jan/2006:09:38:47 CONFIG INFO server.log_request_headers: True 27/Jan/2006:09:38:47 CONFIG INFO server.protocol_version: HTTP/1.0 27/Jan/2006:09:38:47 CONFIG INFO server.socket_host: 27/Jan/2006:09:38:47 CONFIG INFO server.socket_port: 8080 27/Jan/2006:09:38:47 CONFIG INFO server.socket_file: 27/Jan/2006:09:38:47 CONFIG INFO server.reverse_dns: False 27/Jan/2006:09:38:47 CONFIG INFO server.socket_queue_size: 5 27/Jan/2006:09:38:47 CONFIG INFO server.thread_pool: 0 Registering Service project: development._http._tcp port 8080 path=/ 27/Jan/2006:09:38:47 HTTP INFO Serving HTTP on http://localhost:8080/ Got a reply for project: development._http._tcp.local.: Name now registered and active As soon as I visit http://localhost:8080 all I get is a failed page and this on the terminal 27/Jan/2006:09:38:57 HTTP INFO SystemExit raised: shutting down autoreloader 27/Jan/2006:09:38:57 HTTP INFO CherryPy shut down Any ideas?

