Here's the source files from the stuff we created.
http://groups.google.com/group/okc-dojo/web/src.zip
Sure it's a bit rough, but it's a work in progress.
I changed one thing... I added a close method so that we could run
multiple tests, each with their own server. I then added the creation
of the Server into an @Before method and called the close in an @After
method.
Brett