Posts

Showing posts from September, 2017

Run Modes in AEM 6.3

Image
Hi Everyone, Run Modes allow you to tune your AEM instance for a specific purpose; for example, author instance use the author run modes and publish instance use the publish run mode. You can define collections of configuration parameter for each run mode. Types of Run Modes: Installation/Primary Run Modes(author, publish) Customized/Secondary Run Modes(dev, qa, prod) Installation Run Modes:- Installation Run Modes are used only at installation time and then fixed for entire lifetime for the instance, they cannot be changed. OOTB Installation Run Modes are: author publish samplecontent nosamplecontent Note: Run mode of an instance cannot be changed from author to publish, or vice versa once AEM instance has been installed. You can define either author or publish, not both at the same time for an instance. You can combine author with either samplecontent or nosamplecontent but not both. Samplecontent run mode will install the content(e.g. geometrixx, we...