When you develop a new application, you should package your class and configuration files into a new module in your ATG installation. To create a module:
Create a module directory within your ATG installation.
Create a
METAINFdirectory within the module directory. This directory must be namedMETAINF.Create a manifest file named
MANIFEST.MFand include it in theMETAINFdirectory for the module. The manifest contains the meta-data describing the module.
Each of these steps is described in more detail in the sections that follow.

