How to find the sling properties of launch pad through AEM Felix console

Statement - Find the Sling properties of launch pad.

Environment - AEM 6.3 GA


Solution :



Apache Sling Launchpad Properties : Sample properties file

ds.global.extender = true
ds.loglevel = warn
felix.bootdelegation.implicit = false
felix.cm.dir = D:\AEM 6.3\crx-quickstart\launchpad/config
felix.service.urlhandlers = true
felix.startlevel.bundle = 20
felix.webconsole.work
granite.product = Adobe Experience Manager
granite.product.version = 0.0.0.0_0_0_6_3_

org.apache.sling.commons.log.file = D:\AEM 6.3\crx-quickstart/logs/error.log
org.apache.sling.commons.log.file.number = 5
org.apache.sling.commons.log.file.size = '.'yyyy-MM-dd
org.apache.sling.commons.log.julenabled = true
org.apache.sling.commons.log.level = INFO
repository.home = D:\AEM 6.3\crx-quickstart/repository
sling.bootdelegation.ibm = com.ibm.xml.*
sling.bootdelegation.jboss = __redirected
sling.bootdelegation.jboss.__redirected = __redirected
sling.bootdelegation.sun = sun.*,com.sun.*
sling.bootdelegation.weblogic = weblogic.xml.*
sling.context.default = default
sling.fileinstall.dir = D:\AEM 6.3\crx-quickstart/install
sling.fileinstall.writeback = false
sling.framework.install.incremental = true
sling.framework.install.startlevel = 1
sling.ignoreSystemProperties = true
sling.installer.dir = D:\AEM 6.3\crx-quickstart\launchpad/installer
sling.run.mode.install.options = author,publish|crx3|crx3tar,crx3mongo,
crx3rdb,crx3mpxtar,crx3tar-nofds|samplecontent,nosamplecontent
  • That's it!

No comments:

Post a Comment