I am still having a hard time trying to run my restlet app in a servlet container with RC1 (see my previous post), while looking in the ServerServlet source to understand how things work I spotted this bit of code at line 494:
if (this.application != null) {
if (this.application != null) {
log("[Noelios Restlet Engine] - Attaching application: "
which looks like a cut and paste error
Paolo

