If you include ATG-Web-Module in your module’s MANIFEST.MF, you must declare the ATG-context-root and ATG-Module-uri for those Web modules in the Web application’s own MANIFEST.MF file; otherwise, those settings will not be correct.

Manifest-Version: 1.0
ATG-Module-Uri: myModule.war
ATG-Context-Root: /myContextRoot

The next time the application is assembled, it will use the values you assign.

 
loading table of contents...