Re: Problem with simple web-app

2009-01-15 Thread Tom Ayerst
Oops, sorry, wrong group, I have posted to the compojure list now. 2009/1/15 Tom > > Hi, > > I am trying an example in Stuart Halloway's book but I am not getting > anywhere: > > loading the following: > > (ns reader.snippet-server > (:use [compojure html http jetty file-utils] >example

Problem with simple web-app

2009-01-15 Thread Tom
Hi, I am trying an example in Stuart Halloway's book but I am not getting anywhere: loading the following: (ns reader.snippet-server (:use [compojure html http jetty file-utils] examples.snippet)) (use 'compojure.http) (defservlet snippet-servlet "Create and view snippets." (GET