There are several servlet init parameters which can be used to configure the behaviour of the SSI servlet.
- Peripherals such as printers can be shared amongst many different users.
buffered – Should output from this servlet be buffered? (0=false, 1=true) Default 0 (false).
debug – Debugging detail level for messages logged by this servlet. Default 0.
expires – The number of seconds before a page with SSI directives will expire. Default behaviour is for all SSI directives to be evaluated for every request.
isVirtualWebappRelative – Should “virtual” SSI directive paths be interpreted as relative to the context root, instead of the server root? Default false.
inputEncoding – The encoding to be assumed for SSI resources if one cannot be determined from the resource itself. Default is the default platform encoding.
outputEncoding – The encoding to be used for the result of the SSI processing. Default is UTF-8.
allowExec – Is the exec command enabled? Default is false.