FileHandler
Summary
This setting sets the cluster file handler.Usage
FileHandler=<class name file handler>
Description
This setting sets the cluster file handler.
For more information regarding the cluster file handlers visit chapter "cluster file handlers" of the clusterdocumentation.
Possible file handlers are:
- eZFSFileHandler
- eZFS2FileHandler
- eZDBFileHandler
- eZDFSFileHandler
Since eZ Publish 4.1 the names of the file handlers have changed. For instance "ezdb" is no longer recognised, the correct setting here would be "eZDBFileHandler".
When using an eZ DFS File Handler please refer to the settings in file.ini [eZDFSClusteringSettings].
This setting is case sensitive.
Examples
FileHandler=eZDBFileHandler
The eZ DB File Handler will be used for cluster filehandling.
Ester Heylen (04/05/2010 10:20 am)
Ester Heylen (11/05/2010 12:54 pm)
Comments
There are no comments.