# This sample configuration file is used to make a # self contained web-site, where all the content is is contained # in the jar file. The content should be stored under "/html" in the # jar file. This file is stored in the released jar file as: # /sunlabs/brazil/server/config log=0 handler=builtin-docs builtin-docs.class=sunlabs.brazil.server.ChainHandler builtin-docs.handlers=docs-html docs-srcs docs-examples docs-srcs.class=sunlabs.brazil.handler.ResourceHandler docs-srcs.root=/srcs docs-srcs.mime.java=text/plain docs-html.class=sunlabs.brazil.handler.ResourceHandler docs-html.root=/html docs-examples.class=sunlabs.brazil.handler.ResourceHandler docs-examples.root=/samples docs-examples.mimePatterns=.* docs-examples.mime.*=text/plain docs-examples.mime.html=text/plain docs-examples.mime.htm=text/html