Apache Cayenne > Index > Cayenne FAQ > Configuration File Locations
Added by Mike Kienenberger, last edited by Andrus Adamchik on Jul 09, 2006  (view change)

DefaultConfiguration loads cayenne.xml and other configuration files from the default package in the application's class path.

By customizing the Configuration class used, you can load configuration files from alternate sources, such as a different package, an absolute path on the file system or a remote dataservice provider.

See CAYDOC:Customizing Configuration for more details.