Webnoir website as Eclipse project, resources can't be found

clojure, eclipse, noir

Solution

Solution: I needed to add the resources directory to the classpath...

Problem

I have this webnoir webapp as an Eclipse project. You can download it here: http://dl.dropbox.com/u/3914693/practicum5.zip When I start it up, using the -main function from Eclipse, the resources folder doesn't seem to be found (I get a 404 on /css/tictactoe.css). What do I change to make it work?

Original source