The ATG platform includes a URL protocol named dynamosystemresource. You can use this protocol to refer to any file in the system CLASSPATH. Just as Nucleus makes components available through a Nucleus address relative to the ATG CONFIGPATH, the dynamosystemresource protocol makes files available through an address relative to the CLASSPATH. For instance:

dynamosystemresource:/somepackage/file.txt

identifies a file with a path relative to the CLASSPATH of somepackage/file.txt. You can use a URL in this form as a property value in components, such as:

fileLocation=dynamosystemresource:/somepackage/file.txt
 
loading table of contents...