To configure attachment deployment settings on your ATG Knowledge server:
Choose the directories where you want to store your attachments. The default values are
/svc/documentsfor documents and/svc/imagesfor images.Configure your ATG Knowledge server so that your documents and images directories are served by ATG, not the Web server. These files are stored in the WWWFileSystem so that ATG can correctly resolve the paths to the latest checked-in versions of the files. See the ATG Installation and Configuration Guide for information on integrating your web application with HTTP servers.
Use the ACC to open the
/atg/svc/repository/service/util/AttachmentUtilscomponent.Change the value of the
documentRootFolderattribute from/svc/documentsto the name of the directory you wish to use.Change the value of the
imageRootFolderattribute from/svc/imagesto the name of the directory you wish to use.Save the changes to the live state, and start the component.

