I want to know how ATG modules get started & are layered by Nucleus on server startup without explicitly specifying -Datg.dynamo.modules
on server start up. I have observed that it picks up the modules in the order in which the build was done. But from where it is picking up that dynamo_module list? Till now I have found out "startNucleus.bat" where I saw dynamo_modules
property.
:startNucleus
%JAVA_VM% -classpath %CLASSPATH% -Datg.dynamo.home=%NUCLEUS_HOME% -Datg.dynamo.root=%NUCLEUS_ROOT% -Datg.dynamo.server.home=%NUCLEUS_HOME% %JAVA_ARGS% atg.applauncher.dynamo.DynamoServerLauncher %DYNAMO_MODULES% %CONFIGPATH%
With Regards, Nutan