Source data

Image Serving source data files include image and mask files, fonts, and ICC profiles.

All source data files must be accessible to the Image Server. Image Serving provides a number of alternatives for specifying the location of data files:

*install_folder*/ *rootPath*/ *filePath*

rootPath

IS::RootPath/attribute::RootPath

filePath

catalogPath|requestPath

catalogPath

catalog::Path|catalog::MaskPath|icc::ProfilePath|font::FontPath|font::MetricsPath

requestPath

relative image file path and name specified in an Image Serving HTTP request

The server combines path segments right to left until an absolute file path is established.

All *rootPath* segments can be empty, relative, or absolute path segments.

*catalogPath* is either an absolute or relative file path/name. *requestPath* must be a relative file path/name.

Multiple IS::RootPath values can be defined in ImageServerRegistry.xml (or by way of the admin interface). This allows source data files to be distributed across multiple file systems. The Image Server will try alternate paths in the order specified until the data file is found.

New data files of any kind can be added anytime without stopping the server.

On this page