Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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.