A catalog is the basic functional unit in Interchange. A catalog is to Interchange what a web site is to a Web server.
Catalogs to configure and offer on the Interchange server are defined in the
global configuration file, interchange.cfg
(or some of the files it includes, of course,
depending on the actual file layout). The definition directive is called
Catalog
. The directive you should use to register a catalog is
— incidentally — Catalog
.
Each catalog directory (specified as one of Catalog
parameters) must
have the file catalog.cfg
in it. For the mandatory directives that need to be
present in the file, see Catalog
reference page.
For the general syntax accepted in configuration files, see configuration glossary entry.
For the list of available configuration directives, see Interchange Reference Pages: Configuration directives.