IntroductionThis document describes the tags available for use in the programs configuration file and the available attributes. ServerhttpMain Http server entry point. Valid children: autoindex cache delegator error fallback files part stat velocity Child of: reactor
InterceptorautoindexAn interceptor that will generate a pretty index of the requested directory. Valid children: None Child of: http cache delegator error target
cacheInterceptor that may cache the response from a lower level interceptor. Valid children: autoindex cache delegator error fallback files part stat velocity Child of: http cache delegator error target
delegatorInterceptor that delegates to child interceptors in the order that they were added. Valid children: autoindex cache delegator error fallback files part stat velocity Child of: http cache delegator error target
errorInterceptor that serves an error document if the main path can't find anything. The main path will be given the first chance to handle the request. If the main path cannot then the error path is given a chance. Valid children: autoindex cache delegator error fallback files part stat velocity Child of: http cache delegator error target
fallbackLast chance error handler that returns a simple HTML page. Valid children: None Child of: http cache delegator error target
filesInterceptor that serves up files. Valid children: extmap Child of: http cache delegator error target
part
Interceptor that hands off to a different child interceptor based on the original request. Can be used to re-map directories or to add servlets. Top down only. Does not handle conflicts.
Valid children: target Child of: http cache delegator error target
|