We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a few configution options are available
Graffiti.root 'public'
Graffiti.classpath << 'resin.jar'
don't want to reinvent the wheel?
Graffiti.serve ('*.graffiti', com.goodercode.servlet.MyServlet ) { setInitParameter 'myinitparam', 'thevalue' }
serve will also take a servlet name or instance
the config block is executed as org.mortbay.jetty.servlet.ServletHolder