Property Label | Property id | pid | Property desc | Property Type | Default value | Available Option value |
---|---|---|---|---|---|---|
Log Level | org.apache.sling.commons.log.level | Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | Root Logger log level setting. | STRING | info | trace -- Trace debug -- Debug info -- Information warn -- Warnings error -- Error |
Log File | org.apache.sling.commons.log.file | Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | The name and path of the log file. If this is empty, logging goes to standard output (the console). If this path is relative it is resolved below ${sling.home}. | STRING | logs/error.log | |
Number of Log Files | org.apache.sling.commons.log.file.number | Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | The number of log files to keep. When the threshold of the log file reaches the configured maximum (see Log File Threshold), the log file is copied and a new log file is created. This setting specifies how many generations (incl. the active log file) should be kept. This is a positive numeric value. The default value is 5. This property is ignored if the Log File Threshold property specifies time/date controlled log file rotation. | INTEGER | 5 | |
Log File Threshold | org.apache.sling.commons.log.file.size | Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | Controls the rotation of the log file by setting a maximum file size or a time/date schedule at which to rotate the log file. A size limit can be specified setting a pure number indicating the number of bytes or a number with a size indicator KB, MB, or GB (case is ignored). A time/date schedule can be specified as a java.util.SimpleDateFormat pattern. The default is "'.'yyyy-MM-dd" (daily log rotation). | STRING | 10mb | |
Message Pattern | org.apache.sling.commons.log.pattern | Apache Sling Logging Configuration org.apache.sling.commons.log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | Message Pattern for formatting the log messages. This is a java.text.MessageFormat pattern supporting up to six arguments: {0} The timestamp of type java.util.Date, {1} the log marker, {2} the name of the current thread, {3} the name of the logger, {4} the debug level and {5} the actual debug message. If the log call includes a Throwable, the stacktrace is just appended to the message. | STRING | {0,date,dd.MM.yyyy HH:mm:ss.SSS} *{4}* [{2}] {3} {5} | |
Log Level | org.apache.sling.commons.log.level | Apache Sling Logging Logger Configuration org.apache.sling.commons.log.LogManager.factory.config :- Configure Loggers with levels, pattern and destination. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | Root Logger log level setting. | STRING | info | trace -- Trace debug -- Debug info -- Information warn -- Warnings error -- Error |
Log File | org.apache.sling.commons.log.file | Apache Sling Logging Logger Configuration org.apache.sling.commons.log.LogManager.factory.config :- Configure Loggers with levels, pattern and destination. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | The name and path of the log file. If this is empty, logging goes to standard output (the console). If this path is relative it is resolved below ${sling.home}. | STRING | logs/error.log | |
Message Pattern | org.apache.sling.commons.log.pattern | Apache Sling Logging Logger Configuration org.apache.sling.commons.log.LogManager.factory.config :- Configure Loggers with levels, pattern and destination. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | Message Pattern for formatting the log messages. This is a java.text.MessageFormat pattern supporting up to six arguments: {0} The timestamp of type java.util.Date, {1} the log marker, {2} the name of the current thread, {3} the name of the logger, {4} the debug level and {5} the actual debug message. If the log call includes a Throwable, the stacktrace is just appended to the message. | STRING | {0,date,dd.MM.yyyy HH:mm:ss.SSS} *{4}* [{2}] {3} {5} | |
Logger | org.apache.sling.commons.log.names | Apache Sling Logging Logger Configuration org.apache.sling.commons.log.LogManager.factory.config :- Configure Loggers with levels, pattern and destination. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | The logger names applicable for this logger configuration. Each logger name applies for any child category unless configured otherwise. E.g. a logger name of org.apache.sling applies to logger org.apache.sling.commons unless there is a different configuration for org.apache.sling.commons. | STRING | ||
Log File | org.apache.sling.commons.log.file | Apache Sling Logging Writer Configuration org.apache.sling.commons.log.LogManager.factory.writer :- Configure a Logger Writer for Sling Logging. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | The name and path of the log file. If this is empty, logging goes to standard output (the console). If this path is relative it is resolved below ${sling.home}. | STRING | logs/error.log | |
Number of Log Files | org.apache.sling.commons.log.file.number | Apache Sling Logging Writer Configuration org.apache.sling.commons.log.LogManager.factory.writer :- Configure a Logger Writer for Sling Logging. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | The number of log files to keep. When the threshold of the log file reaches the configured maximum (see Log File Threshold), the log file is copied and a new log file is created. This setting specifies how many generations (incl. the active log file) should be kept. This is a positive numeric value. The default value is 5. This property is ignored if the Log File Threshold property specifies time/date controlled log file rotation. | INTEGER | 5 | |
Log File Threshold | org.apache.sling.commons.log.file.size | Apache Sling Logging Writer Configuration org.apache.sling.commons.log.LogManager.factory.writer :- Configure a Logger Writer for Sling Logging. See http://sling.apache.org/site/logging.html for more detailed documentation and description. | Controls the rotation of the log file by setting a maximum file size or a time/date schedule at which to rotate the log file. A size limit can be specified setting a pure number indicating the number of bytes or a number with a size indicator KB, MB, or GB (case is ignored). A time/date schedule can be specified as a java.util.SimpleDateFormat pattern. The default is "'.'yyyy-MM-dd" (daily log rotation). | STRING | '.'yyyy-MM-dd | |
NIO for HTTP | org.apache.felix.http.nio | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Wether or not to use NIO for HTTP. Defaults to true. Only used if HTTP is enabled. | BOOLEAN | true | |
Connection Timeout | org.apache.felix.http.timeout | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Time limit for reaching an timeout specified in milliseconds. This property applies to both HTTP and HTTPS connections. Defaults to 60 seconds. | INTEGER | 60000 | |
Enable HTTPS | org.apache.felix.https.enable | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Whether or not HTTPS is enabled. Defaults to false thus HTTPS disabled. | BOOLEAN | false | |
HTTPS Port | org.osgi.service.http.port.secure | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Port to listen on for HTTPS requests. Defaults to 433. | INTEGER | 8443 | |
NIO for HTTPS | org.apache.felix.https.nio | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Wether or not to use NIO for HTTP. Defaults to the value of the NIO for HTTP property. Only used if HTTPS is enabled. | BOOLEAN | true | |
Keystore | org.apache.felix.https.keystore | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Absolute Path to the Keystore to use for HTTPS. Only used if HTTPS is enabled in which case this property is required. | STRING | ||
Keystore Password | org.apache.felix.https.keystore.password | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Password to access the Keystore. Only used if HTTPS is enabled. | STRING | ||
Key Alias | org.apache.felix.https.keystore.key | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Alias of the secret key in the Keystore. Only used if HTTPS is enabled. | STRING | ||
Key Password | org.apache.felix.https.keystore.key.password | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Password to unlock the secret key in the Keystore. Only used if HTTPS is enabled. | STRING | ||
Client Certificate | org.apache.felix.https.clientcertificate | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Requirement for the Client to provide a valid certifcate. Defaults to none. | STRING | none | none -- No Client Certificate wants -- Client Certficate Wanted needs -- Client Certificate Needed |
Session Timeout | org.apache.felix.http.session.timeout | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Default lifetime of an HTTP session specified in a whole number of minutes. If the timeout is 0 or less, sessions will never timeout. Defaults to 10 minutes. | INTEGER | 10 | |
Debug Logging | org.apache.felix.http.debug | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Whether to write DEBUG level messages or not. Defaults to false. | BOOLEAN | false | |
Request Buffer Size | org.apache.felix.http.cqse.requestBufferSize | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Size of the buffer for requests in bytes. Default is 8KB. | INTEGER | 8192 | |
Maximum number of threads | org.apache.felix.http.cqse.max_threads | Day CQSE HTTP Service org.apache.felix.http :- Configuration for the embedded Day CQ Servlet Container. | Maximum number of threads to use to handle requests. Default is 200. | INTEGER | 200 | |
Root URI | manager.root | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | The root path to the OSGi Management Console. | STRING | /system/console | |
Http Service Selector | http.service.filter | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | The Http Service Selector is an OSGi filter used to select the Http Service towhich the Web Console binds. The value of this property (if not empty) iscombined the object class selection term to get the actual service selectionfilter like (&(objectClass=org.osgi.service.http.HttpService)(selector)). Thisproperty must not have leading an trailing parentheses. For example, to bindto the service with service ID 15 set the selector to 'service.id=15' (withoutthe quotes). By default (if this property is not set or set to an emptystring) the Web Console binds with any Http Service available. | STRING | ||
Default Page | default.render | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | The name of the default configuration page when invoking the OSGi Management console. | STRING | bundles | |
Realm | realm | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | The name of the HTTP Authentication Realm. | STRING | OSGi Management Console | |
User Name | username | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | The name of the user allowed to access the OSGi Management Console. To disable authentication clear this value. This property is ignored if a WebConsoleSecurityProvider is used for authentication. | STRING | admin | |
Password | password | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | The password for the user allowed to access the OSGi Management Console. This property is ignored if a WebConsoleSecurityProvider is used for authentication. | STRING | admin | |
Locale | locale | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | If set, this locale forces the localization to use this locale instead of the one requested by the web browser | STRING | ||
Log Level | loglevel | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | Logging Level | INTEGER | 2 | 4 -- DEBUG 3 -- INFO 2 -- WARN 1 -- ERROR |
Plugins | plugins | Apache Felix OSGi Management Console org.apache.felix.webconsole.internal.servlet.OsgiManager :- Configuration of the Apache Felix OSGi Management Console. | Select active plugins | STRING | org.apache.felix.webconsole.internal.compendium.ConfigManager org.apache.felix.webconsole.internal.compendium.LogServlet org.apache.felix.webconsole.internal.core.BundlesServlet org.apache.felix.webconsole.internal.core.ServicesServlet org.apache.felix.webconsole.internal.misc.LicenseServlet org.apache.felix.webconsole.internal.system.VMStatPlugin | org.apache.felix.webconsole.internal.compendium.ConfigManager -- Configuration org.apache.felix.webconsole.internal.compendium.LogServlet -- Log Service org.apache.felix.webconsole.internal.core.BundlesServlet -- Bundles org.apache.felix.webconsole.internal.core.ServicesServlet -- Services org.apache.felix.webconsole.internal.misc.LicenseServlet -- Licenses org.apache.felix.webconsole.internal.system.VMStatPlugin -- System Information |
Maximum Events | max.size | Apache Felix Web Console Event Plugin org.apache.felix.webconsole.plugins.event.internal.PluginServlet :- This is a plugin for the Apache Felix Web Console displaying all events occuring in the system. | The maximum number of events displayed in the plugin. | INTEGER | 250 | |
Dump Threshold | felix.memoryusage.dump.threshold | Apache Felix Web Console Memory Usage Plugin org.apache.felix.webconsole.plugins.memoryusage.internal.MemoryUsageConfigurator :- Configuration of the Apache Felix Web Console Memory Usage Plugin. | Threshold at which to automatically create a memory dump as a percentage in the range 50 to 99 or zero to disable automatic dump creation. | INTEGER | 0 | |
Dump Interval | felix.memoryusage.dump.interval | Apache Felix Web Console Memory Usage Plugin org.apache.felix.webconsole.plugins.memoryusage.internal.MemoryUsageConfigurator :- Configuration of the Apache Felix Web Console Memory Usage Plugin. | The minimum interval between two consecutive memory dumps being taken in seconds. This property allows the limitation of the number of memory dumps being taken. The default value for the interval is 6 hours. This means that a memory threshold event is ignored unless the last memory dump has been taken at least 6 hours earlier. This property allows limiting the number of memory dumps in case memory consumption is oscillating around the threshold point. The property must be an integer value or be parseable to an integer value. This should be a positive value or zero to force each memory threshold event to cause a memory dump (discouraged). | INTEGER | 21600000 | |
Dumpe Location | felix.memoryusage.dump.location | Apache Felix Web Console Memory Usage Plugin org.apache.felix.webconsole.plugins.memoryusage.internal.MemoryUsageConfigurator :- Configuration of the Apache Felix Web Console Memory Usage Plugin. | The filesystem location where heap dumps are stored. If this is null or empty (the default) the dumps are stored in /adobe/ToolsDailyUsage/cq56/author/crx-quickstart/launchpad/felix/bundle28/data/dumps | STRING | ||
Allow Empty | allow.empty | Apache Sling Referrer Filter org.apache.sling.security.impl.ReferrerFilter :- Request filter checking the referrer of modification requests. | Allow an empty or missing referrer | BOOLEAN | true | |
Allow Hosts | allow.hosts | Apache Sling Referrer Filter org.apache.sling.security.impl.ReferrerFilter :- Request filter checking the referrer of modification requests. | List of allowed hosts for the referrer. If this is empty only the defaulthosts are allowed. | STRING | ||
Filter Methods | filter.methods | Apache Sling Referrer Filter org.apache.sling.security.impl.ReferrerFilter :- Request filter checking the referrer of modification requests. | These methods are filtered by the filter. | STRING | POST PUT DELETE | |
pattern.name | pattern | Adobe Granite License Filter com.adobe.granite.license.impl.LicenseCheckFilter :- This filter handles all license related tasks. | pattern.description | STRING | /.* | |
Ping Interval | checkInternval | Adobe Granite License Filter com.adobe.granite.license.impl.LicenseCheckFilter :- This filter handles all license related tasks. | The time in milliseconds between two license pings. | LONG | 86400000 | |
Exclude Ids | excludeIds | Adobe Granite License Filter com.adobe.granite.license.impl.LicenseCheckFilter :- This filter handles all license related tasks. | List of server ids to be excluded from the license ping. | STRING | ||
Thread Pool Size | org.apache.felix.eventadmin.ThreadPoolSize | Apache Felix Event Admin Implementation org.apache.felix.eventadmin.impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. This configuration overwrites configuration defined in framework properties of the same names. | The size of the thread pool. The default value is 10. Increase in case of a large amount of synchronous events where the event handler services in turn send new synchronous events in the event dispatching thread or a lot of timeouts are to be expected. A value of less then 2 triggers the default value. A value of 2 effectively disables thread pooling. | INTEGER | 20 | |
Timeout | org.apache.felix.eventadmin.Timeout | Apache Felix Event Admin Implementation org.apache.felix.eventadmin.impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. This configuration overwrites configuration defined in framework properties of the same names. | The black-listing timeout in milliseconds. The default value is 5000. Increase or decrease at own discretion. A value of less then 100 turns timeouts off. Any other value is the time in milliseconds granted to each event handler before it gets blacklisted | INTEGER | 5000 | |
Require Topic | org.apache.felix.eventadmin.RequireTopic | Apache Felix Event Admin Implementation org.apache.felix.eventadmin.impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. This configuration overwrites configuration defined in framework properties of the same names. | Are event handlers required to be registered with a topic? This is enabled by default. The specification says that event handlers must register with a list of topics they are interested in. Disabling this setting will enable that handlers without a topic are receiving all events (i.e., they are treated the same as with a topic=*). | BOOLEAN | true | |
Ignore Timeouts | org.apache.felix.eventadmin.IgnoreTimeout | Apache Felix Event Admin Implementation org.apache.felix.eventadmin.impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. This configuration overwrites configuration defined in framework properties of the same names. | Configure event handlers to be called without a timeout. If a timeout is configured by default all event handlers are called using the timeout. For performance optimization it is possible to configure event handlers where the timeout handling is not used - this reduces the thread usage from the thread pools as the timout handling requires an additional thread to call the event handler. However, the application should work without this configuration property. It is a pure optimization! The value is a list of strings. If a string ends with a dot, all handlers in exactly this package are ignored. If the string ends with a star, all handlers in this package and all subpackages are ignored. If the string neither ends with a dot nor with a star, this is assumed to define an exact class name. | STRING | ||
SCR Log Level | ds.loglevel | Apache Felix Declarative Service Implementation org.apache.felix.scr.ScrService :- Configuration for the Apache Felix Declarative Services Implementation. This configuration overwrites configuration defined in framework properties of the same names. | Allows limiting the amount of logging information sent to the OSGi LogService. Supported values are DEBUG, INFO, WARN, and ERROR. Default is ERROR. | INTEGER | 2 | 4 -- Debug 3 -- Information 2 -- Warnings 1 -- Error |
Extended Factory Components | ds.factory.enabled | Apache Felix Declarative Service Implementation org.apache.felix.scr.ScrService :- Configuration for the Apache Felix Declarative Services Implementation. This configuration overwrites configuration defined in framework properties of the same names. | Whether or not to enable the support for creating Factory Component instances based on factory configuration. This is an Apache Felix SCR specific extension, explicitly not supported by the Declarative Services specification. Reliance on this feature prevent the component from being used with other Declarative Services implementations. The default value is false to disable this feature. | BOOLEAN | true | |
Keep Component Instances | ds.delayed.keepInstances | Apache Felix Declarative Service Implementation org.apache.felix.scr.ScrService :- Configuration for the Apache Felix Declarative Services Implementation. This configuration overwrites configuration defined in framework properties of the same names. | Whether or not to keep instances of delayed components once they are not referred to any more. The Declarative Services specifications suggests that instances of delayed components are disposed off if there is not used any longer. Setting this flag causes the components to not be disposed off and thus prevent them from being constantly recreated if often used. Examples of such components may be EventHandler services. The default is to dispose off unused components. | BOOLEAN | false | |
Job Name | jobname | Repository Garbage Collection Scheduler com.day.crx.sling.server.impl.jmx.GarbageCollectionConfig :- The Repository Garbage Collection Scheduler provides configuration for automated execution of garbage collection threads. | Name of the scheduled job. | STRING | Repository Garbage Collector | |
Schedule | schedule | Repository Garbage Collection Scheduler com.day.crx.sling.server.impl.jmx.GarbageCollectionConfig :- The Repository Garbage Collection Scheduler provides configuration for automated execution of garbage collection threads. | Execute a garbage collection at this time. Use cron format like "0 15 1 ? * MON-FRI" meaning at 1:15am every Monday, Tuesday, Wednesday, Thursday and Friday. | STRING | 0 15 1 * * ? | |
Delete | deleteNodes | Repository Garbage Collection Scheduler com.day.crx.sling.server.impl.jmx.GarbageCollectionConfig :- The Repository Garbage Collection Scheduler provides configuration for automated execution of garbage collection threads. | Delete orphaned nodes. | BOOLEAN | false | |
Path | path | Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization. | Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. | STRING | / | |
Required Attributes | token.required.attr | Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization. | Which request properties to use as required attributes for authentication. Default is "Client IP Address". | STRING | ip | ip_agent -- Client IP Address and User-Agent ip -- Client IP Address agent -- User-Agent none -- None |
Alternate Authentication Url | token.alternate.url | Day CRX Token Authentication Handler com.day.crx.security.token.impl.impl.TokenAuthenticationHandler :- Implements the authorization steps based on the token authorization. | Alternate url for the user name and password submission by the form. This name is can be used in addition to the 'j_security_check' to avoid any conflict with Application Server's security. | STRING | ||
Schedule | scheduler.expression | Adobe CRX Token Authentication Handler: Cleanup Task com.day.crx.security.token.impl.TokenCleanupTask :- Task to regularly purge expired tokens from the repository | Cron expression scheudling this job. Default is hourly 17m23s after the hour. See http://www.docjar.com/docs/api/org/quartz/CronTrigger.html for a description of the format for this value. | STRING | 23 17 * * * ? | |
User Names | users | Apache Sling Web Console Security Provider org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider :- Configuration for the security provider used to verfiy user credentials and grant access to the Apache Felix Web Console based on registered JCR Repository users. | Names of users granted full access to the Apache Felix Web Console. By default this lists the "admin" user. A maximum of 20 users may be configured. Administrators are encouraged to create a group whose members are to be granted access to Web Console instead of allowing access to individual users. | STRING | admin | |
Group Names | groups | Apache Sling Web Console Security Provider org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider :- Configuration for the security provider used to verfiy user credentials and grant access to the Apache Felix Web Console based on registered JCR Repository users. | Names of groups whose members are granted full access to the Apache Felix Web Console. The default lists no groups. Administrators are encouraged to create a group whose members are to be granted access to Web Console. A maximum of 20 groups may be configured. Using groups to control access requires a Jackrabbit based repository. | STRING | ||
Initial Context Factory | java.naming.factory.initial | Apache Sling JCR Repository JNDI Registrar org.apache.sling.jcr.jackrabbit.server.JndiRegistrationSupport :- The JNDI Registrar listens for embedded repositories to be registered as services and registers them in the JNDI context under the name specified in the "name" service property. | The fully qualified class name of the factory class that will create an initial context. | STRING | org.apache.jackrabbit.core.jndi.provider.DummyInitialContextFactory | |
Provider URL | java.naming.provider.url | Apache Sling JCR Repository JNDI Registrar org.apache.sling.jcr.jackrabbit.server.JndiRegistrationSupport :- The JNDI Registrar listens for embedded repositories to be registered as services and registers them in the JNDI context under the name specified in the "name" service property. | An URL string for the service provider (e.g. "ldap://somehost:389"). | STRING | http://sling.apache.org | |
Port Number | port | Apache Sling JCR Repository RMI Registrar org.apache.sling.jcr.jackrabbit.server.RmiRegistrationSupport :- The RMI Registrar listens for embedded repositories to be registered as services and registers them in an RMI registry under the name specified in the "name" service property. | Port number of the RMI registry to use. The RMI Registrar first tries to create a private RMI registry at this port. If this fails, an existing registry is tried to connect at this port on local host. If this number is negative, the RMI Registrar is disabled. If this number is higher than 65535, an error message is logged and the RMI Registrar is also disabled. If this number is zero, the system default RMI Registry port 1099 is used. | INTEGER | 1099 | |
Enable | cluster.level.enable | Day CQ Cluster Based Start Level Controller com.day.cq.jcrclustersupport.ClusterStartLevelController :- Controls the OSGi Framework start level based on whether the bound repository is the Cluster Master or Slave repository. | Whether to enable or not the start level controller. Default is "true". If the start level controller is disabled the OSGi Framework start level is not changed by this component. | BOOLEAN | true | |
Master Start Level | cluster.master.level | Day CQ Cluster Based Start Level Controller com.day.cq.jcrclustersupport.ClusterStartLevelController :- Controls the OSGi Framework start level based on whether the bound repository is the Cluster Master or Slave repository. | The start level to switch the framework to if the bound repository is the Cluster Master node. Default is "30". | INTEGER | 30 | |
Master Start Level | cluster.slave.level | Day CQ Cluster Based Start Level Controller com.day.cq.jcrclustersupport.ClusterStartLevelController :- Controls the OSGi Framework start level based on whether the bound repository is the Cluster Master or Slave repository. | The start level to switch the framework to if the bound repository is the Cluster Slave node. Default is "15". If this value is less than the providing bundle's current start level, the start level of the bundle is changed to this configured value to ensure the bundle remains started after swichting the start level. In addition, it is suggested to set the OSGi framework initial startlevel to this same startlevel. This can be accomplished by setting the "org.osgi.framework.startlevel.beginning" in the sling.properties file to this value. | INTEGER | 15 | |
Schemes | handler.schemes | Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. | For these schemes this installer writes back configurations. | STRING | jcrinstall | |
Ranking | service.ranking | Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. | Ranking of this service. | INTEGER | 100 | |
Installation folders name regexp | sling.jcrinstall.folder.name.regexp | Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. | JCRInstall looks in repository folders having a name that match this regular expression (under the root paths, which are defined | STRING | .*/install$ | |
Max hierarchy depth of install folders | sling.jcrinstall.folder.max.depth | Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. | Folders that are nested deeper than this value under the repository root are ignored | INTEGER | 4 | |
Search Path | sling.jcrinstall.search.path | Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. | List of paths under which jcrinstall looks for installable resources. Combined with the installations folders name regexp to select folders for scanning. Each path is followed by a colon and the priority of resources found under that path, resources with higher values override resources with lower values which represent the same OSGi entity (configuration, bundle, etc). | STRING | /libs:100 /apps:200 | |
New Config Path | sling.jcrinstall.new.config.path | Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. | New configurations are stored at this location. If this path is relative, the resource resolver search path with highest priority is prepended. Otherwise this path is used as is. | STRING | sling/config | |
Enable Write Back | sling.jcrinstall.enable.writeback | Apache Sling JCR Installer org.apache.sling.installer.provider.jcr.impl.JcrInstaller :- Installs OSGi bundles and configurations found in the JCR Repository. | Enable writing back of changes done through other tools like writing back configurations changed in the web console etc. | BOOLEAN | true | |
Aggregate Relationships | aggregate.relationships | Adobe Granite Activity Manager com.adobe.granite.activitystreams.impl.ActivityManagerImpl :- Service responsible to collect and distribute activities and managing the activity streams. | Defines the relationship types to use for default aggregation. | STRING | following member | |
Descend Virtual Nodes | aggregate.descend.virtual | Adobe Granite Activity Manager com.adobe.granite.activitystreams.impl.ActivityManagerImpl :- Service responsible to collect and distribute activities and managing the activity streams. | Defines if aggregation should follow virtual graph nodes. | BOOLEAN | true | |
Path | path | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. | STRING | / | |
Service Ranking | service.ranking | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | OSGi Framework Service Ranking value to indicate the order in which to call this service. This is an int value where higher values designate higher precedence. Default value is 0. | INTEGER | 5002 | |
IDP URL | idpUrl | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | URL of the IDP where the SAML Authentication Request should be sent to. If this property is empty the authentication handler is disabled. | STRING | ||
IDP HTTP Redirect | idpHttpRedirect | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Use an HTTP Redirect to the IDP URL instead of sending an AuthnRequest-message to request credentials. Use this for IDP initiated authentication. | BOOLEAN | false | |
Service Provider Entity ID | serviceProviderEntityId | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | ID which uniquely identifies this service provider with the identity provider. If this property is empty the authentication handler is disabled. | STRING | ||
Default Redirect | defaultRedirectUrl | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The default location to redirect to after successful authentication. | STRING | / | |
UserID Attribute | userIDAttribute | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The name of the attribute containing the user ID used to authenticate and create the user in the CRX repository. | STRING | uid | |
Use Encryption | useEncryption | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Whether or not this authentication handler expects encrypted SAML assertions. If this is enabled an RSA key pair must be provided at /etc/key/saml. | BOOLEAN | true | |
Autocreate CRX Users | createUser | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Whether or not to autocreate nonexisting users in the repository. | BOOLEAN | true | |
Add to Groups | addGroupMemberships | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | Whether or not a user should be autmatically added to CRX groups after successful authentication. | BOOLEAN | true | |
Group Membership | groupMembershipAttribute | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The name of the attribute containing a list of CRX groups this user should be added to. | STRING | groupMembership | |
NameIDPolicy Format | nameIdFormat | Adobe Granite SAML 2.0 Authentication Handler com.adobe.granite.auth.saml.SamlAuthenticationHandler :- Adobe Granite SAML 2.0 Authentication Handler | The value of the NameIDPolicy format parameter to send in the AuthnRequest message. | STRING | urn:oasis:names:tc:SAML:2.0:nameid-format:transient | |
Path | path | Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters. | Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. | STRING | / | |
Service Ranking | service.ranking | Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters. | OSGi Framework Service Ranking value to indicate the order in which to call this service. This is an int value where higher values designate higher precedence. Default value is 0. | INTEGER | 0 | |
Header Names | headers | Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters. | One or more HTTP Headers which might provide the user ID. | STRING | ||
Cookie Names | cookies | Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters. | One or more names of Cookies which might provide the user ID. | STRING | cqpsso | |
Parameter Names | parameters | Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters. | One or more names of Request Parameters which might provide the user ID. | STRING | ||
Format | format | Adobe Granite SSO Authentication Handler com.adobe.granite.auth.sso.impl.SsoAuthenticationHandler :- Authentication Handler supporting single sign-on systems such as Siteminder or IIS NTLM. This handler just extracts the user ID from the HTTP Request and ignores any password information. The user ID can be extract from HTTP Request Headers, Cookies or Parameters. | Indication of the format in which the user ID is provided. Use "Basic" if the user ID is encoded in the HTTP Basic Authentication format, "AsIs" if the user ID is provided in plain text or any regular expression applied value should be used as is or any regular expression. | STRING | Basic | |
Preference Name | security.preferences.name | Adobe Granite Preference Locale Resolver com.adobe.granite.i18n.impl.PreferencesLocaleResolverService :- This locale resolver reads the locale for a request from the current user's preference for the language. | Name of the preference the user's locale is stored. Be careful when changing this value as it affects the whole installation. | STRING | language | |
Patterns | pseudo.patterns | Adobe Granite Pseudo Translations com.adobe.granite.i18n.impl.bundle.PseudoTranslations :- Providing a pseudo locale "zz" with automated translations for testing. Wraps the string part with a prefix and suffix for the translation. Expects keys in the format: "string ((comment))". | List of patterns for different countries within the "zz" language. Entries must have the form " | STRING | zz USR_{string}_? pg PAGE_{string}_? | |
Opt-Out Cookies | optout.cookies | Adobe Granite Opt-Out Service com.adobe.granite.optout.impl.OptOutServiceImpl :- Allows configuration of opt-out cookie names, header/value pairs and a white list of allowed cookies. Also provides JSON access to this configuration. Provides convenience method to determine whether a request is opted out or not. | A list of names of cookies that a client can set to opt-out of tracking. | STRING | cq-opt-out omniture_optout | |
Opt-Out HTTP Headers | optout.headers | Adobe Granite Opt-Out Service com.adobe.granite.optout.impl.OptOutServiceImpl :- Allows configuration of opt-out cookie names, header/value pairs and a white list of allowed cookies. Also provides JSON access to this configuration. Provides convenience method to determine whether a request is opted out or not. | A list of name/value pairs of HTTP headers that a client can set to opt-out of tracking. The format for specifying a header and its expected value is: | STRING | ||
White-List Cookies | optout.whitelist.cookies | Adobe Granite Opt-Out Service com.adobe.granite.optout.impl.OptOutServiceImpl :- Allows configuration of opt-out cookie names, header/value pairs and a white list of allowed cookies. Also provides JSON access to this configuration. Provides convenience method to determine whether a request is opted out or not. | A list of names of cookies that are still allowed to be set regardless of the client opting out. | STRING | cq-show-clientcontext cq-scrollpos cq-sk-collapsed login-token ys-cq-siteadmin-tree ys-cq-damadmin-tree ys-cq-collabadmin-tree ys-cq-miscadmin-tree ys-cq-tagadmin ys-cq-cf-clipboard ys-cq-cf-tabpanel ys-cq-sk-tabpanel SessionPersistence wcmmode | |
Distribute Events | distribute_events | Day CQ Replicator Service com.day.cq.replication.impl.ReplicatorImpl :- The main service for replication. | Create distributed replication events (only needed for clustered environments) | BOOLEAN | false | |
Frequency | frequency | Day CQ Reverse Replicator com.day.cq.replication.impl.ReverseReplicator :- Service that polls reverse replication data and imports it. | Poll frequency in milliseconds | LONG | 30000 | |
Root paths | root-paths | Day CQ Reverse Replicator com.day.cq.replication.impl.ReverseReplicator :- Service that polls reverse replication data and imports it. | Absolute root paths for automatic delete propagation | STRING | /content /etc /home /var/dam | |
host.name | host | Adobe Granite Static Content Builder com.day.cq.replication.content.StaticContentBuilder :- Builds a static representation of an activated node. | host.description | STRING | localhost | |
port.name | port | Adobe Granite Static Content Builder com.day.cq.replication.content.StaticContentBuilder :- Builds a static representation of an activated node. | port.description | INTEGER | 4502 | |
Temp File Threshold | receiver.tmpfile.threshold | Day CQ Replication Receiver Service com.day.cq.replication.impl.ReplicationReceiverImpl :- The main service for receiving replication. | Size of input data that triggers creation of a temporary file. | LONG | 1048576 | |
replication.content.useFileStorage.name | replication.content.useFileStorage | Adobe Granite Replication Content Factory Provider com.day.cq.replication.impl.ReplicationContentFactoryProviderImpl :- com.day.cq.replication.impl.ReplicationContentFactoryProviderImpl.description | replication.content.useFileStorage.description | BOOLEAN | false | |
adapter.condition.name | adapter.condition | Adobe Granite UserProperties Service com.adobe.granite.security.user.UserPropertiesService :- Service used to retrieve the UserPropertiesManager for a given Session. | adapter.condition.description | STRING | If the Resource can be adapted to a JCR Node and is one of the configured resource types. | |
Node Types | Node Types | Adobe Granite UserProperties Service com.adobe.granite.security.user.UserPropertiesService :- Service used to retrieve the UserPropertiesManager for a given Session. | Node types to use for the creation of the preferences or profile nodes. | STRING | preferences=nt:unstructured profile=nt:unstructured | |
Resource Types | Resource Types | Adobe Granite UserProperties Service com.adobe.granite.security.user.UserPropertiesService :- Service used to retrieve the UserPropertiesManager for a given Session. | Resource type to use for preferences or profile nodes. | STRING | preferences=cq:Preferences profile=cq/security/components/profile | |
GroupToMember RT | group2member.relationship.outgoing | Adobe Granite Social Graph Factory com.adobe.granite.socialgraph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings. | Defines the relationship type between a group and his group member. | STRING | following | |
Excluded GroupToMember | group2member.excluded.outgoing | Adobe Granite Social Graph Factory com.adobe.granite.socialgraph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings. | Defines the groups that do not create relationships to their group members. | STRING | ||
GroupFromMember RT | group2member.relationship.incoming | Adobe Granite Social Graph Factory com.adobe.granite.socialgraph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings. | Defines the relationship type between a group member and his group. | STRING | member | |
Excluded MemberToGroup | group2member.excluded.incoming | Adobe Granite Social Graph Factory com.adobe.granite.socialgraph.impl.SocialGraphFactoryImpl :- Factory service that configures and creates the social graph bindings. | Defines the groups that do not create relationships from their group members. | STRING | contributor content-authors | |
adapter.condition.name | adapter.condition | Task Adapter Factory com.adobe.granite.taskmanagement.impl.jcr.TaskAdapterFactory :- Adapts jcr node or sling resource to a task instance. | adapter.condition.description | STRING | %granite.taskmanager.taskadapterfactory.service.condition | |
Enable Archiving | archiving.enabled | TaskManagement Archiving Service com.adobe.granite.taskmanagement.impl.jcr.TaskArchiveService :- archives old tasks to a history location to improve runtime performance | Enable or disable archiving of tasks | BOOLEAN | false | |
cron expression | scheduler.expression | TaskManagement Archiving Service com.adobe.granite.taskmanagement.impl.jcr.TaskArchiveService :- archives old tasks to a history location to improve runtime performance | scheduler cron expression. example: '30 0 * * * ?' runs at 00:30 AM | STRING | 30 0 * * * ? | |
Age of Tasks to Archive | archive.since.days.completed | TaskManagement Archiving Service com.adobe.granite.taskmanagement.impl.jcr.TaskArchiveService :- archives old tasks to a history location to improve runtime performance | Number of days after a task is completed before archiving a task. Value must be > 0 | INTEGER | 365 | |
adapter.condition.name | adapter.condition | Task Manager Adapter Factory com.adobe.granite.taskmanagement.impl.service.TaskManagerAdapterFactory :- Adapts jcr sessions or sling resource resolvers to a taskmanager instance. | adapter.condition.description | STRING | If the ResourceResolver is a JcrResourceResolver or a Session. | |
Task Administrator Group | taskmanager.admingroups | Task Manager Adapter Factory com.adobe.granite.taskmanagement.impl.service.TaskManagerAdapterFactory :- Adapts jcr sessions or sling resource resolvers to a taskmanager instance. | The name of the group of users with task administrative rights. | STRING | administrators | |
Task Storage Root Path | taskstorage.rootpath | TaskManagement JCR Storage Implementation com.adobe.granite.taskmanagement.impl.jcr.TaskStorageProvider :- Stores taskmanagement data in JCR Repository | Indicates where in the repository task data will be stored | STRING | /etc/taskmanagement/tasks | |
Task History Storage Root Path | taskstorage.historyrootpath | TaskManagement JCR Storage Implementation com.adobe.granite.taskmanagement.impl.jcr.TaskStorageProvider :- Stores taskmanagement data in JCR Repository | Indicates where in the repository task history data will be stored | STRING | /etc/taskmanagement/archivedtasks | |
Use JCR query task Filter Implementation | taskstorage.jcrFilterImplementation | TaskManagement JCR Storage Implementation com.adobe.granite.taskmanagement.impl.jcr.TaskStorageProvider :- Stores taskmanagement data in JCR Repository | Set to true to use the jcr query filter implementation, false to use the legacy filter | BOOLEAN | true | |
Extandable Widgets | extendable.widgets | Day CQ Widget Extension Provider com.day.cq.widget.impl.WidgetExtensionProviderImpl :- The widget extension provider. | The list of extandable Widgets | STRING | contentfinder | |
Debug | widgetextensionprovider.debug | Day CQ Widget Extension Provider com.day.cq.widget.impl.WidgetExtensionProviderImpl :- The widget extension provider. | Serve Javascript extensions in a debuggable way. | BOOLEAN | false | |
Minify | htmllibmanager.minify | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | Compress js/css files using the YUI compressor (whitespace removal etc.) | BOOLEAN | false | |
Debug | htmllibmanager.debug | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | Serve js/css files individually instead of concatenating them for better client-side debugging. | BOOLEAN | false | |
Gzip | htmllibmanager.gzip | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | Use gzip compression for delivering js/css files. | BOOLEAN | true | |
Max-Age | htmllibmanager.maxage | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | Defines the max-age in seconds set in the cache-control header. < 0 to disable (which is the default). | LONG | -1 | |
Timing | htmllibmanager.timing | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | Enable JS load timing statistics. Show the statistics by [ctrl][shift][u] after a page has been loaded. | BOOLEAN | false | |
Force CQURLInfo | htmllibmanager.forceCQUrlInfo | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | Controls if the CQURLInfo object should always be injected (default is false) | BOOLEAN | false | |
Max Data URI size | htmllibmanager.maxDataUriSize | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | Specifies the maximum size (in bytes) of referenced resource in CSS to auto-line them as data-uris. | LONG | 0 | |
Firebug Lite Path | htmllibmanager.firebuglite.path | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | Path in the workspace where the firebug lite js file is located. The script should make sure it does not activate if the real firebug is present. | STRING | /libs/granite/ui/content/firebug-lite/source/firebug-lite.js#startOpened=true | |
Debug Console | htmllibmanager.debug.console | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | Enable a client-side debug console. This will include firebug lite js and the debug init javascript snippet. | BOOLEAN | false | |
Debug Init Script | htmllibmanager.debug.init.js | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | A Javascript snippet for enabling debugging and/or show the console. | STRING | window.CQ_initial_log_level='INFO'; | |
Default theme name | htmllibmanager.defaultthemename | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | The name of the default theme that is used if it does not exist as the requested one. | STRING | default | |
Default user theme name | htmllibmanager.defaultuserthemename | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | The name of the default theme that is used if non specified | STRING | default | |
Library Manager Category | htmllibmanager.clientmanager | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | Category name of the client side library manager. | STRING | granite.clientlibrarymanager | |
Allowed Library Paths | htmllibmanager.path.list | Day CQ HTML Library Manager com.day.cq.widget.impl.HtmlLibraryManagerImpl :- Provides methods for including js/css files stored in the repository and resolves categories and dependencies. | List of paths that you are allowed to create CQ client libraries under. | STRING | /apps /libs /etc | |
adapter.condition.name | adapter.condition | WorkItem Adapter Factory com.adobe.granite.workflow.core.jcr.WorkItemAdapterFactory :- Adapts jcr node or sling resource to a WorkItem instance | adapter.condition.description | STRING | %granite.workflow.workitem.adapterfactory.service.condition. | |
Move White List | payload.move.white.list | com.adobe.granite.workflow.core.payloadmap.PayloadMoveListener.name com.adobe.granite.workflow.core.payloadmap.PayloadMoveListener :- com.adobe.granite.workflow.core.payloadmap.PayloadMoveListener.description | Define path patterns for paths to be taken into account for payload move jobs. | STRING | /content/dam(/.*) | |
Models | cq.workflow.payload.map.system.workflow.model | com.adobe.granite.workflow.core.PayloadMapCache.name com.adobe.granite.workflow.core.PayloadMapCache :- com.adobe.granite.workflow.core.PayloadMapCache.description | The workflow models to listen for. | STRING | /etc/workflow/models/scheduled_activation/jcr:content/model /etc/workflow/models/scheduled_deactivation/jcr:content/model | |
cq.workflow.payload.map.workflow.packages.root.path | cq.workflow.payload.map.workflow.packages.root.path | com.adobe.granite.workflow.core.PayloadMapCache.name com.adobe.granite.workflow.core.PayloadMapCache :- com.adobe.granite.workflow.core.PayloadMapCache.description | cq.workflow.payload.map.workflow.packages.root.path | STRING | /etc/workflow/packages | |
adapter.condition.name | adapter.condition | com.adobe.granite.workflow.core.PayloadMapFactory.name com.adobe.granite.workflow.core.PayloadMapFactory :- com.adobe.granite.workflow.core.PayloadMapFactory.description | adapter.condition.description | STRING | If the adaptable can be adapted to a WorkflowSession | |
Default Timeout | default.timeout | Granite Workflow External Process Job Handler com.adobe.granite.workflow.core.job.ExternalProcessJobHandler :- Workflow job handler for external workflow processes | The default polling timeout (in seconds). Used, if the timeout is not set on the workflow node. | LONG | 3600 | |
Max Timeout | max.timeout | Granite Workflow External Process Job Handler com.adobe.granite.workflow.core.job.ExternalProcessJobHandler :- Workflow job handler for external workflow processes | The maximum timeout allowed (in seconds). | LONG | 10800 | |
Default Period | default.period | Granite Workflow External Process Job Handler com.adobe.granite.workflow.core.job.ExternalProcessJobHandler :- Workflow job handler for external workflow processes | The default polling retry period (in seconds). Used if the period is not set on the workflow node. | LONG | 300 | |
adapter.condition.name | adapter.condition | Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | adapter.condition.description | STRING | If the ResourceResolver is a JcrResourceResolver or a Session. | |
Model Path | cq.workflow.models | Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | Location used for storing models | STRING | /etc/workflow/models | |
Instances Path | cq.workflow.instances | Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | Location used for storing instances | STRING | /etc/workflow/instances | |
Workspace | cq.workflow.workspace | Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | Workspace used for workflows | STRING | crx.default | |
Job Retry Count | cq.workflow.job.retry | Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | cq.workflow.job.retry.desciption | INTEGER | 3 | |
Superuser | cq.workflow.superuser | Granite Workflow Service com.adobe.granite.workflow.core.WorkflowSessionFactory :- Manages access to workflow sessions as well as the lifecycle of the workflow engine. | List of superusers and superuser groups | STRING | admin administrators | |
Enable HTTP Proxy | proxy.enabled | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | Whether to enable or disable HTTP Proxying globally. Setting this property to false disables HTTP Proxying and the other configurtion properties have no effect. The default value is false. | BOOLEAN | false | |
HTTP Proxy Host | proxy.host | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | Host name (or IP Address) and port of the HTTP Proxy. in the format host:port, e.g. proxy.corp.com:3128. This property is ignored if HTTP Proxying is disabled. This property does not have default value. Enabling HTTP Proxying but not setting the HTTP Proxy Host causes HTTP Proxying to actually be disabled. | STRING | ||
HTTP Proxy User | proxy.user | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | The name of the user to authenticate as with the HTTP Proxy Host. If this field is empty, the proxy is considered to not be authenticated. The default is empty. This property is ignored if proxying is disabled or the proxy host is not properly configured. | STRING | ||
HTTP Proxy Password | proxy.password | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | The password of the HTTP Proxy user to authenticate with. The default is empty. This property is ignored if proxying is disabled or the proxy host is not properly configured. | STRING | ||
HTTP Proxy NTLM Host | proxy.ntlm.host | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | The host the authentication request is originating from. Essentially, the computer name for this machine. By default the credentials assume simple username password authentication. If the proxy happens to be a Microsoft IIS Server using NTLM authentication this property must be set to the NT Domain name of the user to authenticate as. This is not set by default. | STRING | ||
HTTP Proxy NTLM Domain | proxy.ntlm.domain | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | The NTLM domain to authenticate within. By default the credentials assume simple username password authentication. If the proxy happens to be a Microsoft IIS Server using NTLM authentication this property must be set to the NT Domain name of the user to authenticate as. This is not set by default. | STRING | ||
No Proxy For | proxy.exceptions | Day Commons HTTP Client 3.1 com.day.commons.httpclient :- Configuration for the Day Commons HTTP Client Wrapper | Lists domain names, host names, IP Addresses or or network addresses for which the HTTP Proxy Host should not be used. A domain name indicating all hosts of a domain is indicated by a leading dot, e.g. ".day.com". A network address is indicated with subnet mask notation indicating the number of bits make up the network address, e.g 192.168.1.0/24 means the class C network "192.168.1". Note that for proxy selection, the host name of URL is not resolved but directly compared to the list of exceptions. For this reason you might want to indicate both the network address and the domain for targets which should not be passed through the proxy. This property has no effect if HTTP Proxying is disabled. The default value is [ localhost, 127.0.0.1 ]. | STRING | localhost 127.0.0.1 | |
Path | path | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. | STRING | ||
Header Names | headers | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | The header names that might contain a user ID. | STRING | ||
Cookie Names | cookies | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | The cookie names that might contain a user ID. | STRING | cqpsso | |
Parameter Names | parameters | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | The parameter names that might contain a user ID. | STRING | ||
ID Format | format | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | The format the user ID is encoded with. Use "Basic" for the Basic format, "AsIs" if the value should be used as is or any regular expression. | STRING | Basic | |
Trusted Credential Attribute | trustedCredentialsAttribute | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | The name of the attribute which is set with the user information in the trusted credentials. | STRING | TrustedInfo | |
Disable Login Page | auth.http.nologin | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | Check this if the Login Page of this authenticator should be disabled or not. If not checked, the loing page is returned if a request to a page triggers the login mechanism. If this is checked, the login page is only returned if explicitly requested (for example by the login servlet at "/bin/login.html"). In author systems, this property is generally not checked, while on publish systems this property is checked to prevent presenting casual users with the login form. | BOOLEAN | false | |
HTTP Realm | auth.http.realm | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | Name of the HTTP realm - this name is displayed in the login window to the user (and is a key for the client to cache the credentials). | STRING | Day Communique 5 | |
Default Login Page | auth.default.loginpage | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | Absolute path of the page to use to display the default login form. This page is rendered if no Closed User Group applies or the applicable Closed User Group does not declare its own login page. This property is used to render the page as is in an HTTP GET request. As such the value must included any necessary request extension such as ".html". The default value of this property is "/login", which is a vanity URL. | STRING | /libs/cq/core/content/login.html | |
Login Form Clients | auth.cred.form | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | Lists identifiers of clients which are known to support form based HTTP (Basic) authentication. Such authentication presents a form and uses AJAX requests to validate the user name and password and assumes the client caches this information. This is only known to work in Firefox and some Internet Explorer browsers. The default value for this property therefore is [ "Firefox", "Shiretoko", "MSIE 7", "MSIE 6" ]. Changing this value is strongly discouraged because it may prevent login. All browsers not supporting form based HTTP (Basic) authentication will use regular HTTP (Basic) authentication using the 401/UNAUTHORIZED status code and the regular browser password dialog. | STRING | Firefox Shiretoko MSIE 7 MSIE 6 | |
UTF-8 Credentials | auth.cred.utf8 | Day CQ SSO Authentication Handler com.day.cq.wcm.foundation.impl.SsoAuthenticationHandler :- This handler implements the authorization steps needed for single sign on systems like siteminder or IIS NTLM. | Lists identifiers of clients which are known to encode non-ASCII credentials using UTF-8 character encoding. Clients whose User-Agent header does not contain one of the listed identifiers are assumed to encode the credentials using ISO-8859-1 character encoding. The default list of clients is [ "Firefox", "Shiretoko", "Chrome", "Opera", "curl", "Wget" ]. | STRING | Firefox Shiretoko Chrome Opera curl Wget | |
Path | path | Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration. | Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. | STRING | / | |
Service Ranking | service.ranking | Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration. | OSGi Framework Service Ranking value to indicate the order in which to call this service. This is an int value where higher values designate higher precendence. Default value is 5000. | INTEGER | 5000 | |
Login Page Mappings | auth.loginselector.mappings | Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration. | Maps login pages to content trees. The format is | STRING | ||
Default Login Page | auth.loginselector.defaultloginpage | Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration. | If no mappings are defined, nor no mapping matches the request, this is the default login page being redirected to. This can be overridden in the content page configuration. | STRING | /libs/cq/core/content/login | |
Path Info | auth.loginselector.handle | Day CQ Login Selector Authentication Handler com.day.cq.auth.impl.LoginSelectorHandler :- Selects a login form based on a mapping configuration. | A list of request extensions indicating requests for which the Login Selector Authentication Handler may request credentials. Any request whose extension is not one the listed extensions will not cause the credentials to be requested. If this list is empty the default list of html and htm is used. Note that the list entries must not have leading dots. Requests without extension or requests with trailing slashes (/) are always handled by the Login Selector Authentication Handler regardless of this configuration. | STRING | html htm | |
Path | path | Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method. | Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. | STRING | / | |
Disable Login Page | auth.http.nologin | Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method. | Check this if the Login Page of this authenticator should be disabled or not. If not checked, the loing page is returned if a request to a page triggers the login mechanism. If this is checked, the login page is only returned if explicitly requested (for example by the login servlet at "/bin/login.html"). In author systems, this property is generally not checked, while on publish systems this property is checked to prevent presenting casual users with the login form. | BOOLEAN | false | |
HTTP Realm | auth.http.realm | Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method. | Name of the HTTP realm - this name is displayed in the login window to the user (and is a key for the client to cache the credentials). | STRING | Day Communique 5 | |
Default Login Page | auth.default.loginpage | Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method. | Absolute path of the page to use to display the default login form. This page is rendered if no Closed User Group applies or the applicable Closed User Group does not declare its own login page. This property is used to render the page as is in an HTTP GET request. As such the value must included any necessary request extension such as ".html". The default value of this property is "/login", which is a vanity URL. | STRING | /libs/cq/core/content/login.html | |
Login Form Clients | auth.cred.form | Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method. | Lists identifiers of clients which are known to support form based HTTP (Basic) authentication. Such authentication presents a form and uses AJAX requests to validate the user name and password and assumes the client caches this information. This is only known to work in Firefox and some Internet Explorer browsers. The default value for this property therefore is [ "Firefox", "Shiretoko", "MSIE 7", "MSIE 6" ]. Changing this value is strongly discouraged because it may prevent login. All browsers not supporting form based HTTP (Basic) authentication will use regular HTTP (Basic) authentication using the 401/UNAUTHORIZED status code and the regular browser password dialog. | STRING | Firefox Shiretoko MSIE 7 MSIE 6 | |
UTF-8 Credentials | auth.cred.utf8 | Day CQ HTTP Header Authentication Handler com.day.cq.wcm.foundation.impl.HTTPAuthHandler :- Implements the authorization steps based on the Authorization header of the HTTP request. This authenticator supports the BASIC authentication method. | Lists identifiers of clients which are known to encode non-ASCII credentials using UTF-8 character encoding. Clients whose User-Agent header does not contain one of the listed identifiers are assumed to encode the credentials using ISO-8859-1 character encoding. The default list of clients is [ "Firefox", "Shiretoko", "Chrome", "Opera", "curl", "Wget" ]. | STRING | Firefox Shiretoko Chrome Opera curl Wget | |
CUG Exempted Principals | cug.exempted.principals | Day CQ Closed User Group (CUG) Support com.day.cq.auth.impl.cug.CugSupportImpl :- Configures the support for Closed User Groups. Please note, that Closed User Group configuration must be available for Closed User Group support to be available at all. In addition, existing Closed User Group configuration may still disable Closed User Groups by setting the "Enable CUG Roots" property to false. This may for example be used to preserve the list of exempted principals while still (temporarily) disable support for Closed User Groups. | List of Principals for which any CUG restrictions do not apply. | STRING | administrators | |
Enable CUG Roots | cug.enabled | Day CQ Closed User Group (CUG) Support com.day.cq.auth.impl.cug.CugSupportImpl :- Configures the support for Closed User Groups. Please note, that Closed User Group configuration must be available for Closed User Group support to be available at all. In addition, existing Closed User Group configuration may still disable Closed User Groups by setting the "Enable CUG Roots" property to false. This may for example be used to preserve the list of exempted principals while still (temporarily) disable support for Closed User Groups. | Whether or not CUG roots are enabled on a global level or not. If this flag is not set (the default), CUG roots are not enabled. | BOOLEAN | false | |
Font Path | fontpath | Day Commons GFX Font Helper com.day.cq.image.internal.font.FontHelper :- Configures the GFX Font Helper which helps managing the font path and caching of font information. | The list of Resource Tree locations providing fonts. Multiple entries may be listed. Each entry must be an absolute path; that is empty entries or entries not starting with a slash (/) character are ignored. The location of each entry must be existing. This may cause the creation of JCR Nodes at configured entry paths. | STRING | ||
Oversampling Factor | oversamplingFactor | Day Commons GFX Font Helper com.day.cq.image.internal.font.FontHelper :- Configures the GFX Font Helper which helps managing the font path and caching of font information. | The factor to apply internally to the font when drawing text with the TTOVERSAMPLING flag set. Default value is 16 which is also the value used by the Fonter.exe tool to prepare FonterFonts. | INTEGER | 16 | |
JDBC driver class | jdbc.driver.class | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Java class name of the JDBC driver to use | STRING | com.somevendor.somedriver.Driver | |
JDBC connection URI | jdbc.connection.uri | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | URI of the JDBC connection to use | STRING | jdbc:somedriver:someDB;param=value | |
Username | jdbc.username | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | JDBC authentication username | STRING | ||
Password | jdbc.password | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | JDBC authentication password | STRING | ||
Validation query | jdbc.validation.query | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Optional JDBC query used to validate connections | STRING | ||
Readonly by default? | default.readonly | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Set JDBC Connections to readonly mode by default | BOOLEAN | false | |
Autocommit by default? | default.autocommit | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Set JDBC Connections to autocommit mode by default | BOOLEAN | true | |
Pool size | pool.size | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Maximum number of Connections that this pool can open | LONG | 10 | |
Pool wait (msec) | pool.max.wait.msec | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Maximum wait time, in milliseconds, before throwing an Exception if all pooled Connections are in use | LONG | 1000 | |
Datasource name | datasource.name | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | Name of this data source | STRING | ||
"Additional Service Properties" | datasource.svc.properties | JDBC Connections Pool com.day.commons.datasource.jdbcpool.JdbcPoolService :- Provides JDBC Datasources for the Datasource Pool Service | "Properties that are added additionally to the registered datasource service (name=value pairs)" | STRING | ||
Impersonation Cookie | auth.sudo.cookie | Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication. | The name the HTTP Cookie to set with the value of the user which is to be impersonated. This cookie will always be a session cookie. | STRING | sling.sudo | |
Impersonation Parameter | auth.sudo.parameter | Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication. | The name of the request parameter initiating impersonation. Setting this parameter to a user id will result in using an impersonated session (instead of the actually authenticated session) and set a session cookie of the name defined in the Impersonation Cookie setting. | STRING | sudo | |
Allow Anonymous Access | auth.annonymous | Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication. | Whether default access as anonymous when no credentials are present in the request is allowed. The default value is "true" to allow access without credentials. When set to "false" access to the repository is only allowed if valid credentials are presented. The value of this configuration option is added to list of Authentication Requirements and needs not be explicitly listed. If anonymous access is allowed the entry added is "-/". Otherwise anonymous access is denied and "+/" is added to the list. | BOOLEAN | true | |
Authentication Requirements | sling.auth.requirements | Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication. | Defines URL space subtrees which require or don't require authentication. For any request the best matching path configured applies and defines whether authentication is actually required for the request or not. Each entry in this list can be an absolute path (such as /content) or and absolute URI (such as http://thehost/content). Optionally each entry may be prefixed by a plus (+) or minus (-) sign indicating that authentication is required (plus) or not required (minus). Example entries are "/content" or "+/content" to require authentication at and below "/content" and "-/system/sling/login" to not require authentication at and below "/system/sling/login". By default this list is empty. This list is extended at run time with additional entries: One entry is added for the "Allow Anonymous Access" configuration. Other entries are added for any services setting the "sling.auth.requirements" service registration property. | STRING | ||
Anonymous User Name | sling.auth.anonymous.user | Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication. | Defines which user name to assume for anonymous requests, that is requests not providing credentials supported by any of the registered authentication handlers. If this property is missing or empty, the default is assumed which depends on the resource provider(s). Otherwise anonymous requests are handled with this user name. If the configured user name does not exist or is not allowed to access the resource data, anonymous requests may still be blocked. If anonymous access is not allowed, this property is ignored. | STRING | ||
Anonymous User Password | sling.auth.anonymous.password | Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication. | Password for the anonymous user defined in the Anonymous User Name field. This property is only used if a non-empty anonymous user name is configured. If this property is not defined but a password is required, an empty password would be assumed. | STRING | ||
HTTP Basic Authentication | auth.http | Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication. | Level of support for HTTP Basic Authentication. Such support can be provided in three levels: (1) no support at all, that is disabled, (2) preemptive support, that is HTTP Basic Authentication is supported if the authentication header is set in the request, (3) full support. The default is preemptive support unless Anonymous Access is not allowed. In this case HTTP Basic Authentication is always enabled to ensure clients can authenticate at least with basic authentication. | STRING | preemptive | enabled -- Enabled preemptive -- Enabled (Preemptive) disabled -- Disabled |
Realm | auth.http.realm | Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication. | HTTP BASIC authentication realm. This property is only used if the HTTP Basic Authentication support is not disabled. The default value is "Sling (Development)". | STRING | Sling (Development) | |
Authentication URI Suffices | auth.uri.suffix | Apache Sling Authentication Service org.apache.sling.engine.impl.auth.SlingAuthenticator :- Extracts user authentication details from the request with the help of authentication handlers registered as separate services. One example of such an authentication handler is the handler HTTP Authorization header contained authentication. | A list of request URI suffixes intended to be handled by Authentication Handlers. Any request whose request URI ends with any one of the listed suffices is intended to be handled by an Authentication Handler causing the request to either be rejected or the client being redirected to another location and thus the request not being further processed after the authentication phase. The default is just "/j_security_check" which is the suffix defined by the Servlet API specification used for FORM based authentication. | STRING | /j_security_check | |
Background request parameter name | background.parameter.name | Apache Sling Background Requests Filter org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter :- ServletFilter that runs requests in the background if a specific request parameter is set to true. | Requests run in the background if this request parameter is set to true. | STRING | sling:bg | |
Core ThreadPoolExecutor size | core.pool.size | Apache Sling Execution Engine for Background Requests org.apache.sling.bgservlets.impl.ExecutionEngineImpl :- Used to run requests in the background | See ThreadPoolExecutor documentation for more info. | INTEGER | 10 | |
Maximum ThreadPoolExecutor size | max.pool.size | Apache Sling Execution Engine for Background Requests org.apache.sling.bgservlets.impl.ExecutionEngineImpl :- Used to run requests in the background | See ThreadPoolExecutor documentation for more info. | INTEGER | 20 | |
Keep alive time for ThreadPoolExecutor (seconds) | keep.alive.time.seconds | Apache Sling Execution Engine for Background Requests org.apache.sling.bgservlets.impl.ExecutionEngineImpl :- Used to run requests in the background | See ThreadPoolExecutor documentation for more info. | INTEGER | 30 | |
Console plugin active? | console.plugin.active | Apache Sling Background Jobs Console org.apache.sling.bgservlets.impl.JobConsoleImpl :- Provides a simple API to manage background jobs. | Turn the Felix Web Console JobConsole plugin on or off. | BOOLEAN | true | |
Job Storage Base Path | job.storage.path | Apache Sling Background Requests Job Storage Service org.apache.sling.bgservlets.impl.storage.JobStorageImpl :- Stores job state and output for requests running in the background. | Path under which job state is stored in the repository. | STRING | /var/bg/jobs | |
MIME Types | mime.types | Apache Sling MIME Type Service org.apache.sling.commons.mime.internal.MimeTypeServiceImpl :- The Sling MIME Type Service provides support for maintaining and configuring MIME Type mappings. | Configures additional MIME type mappings in the traditional mime.types file format: Each property is a blank space separated list of strings where the first string is the MIME type and the rest of the strings are filename extensions referring to the MIME type. Using this property additional MIME type mappings may be defined. Existing MIME type mappings cannot be redefined and setting such mappings in this property has no effect. For a list of existing mappings refer to the MIME Types page. | STRING | ||
Thread Pool Name | poolName | Apache Sling Scheduler org.apache.sling.commons.scheduler.impl.QuartzScheduler :- The scheduler is able to run services and jobs at specific times, periodically based on cron expressions etc. | The name of a configured thread pool - if no name is configured the default pool is used. | STRING | ||
Name | name | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The unique name for this thread pool. | STRING | ||
Min Pool Size | minPoolSize | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The minimum pool size. | INTEGER | 5 | |
Max Pool Size | maxPoolSize | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The maximum pool size. | INTEGER | 5 | |
Queue Size | queueSize | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The queue size or -1 for an unlimited queue size. | INTEGER | -1 | |
Keep Alive Time | keepAliveTime | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The keep alive time. | LONG | 60000 | |
Block Policy | blockPolicy | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The block policy. | STRING | RUN | ABORT -- Abort DISCARD -- Discard DISCARDOLDEST -- Discard Oldest RUN -- Run |
Shutdown Graceful | shutdownGraceful | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | Should the pool be shutdown gracefully? | BOOLEAN | false | |
Daemon Threads | daemon | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | Should the pool create daemon threads? | BOOLEAN | false | |
Shutdown Wait Time | shutdownWaitTime | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The shutdown wait time. A value below 1 means no wait time. | INTEGER | -1 | |
Priority | priority | Apache Sling Thread Pool Configuration org.apache.sling.commons.threads.impl.DefaultThreadPool.factory :- Configuration for a named thread pool. | The default priority for the threads. | STRING | NORM | NORM -- Norm MIN -- Min MAX -- Max |
Request Log Name | request.log.output | Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service. | Name of the destination for the request log. The request log logs the entry and exit of each request into and out of the system together with the entry time, exit time, time to process the request, a request counter as well as the final status code and response content type. In terms of Request Logger Service formats, request entry is logged with the format "%t [%R] -> %m %U%q %H" and request exit is logged with the format "%{end}t [%R] <- %s %{Content-Type}o %Dms". | STRING | logs/request.log | |
Request Log Type | request.log.outputtype | Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service. | Type of request log destination. Select "Logger Name" to write the access log to an SLF4J logger, "File Name" to write the access log to a file (relative paths resolved against sling.home) or "RequestLog Service" to use a named OSGi service registered with the service interface "org.apache.sling.engine.RequestLog" and a service property "requestlog.name" equal to the Logger Name setting. | INTEGER | 0 | 0 -- Logger Name 1 -- File Name 2 -- RequestLog Service |
Enable Request Log | request.log.enabled | Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service. | Whether to enable Request logging or not. | BOOLEAN | true | |
Access Log Name | access.log.output | Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service. | Name of the destination for the request log. The access log writes an entry for each request as the request terminates using the NCSA extended/combined log format. In terms of Request Logger Service formats the access log is written with the format "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"". | STRING | logs/access.log | |
Access Log Type | access.log.outputtype | Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service. | Type of access log destination. Select "Logger Name" to write the access log to an SLF4J logger, "File Name" to write the access log to a file (relative paths resolved against sling.home) or "RequestLog Service" to use a named OSGi service registered with the service interface "org.apache.sling.engine.RequestLog" and a service property "requestlog.name" equal to the Logger Name setting. | INTEGER | 0 | 0 -- Logger Name 1 -- File Name 2 -- RequestLog Service |
Enable Access Log | access.log.enabled | Apache Sling Request Logger org.apache.sling.engine.impl.log.RequestLogger :- Configures the main loggers of the request logger, namely the request log and the access log. Further loggers may be configured by creating configurations for the Request Logger Service. | Whether to enable Access logging or not. | BOOLEAN | true | |
Number of Calls per Request | sling.max.calls | Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts. | Defines the maximum number of Servlet and Script calls while processing a single client request. This number should be high enough to not limit request processing artificially. On the other hand it should not be too high to allow the mechanism to limit the resources required to process a request in case of errors. The default value is 1000. | INTEGER | 1000 | |
Recursion Depth | sling.max.inclusions | Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts. | The maximum number of recursive Servlet and Script calls while processing a single client request. This number should not be too high, otherwise StackOverflowErrors may occurr in case of erroneous scripts and servlets. The default value is 50. | INTEGER | 50 | |
Allow the HTTP TRACE method | sling.trace.allow | Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts. | If set to true, the HTTP TRACE method will be enabled. By default the HTTP TRACE methods is disabled as it can be used in Cross Site Scripting attacks on HTTP servers. | BOOLEAN | false | |
Filter Compat Mode | sling.filter.compat.mode | Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts. | This switch controls the handling of servlet filters. By default only filters with a scope property are registered. In compat mode, the scope property is not required. | BOOLEAN | false | |
Number of Requests to Record | sling.max.record.requests | Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts. | Defines the number of requests that internally recorded for display on the "Recent Requests" Web Console page. If this value is less than or equal to zero, no requests are internally kept. The default value is 20. | INTEGER | 20 | |
Recorded Request Path Patterns | sling.store.pattern.requests | Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts. | One or more regular expressions which limit the requests which are stored by the "Recent Requests" Web Console page. | STRING | ||
Default Parameter Encoding | sling.default.parameter.encoding | Apache Sling Main Servlet org.apache.sling.engine.impl.SlingMainServlet :- Main processor of the Sling framework controlling all aspects of processing requests inside of Sling, namely authentication, resource resolution, servlet/script resolution and execution of servlets and scripts. | The default request parameter encoding used to decode request parameters into strings. If this property is not set the default encoding is "ISO-8859-1" as mandated by the Servlet API spec. This default encoding is used if the "_charset_" request parameter is not set to another (supported) character encoding. Applications being sure to always use the same encoding (e.g. UTF-8) can set this default here and may omit the "_charset_" request parameter. | STRING | ||
Log Format | request.log.service.format | Apache Sling Customizable Request Data Logger org.apache.sling.engine.impl.log.RequestLoggerService :- This configuration creates customizable loggers for request content. Each configuration results in a logger writing the requested data. Deleting an existing configuration removes the respective logger. | The format for log entries. This is a format string as defined at http://sling.apache.org/site/client-request-logging.html#ClientRequestLogging-LogFormatSpecification. | STRING | ||
Logger Name | request.log.service.output | Apache Sling Customizable Request Data Logger org.apache.sling.engine.impl.log.RequestLoggerService :- This configuration creates customizable loggers for request content. Each configuration results in a logger writing the requested data. Deleting an existing configuration removes the respective logger. | Name of the destination for the log output. Depending on the output type this is a file name (absolute or relative), a SLF4J logger name or the name under which a RequestLog service has been registered. | STRING | request.log | |
Logger Type | request.log.service.outputtype | Apache Sling Customizable Request Data Logger org.apache.sling.engine.impl.log.RequestLoggerService :- This configuration creates customizable loggers for request content. Each configuration results in a logger writing the requested data. Deleting an existing configuration removes the respective logger. | Type of log destination. Select "Logger Name" to write the access log to an SLF4J logger, "File Name" to write the access log to a file (relative paths resolved against sling.home) or "RequestLog Service" to use a named OSGi service registered with the service interface "org.apache.sling.engine.RequestLog" and a service property "requestlog.name" equal to the Logger Name setting. | INTEGER | 0 | 0 -- Logger Name 1 -- File Name 2 -- RequestLog Service |
Request Entry | request.log.service.onentry | Apache Sling Customizable Request Data Logger org.apache.sling.engine.impl.log.RequestLoggerService :- This configuration creates customizable loggers for request content. Each configuration results in a logger writing the requested data. Deleting an existing configuration removes the respective logger. | Check if the logger is called on request entry. Otherwise leave unchecked and the logger will be called on request exit (aka termination), which is the default for access logger type loggers. | BOOLEAN | false | |
Cleanup Internal | scheduler.period | Apache Sling Distributing Event Handler org.apache.sling.event.impl.DistributingEventHandler :- Distributes local OSGi Event Admin events to other nodes of the same cluster. The events are written to the JCR repository for distribution to other nodes while events written to the repository are picked up and distributed locally through the OSGi Event Admin Service. | Interval in seconds in which events older than a specific age (see Event Cleanup Age) are purged from the repository. The default value is 30 minutes (1800 seconds). | LONG | 1800 | |
Event Cleanup Age | cleanup.period | Apache Sling Distributing Event Handler org.apache.sling.event.impl.DistributingEventHandler :- Distributes local OSGi Event Admin events to other nodes of the same cluster. The events are written to the JCR repository for distribution to other nodes while events written to the repository are picked up and distributed locally through the OSGi Event Admin Service. | The maximum age in minutes of persisted events to be purged from the repository during the cleanup run. The default is 15 minutes. Note that this setting defines the minimum time an event remains in the repository. | INTEGER | 15 | |
Event Cleanup Internal | scheduler.period | Apache Sling Job Persistence Manager org.apache.sling.event.impl.jobs.jcr.PersistenceHandler :- This service persists and loads jobs from the repository. | Interval in seconds in which jobs older than a specific age (see Event Cleanup Age) are purged from the repository. The default value is 5 minutes (300 seconds). | LONG | 300 | |
Event Cleanup Age | cleanup.period | Apache Sling Job Persistence Manager org.apache.sling.event.impl.jobs.jcr.PersistenceHandler :- This service persists and loads jobs from the repository. | The maximum age in minutes of persisted job to be purged from the repository during the cleanup run. The default is 5 minutes. Note that this setting defines the minimum time an event remains in the repository. | INTEGER | 5 | |
Max Load Jobs | max.load.jobs | Apache Sling Job Persistence Manager org.apache.sling.event.impl.jobs.jcr.PersistenceHandler :- This service persists and loads jobs from the repository. | The maximum amount of jobs being loaded from the repository on startup. Default is 1000 jobs. | LONG | 1000 | |
Load Threshold | load.threshold | Apache Sling Job Persistence Manager org.apache.sling.event.impl.jobs.jcr.PersistenceHandler :- This service persists and loads jobs from the repository. | If the queue is lower than this threshold the repository is checked for events. The default value is 400. This works together with the maximum load jobs. | LONG | 400 | |
Background Load Delay | load.delay | Apache Sling Job Persistence Manager org.apache.sling.event.impl.jobs.jcr.PersistenceHandler :- This service persists and loads jobs from the repository. | The background loader waits this time of seconds after startup before loading events from the repository. Default value is 30 seconds. | LONG | 30 | |
Background Check Delay | load.checkdelay | Apache Sling Job Persistence Manager org.apache.sling.event.impl.jobs.jcr.PersistenceHandler :- This service persists and loads jobs from the repository. | The background loader sleeps this time of seconds before checking the repository for jobs. Default value is 240 seconds. | LONG | 240 | |
Pool Size | minPoolSize | Apache Sling Event Thread Pool org.apache.sling.event.impl.EventingThreadPool :- This is the thread pool used by the Apache Sling eventing support. The threads from this pool are merely used for the job handling. By limiting this pool, it is possible to limit the maximum number of parallel processed jobs - regardless of the queue configuration. | The size of the thread pool. This pool is used to execute jobs and therefore limits the maximum number of jobs executed in parallel. | INTEGER | 35 | |
Priority | priority | Apache Sling Event Thread Pool org.apache.sling.event.impl.EventingThreadPool :- This is the thread pool used by the Apache Sling eventing support. The threads from this pool are merely used for the job handling. By limiting this pool, it is possible to limit the maximum number of parallel processed jobs - regardless of the queue configuration. | The priority for the threads from this pool. Default is norm. | STRING | NORM | NORM -- Norm MIN -- Min MAX -- Max |
Priority | queue.priority | Apache Sling Job Event Handler org.apache.sling.event.impl.jobs.DefaultJobManager :- Manages job scheduling on a single system as well as on a cluster. A Job runs only on a single cluster node. The respective scheduling is persisted in the repository and distributed amongst the cluster nodes through repository events. The jobs are started locally on a single cluster node through the OSGi Event Admin. | The priority for the threads from this queue. Default is norm. | STRING | NORM | NORM -- Norm MIN -- Min MAX -- Max |
Maximum Retries | queue.retries | Apache Sling Job Event Handler org.apache.sling.event.impl.jobs.DefaultJobManager :- Manages job scheduling on a single system as well as on a cluster. A Job runs only on a single cluster node. The respective scheduling is persisted in the repository and distributed amongst the cluster nodes through repository events. The jobs are started locally on a single cluster node through the OSGi Event Admin. | The maximum number of times a failed job slated for retries is actually retried. If a job has been retried this number of times and still fails, it is not rescheduled and assumed to have failed. The default value is 10. | INTEGER | 10 | |
Retry Delay | queue.retrydelay | Apache Sling Job Event Handler org.apache.sling.event.impl.jobs.DefaultJobManager :- Manages job scheduling on a single system as well as on a cluster. A Job runs only on a single cluster node. The respective scheduling is persisted in the repository and distributed amongst the cluster nodes through repository events. The jobs are started locally on a single cluster node through the OSGi Event Admin. | The number of milliseconds to sleep between two consecutive retries of a job which failed and was set to be retried. The default value is 2 seconds. This value is only relevant if there is a single failed job in the queue. If there are multiple failed jobs, each job is retried in turn without an intervening delay. | LONG | 2000 | |
Maximum Parallel Jobs | queue.maxparallel | Apache Sling Job Event Handler org.apache.sling.event.impl.jobs.DefaultJobManager :- Manages job scheduling on a single system as well as on a cluster. A Job runs only on a single cluster node. The respective scheduling is persisted in the repository and distributed amongst the cluster nodes through repository events. The jobs are started locally on a single cluster node through the OSGi Event Admin. | The maximum number of parallel jobs started for this queue. A value of -1 is substituted with the number of available processors. | INTEGER | 15 | |
Job Processing Enabled | jobmanager.enabled | Apache Sling Job Event Handler org.apache.sling.event.impl.jobs.DefaultJobManager :- Manages job scheduling on a single system as well as on a cluster. A Job runs only on a single cluster node. The respective scheduling is persisted in the repository and distributed amongst the cluster nodes through repository events. The jobs are started locally on a single cluster node through the OSGi Event Admin. | This flag controls wheter the job processing is running or is completly turned off. Turning off job processing will stop all job processing and the jobs are queued up. | BOOLEAN | true | |
Application Ids | jobmanager.applicationids | Apache Sling Job Event Handler org.apache.sling.event.impl.jobs.DefaultJobManager :- Manages job scheduling on a single system as well as on a cluster. A Job runs only on a single cluster node. The respective scheduling is persisted in the repository and distributed amongst the cluster nodes through repository events. The jobs are started locally on a single cluster node through the OSGi Event Admin. | An optional list of application ids. If configured, the job manager is only enabled on these instances. | STRING | ||
Lock Mode | lm.mode | Apache Sling Event Lock Manager org.apache.sling.event.impl.jobs.jcr.LockManager :- This service is responsible for locking and unlock the event nodes. Dependening on the environment, special configuration can improve the performance. | The lock mode defines how the events are locked in the repository. The default is to use session scoped locks. With session scoped locks it's the task of the repository to propagate unlocks in a cluster if a session/cluster node dies. When open scoped locks are used, the lock manager takes care to propagate this information. Please note, that Apache Jackrabbit currently does not support session scoped locks in a cluster and the security is too strong when it comes to open scoped locks. The setting none should only be used, if no cluster is used or if by other means it is guaranteed that only a single node in the cluster is processing jobs. | STRING | session | session -- Session Scoped open -- Open Scoped none -- None |
Name | queue.name | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | The name of the queue. If matching is used the token {0} can be used to substitute the real value. | STRING | ||
Type | queue.type | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | The queue type. | STRING | UNORDERED | UNORDERED -- Parallel ORDERED -- Ordered TOPIC_ROUND_ROBIN -- Topic Round Robin IGNORE -- Ignore |
Topics | queue.topics | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | This value is required and lists the topics processed by this queue. The value is a list of strings. If a string ends with a dot, all topics in exactly this package match. If the string ends with a star, all topics in this package and all subpackages match. If the string neither ends with a dot nor with a star, this is assumed to define an exact topic. | STRING | ||
Maximum Parallel Jobs | queue.maxparallel | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | The maximum number of parallel jobs started for this queue. A value of -1 is substituted with the number of available processors. | INTEGER | 15 | |
Maximum Retries | queue.retries | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | The maximum number of times a failed job slated for retries is actually retried. If a job has been retried this number of times and still fails, it is not rescheduled and assumed to have failed. The default value is 10. | INTEGER | 10 | |
Retry Delay | queue.retrydelay | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | The number of milliseconds to sleep between two consecutive retries of a job which failed and was set to be retried. The default value is 2 seconds. This value is only relevant if there is a single failed job in the queue. If there are multiple failed jobs, each job is retried in turn without an intervening delay. | LONG | 2000 | |
Priority | queue.priority | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | The priority for the threads from this queue. Default is norm. | STRING | NORM | NORM -- Norm MIN -- Min MAX -- Max |
Run Local | queue.runlocal | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | Jobs for this queue are only processed on the cluster node where the job has been started. | BOOLEAN | false | |
Application Ids | queue.applicationids | Apache Sling Job Queue Configuration org.apache.sling.event.jobs.QueueConfiguration :- The configuration of a job processing queue. | An optional list of application ids. If configured, jobs for this queue are only processed on those cluster nodes. | STRING | ||
User Name | user | Apache Sling JCR ResourceBundle Provider org.apache.sling.i18n.impl.JcrResourceBundleProvider :- ResourceBundleProvider service which loads the messages from the repository. If the user name field is left empty, the provider will log into the repository as the administrative user. Otherwise the given user name and password are used to access the repository. Failing to access the repository, effectively disables the provider. | The name of the user to log in to the repository to get the resources. If this field is empty, the provider accesses the repository as the administrative user. | STRING | ||
Password | password | Apache Sling JCR ResourceBundle Provider org.apache.sling.i18n.impl.JcrResourceBundleProvider :- ResourceBundleProvider service which loads the messages from the repository. If the user name field is left empty, the provider will log into the repository as the administrative user. Otherwise the given user name and password are used to access the repository. Failing to access the repository, effectively disables the provider. | The password used to log in to the repository to get the resources. This field is only used if the user name field is not empty. | STRING | ||
Default Locale | locale.default | Apache Sling JCR ResourceBundle Provider org.apache.sling.i18n.impl.JcrResourceBundleProvider :- ResourceBundleProvider service which loads the messages from the repository. If the user name field is left empty, the provider will log into the repository as the administrative user. Otherwise the given user name and password are used to access the repository. Failing to access the repository, effectively disables the provider. | The default locale to assume if none can be resolved otherwise. This value must be in the form acceptable to the java.util.Locale class. | STRING | en | |
Preload Bundles | preload.bundles | Apache Sling JCR ResourceBundle Provider org.apache.sling.i18n.impl.JcrResourceBundleProvider :- ResourceBundleProvider service which loads the messages from the repository. If the user name field is left empty, the provider will log into the repository as the administrative user. Otherwise the given user name and password are used to access the repository. Failing to access the repository, effectively disables the provider. | Whether or not to eagerly load the resource bundles on bundle start or a cache invalidation. | BOOLEAN | false | |
Class Path | classpath | Apache Sling Repository Class Loader Factory org.apache.sling.jcr.classloader.internal.DynamicClassLoaderProviderImpl :- Configuration for the Repository Class Loader. The class path of the created Repository Class Loaders is configurable. | The class path in the repository to use as the class path for all created Repository Class Loaders. All Class Loaders are configured with the same class path. This class path must include any destinations used by Java compilers writing to the Repository such as the JSP Script Handler, which by default writes to "/var/classes". If no class path is defined, the "/var/classes" folder is used by default. | STRING | /var/classes | |
Repository Session User | owner | Apache Sling Repository Class Loader Factory org.apache.sling.jcr.classloader.internal.DynamicClassLoaderProviderImpl :- Configuration for the Repository Class Loader. The class path of the created Repository Class Loaders is configurable. | Name of a user owning the Repository Class Loader sessions. If this is empty a simple administrative session is used. Otherwise the administrative session is used to impersonate as the given user. | STRING | admin | |
Root Path | alias | Apache Sling DavEx Servlet org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet :- The DavEx Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing. | The root path at which the DavEx Servlet is accessible. The default value is "/server". | STRING | /server | |
service.ranking.name | service.ranking | Apache Sling Default Handler Service org.apache.sling.jcr.webdav.impl.handler.DefaultHandlerService :- The Apache Sling Default Handler Service wraps a org.apache.jackrabbit.server.io.DefaultHandler instance in order to run it as a service. | service.ranking.description | INTEGER | 1000 | |
Collection Primary Type | type.collections | Apache Sling Default Handler Service org.apache.sling.jcr.webdav.impl.handler.DefaultHandlerService :- The Apache Sling Default Handler Service wraps a org.apache.jackrabbit.server.io.DefaultHandler instance in order to run it as a service. | The JCR Primary Node Type to assign to nodes created to reflect WebDAV collections. The default value is sling:Folder. You may name any primary node type here, provided it allows the creation of nodex of this type and the defined Non-Collection Primary Type below it. | STRING | sling:Folder | |
Non-Collection Primary Type | type.noncollections | Apache Sling Default Handler Service org.apache.sling.jcr.webdav.impl.handler.DefaultHandlerService :- The Apache Sling Default Handler Service wraps a org.apache.jackrabbit.server.io.DefaultHandler instance in order to run it as a service. | The JCR Primary Node Type to assign to nodes created to reflect WebDAV non-collection resources. The default value is nt:file. You may name any primary node type here, provided the node type is allowed to be created below nodes of the type defined for the Collection Primary Type and that a child node with the name "jcr:content" may be created below the non-collection resource whose type is defined by the Content Primary Type. | STRING | nt:file | |
Content Primary Type | type.content | Apache Sling Default Handler Service org.apache.sling.jcr.webdav.impl.handler.DefaultHandlerService :- The Apache Sling Default Handler Service wraps a org.apache.jackrabbit.server.io.DefaultHandler instance in order to run it as a service. | The JCR Primary Node Type to assign to the jcr:content child node of a WebDAV non-collection resource. The default value is nt:resource. You may name any primary node type here, provided the node type is allowed to be created as the jcr:content child node of the node type defined by the Non-Collection Primary Type. In addition the node type must allow at least the following properties: jcr:data (binary), jcr:lastModified (date), and jcr:mimeType (string). | STRING | nt:resource | |
service.ranking.name | service.ranking | Apache Sling Directory Listing Exporter Service org.apache.sling.jcr.webdav.impl.handler.DirListingExportHandlerService :- The Sling Directory Listing Exporter Service wraps a org.apache.jackrabbit.server.io.DirListingExportHandler instance in order to run it as a service. | service.ranking.description | INTEGER | 100 | |
Root Path | dav.root | Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing. | The root path at which the Simple WebDAV Servlet is accessible. The default value is "/dav". Access to the repository is provided in two ways. You may connect your WebDAV client directly to the root of the Sling web application to access the workspace of Sling directly. The other way is required if you want to connect your WebDAV client to any other workspace besides the Sling workspace. In this case you connect your WebDAV client to another a path comprised of this root path plus the name of the workspace. For example to connect to the some_other workspace, you might connect to http://slinghost/dav/some_other. | STRING | /dav | |
Authentication Realm | dav.realm | Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing. | The name of the HTTP Basic Authentication Realm presented to the client to ask for authentication credentials to access the repository. | STRING | Sling WebDAV | |
Non Collection Node Types | collection.types | Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing. | The JCR Node Types considered being non-collection resouces by WebDAV. Any node replying true to Node.isNodeType() for one of the listed types is considered a non-collection resource. Otherwise the respective node is considered a colleciton resource. | STRING | nt:file nt:resource | |
Filter Prefixes | filter.prefixes | Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing. | A list of namespace prefixes indicating JCR items filtered from being reported as collection members or properties. The default list includes jcr and rep (Jackrabbit internal namespace prefix) items. Do not modify this setting unless you know exactly what you are doing. | STRING | rep jcr | |
Filter Node Types | filter.types | Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing. | Nodetype names to be used to filter child nodes. A child node can be filtered if the declaring nodetype of its definition is one of the nodetype names specified in the nodetypes Element. E.g. defining rep:root as filtered nodetype whould result in jcr:system being hidden but no other child node of the root node, since those are defined by the nodetype nt:unstructered. The default is empty. Do not modify this setting unless you know exactly what you are doing. | STRING | ||
Filter URIs | filter.uris | Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing. | A list of namespace URIs indicating JCR items filtered from being reported as collection members or properties. The default list is empty. Do not modify this setting unless you know exactly what you are doing. | STRING | ||
Collection Primary Type | type.collections | Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing. | The JCR Primary Node Type to assign to nodes created to reflect WebDAV collections. The default value is sling:Folder. You may name any primary node type here, provided it allows the creation of nodex of this type and the defined Non-Collection Primary Type below it. | STRING | sling:Folder | |
Non-Collection Primary Type | type.noncollections | Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing. | The JCR Primary Node Type to assign to nodes created to reflect WebDAV non-collection resources. The default value is nt:file. You may name any primary node type here, provided the node type is allowed to be created below nodes of the type defined for the Collection Primary Type and that a child node with the name "jcr:content" may be created below the non-collection resource whose type is defined by the Content Primary Type. | STRING | nt:file | |
Content Primary Type | type.content | Apache Sling Simple WebDAV Servlet org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet :- The Simple WebDAV Servlet allows direct access to the complete Repository. It is directly accessible in its own URL space and requests to this servlet do not pass by the Sling Main Servlet and request processing. | The JCR Primary Node Type to assign to the jcr:content child node of a WebDAV non-collection resource. The default value is nt:resource. You may name any primary node type here, provided the node type is allowed to be created as the jcr:content child node of the node type defined by the Non-Collection Primary Type. In addition the node type must allow at least the following properties: jcr:data (binary), jcr:lastModified (date), and jcr:mimeType (string). | STRING | nt:resource | |
Resource Search Path | resource.resolver.searchpath | Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting. | The list of absolute path prefixes applied to find resources whose path is just specified with a relative path. The default value is [ "/apps", "/libs" ]. If an empty path is specified a single entry path of [ "/" ] is assumed. | STRING | /apps /libs | |
Namespace Mangling | resource.resolver.manglenamespaces | Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting. | Defines whether namespace prefixes of resource names inside the path (e.g. "jcr:" in "/home/path/jcr:content") are mangled or not. Mangling means that any namespace prefix contained in the path is replaced as per the generic substitution pattern "/([^:]+):/_$1_/" when calling the "map" method of the resource resolver. Likewise the "resolve" methods will unmangle such namespace prefixes according to the substituation pattern "/_([^_]+)_/$1:/". This feature is provided since there may be systems out there in the wild which cannot cope with URLs containing colons, even though they are perfectly valid characters in the path part of URI references with a scheme. The default value of this property if no configuration is provided is "true". | BOOLEAN | true | |
Allow Direct Mapping | resource.resolver.allowDirect | Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting. | Whether to add a direct URL mapping to the front of the mapping list. | BOOLEAN | true | |
Required Providers | resource.resolver.required.providers | Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting. | A resource resolver factory is only available (registered) if all resource providers mentioned in this configuration are available. Each entry is either a service PID or a filter expression. Invalid filters are ignored. | STRING | org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory | |
Virtual URLs | resource.resolver.virtual | Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting. | List of virtual URLs and there mappings to real URLs. Format is | STRING | /:/ | |
URL Mappings | resource.resolver.mapping | Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting. | List of mappings to apply to paths. Incoming mappings are applied to request paths to map to resource paths, outgoing mappings are applied to map resource paths to paths used on subsequent requests. Form is | STRING | /:/ /content/:/ /system/docroot/:/ | |
Mapping Location | resource.resolver.map.location | Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting. | The path to the root of the configuration to setup and configure the ResourceResolver mapping. The default value is /etc/map. | STRING | /etc/map | |
Default Vanity Path Redirect Status | resource.resolver.default.vanity.redirect.status | Apache Sling Resource Resolver Factory org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl :- Configures the Resource Resolver for request URL and resource path rewriting. | The default status code used when a sling:vanityPath is configured to redirect and does not have a specific status code associated with it (via a sling:redirectStatus property) | INTEGER | 302 | |
Source VM | java.compilerSourceVM | Apache Sling Java Script Handler org.apache.sling.scripting.java.impl.JavaScriptEngineFactory :- The Java Script Handler supports development of Java Servlets to render response content. | Java Specification to be used to read the source files. | STRING | 1.5 | |
Target VM | java.compilerTargetVM | Apache Sling Java Script Handler org.apache.sling.scripting.java.impl.JavaScriptEngineFactory :- The Java Script Handler supports development of Java Servlets to render response content. | Target Java version for compilation. | STRING | 1.5 | |
Generate Debug Info | java.classdebuginfo | Apache Sling Java Script Handler org.apache.sling.scripting.java.impl.JavaScriptEngineFactory :- The Java Script Handler supports development of Java Servlets to render response content. | Should the class file be compiled with debugging information? true or false, default true. | BOOLEAN | true | |
Source Encoding | java.javaEncoding | Apache Sling Java Script Handler org.apache.sling.scripting.java.impl.JavaScriptEngineFactory :- The Java Script Handler supports development of Java Servlets to render response content. | Encoding to be used to read the source files. This defaults to UTF-8 and should only be changed in very specific circumstances. | STRING | UTF-8 | |
Generate Debug Info | jasper.classdebuginfo | Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. | Should the class file be compiled with debugging information? true or false, default true. | BOOLEAN | true | |
Tag Pooling | jasper.enablePooling | Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. | Determines whether tag handler pooling is enabled. true or false, default true. | BOOLEAN | true | |
Plugin Class-ID | jasper.ieClassId | Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. | The class-id value to be sent to Internet Explorer when using | STRING | clsid:8AD9C840-044E-11D1-B3E9-00805F499D93 | |
Char Array Strings | jasper.genStringAsCharArray | Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. | Should text strings be generated as char arrays, to improve performance in some cases? Default false. | BOOLEAN | false | |
Keep Generated Java | jasper.keepgenerated | Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. | Should we keep the generated Java source code for each page instead of deleting it? true or false, default true. | BOOLEAN | true | |
Mapped Content | jasper.mappedfile | Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. | Should we generate static content with one print statement per input line, to ease debugging? true or false, default true. | BOOLEAN | true | |
Trim Spaces | jasper.trimSpaces | Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. | Should white spaces in template text between actions or directives be trimmed ?, default false. | BOOLEAN | false | |
Display Source Fragments | jasper.displaySourceFragments | Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. | Should we include a source fragment in exception messages, which could be displayed to the developer | BOOLEAN | false | |
Default Session Value | default.is.session | Apache Sling JSP Script Handler org.apache.sling.scripting.jsp.JspScriptEngineFactory :- The JSP Script Handler supports development of JSP scripts to render response content on behalf of ScriptComponents. Internally Jasper 5.5.20 JSP Engine is used together with the Eclipse Java Compiler to compile generated Java code into Java class files. Some settings of Jasper may be configured as shown below. Note that JSP scripts are expected in the JCR repository and generated Java source and class files will be written to the JCR repository below the configured Compilation Location. | Should a session be created by default for every JSP page? Warning - this behavior may produce unintended results and changing it will not impact previously-compiled pages. | BOOLEAN | true | |
JSON Max results | json.maximumresults | Apache Sling Redirect Servlet org.apache.sling.servlets.get.impl.RedirectServlet :- The Sling servlet handling redirect resources. | The maximum number of resources that should be returned when doing a node.5.json or node.infinity.json. In JSON terms this basically means the number of Objects to return. Default value is 200. | INTEGER | 200 | |
Extension Aliases | aliases | Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests. | The aliases can be used to map several extensions to a single servlet. For instance "xml:pdf,rtf" maps the extensions ".pdf" and ".rtf" to the servlet helper handling the ".xml" extension. | STRING | ||
Auto Index | index | Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests. | Controls whether a simple directory index is rendered for a directory request. A directory request is a request to a resource with a trailing slash (/) character, for example http://host/apps/. If none of the index resources exists, the default GET servlet may automatically render an index listing of the child resources if this option is checked, which is the default. If this option is not checked, the request to the resource is forbidden and results in a status 403/FORBIDDEN. This configuration corresponds to the "Index" option of the Options directive of Apache HTTP Server (httpd). | BOOLEAN | false | |
Index Resources | index.files | Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests. | List of child resources to be considered for rendering the index of a "directory". The default value is [ "index", "index.html" ]. Each entry in the list is checked and the first entry found is included to render the index. If an entry is selected, which has not extension (for example the "index" resource), the extension ".html" is appended for the inclusion to indicate the desired text/html rendering. If the resource name has an extension (as in "index.html"), no additional extension is appended for the inclusion. This configuration corresponds to the | STRING | index index.html | |
Enable HTML | enable.html | Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests. | Whether the renderer for HTML of the default GET servlet is enabled or not. By default the HTML renderer is enabled. | BOOLEAN | true | |
Enable Plain Text | enable.txt | Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests. | Whether the renderer for plain text of the default GET servlet is enabled or not. By default the plain text renderer is enabled. | BOOLEAN | true | |
Enable JSON | enable.json | Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests. | Whether the renderer for JSON of the default GET servlet is enabled or not. By default the JSON renderer is enabled. | BOOLEAN | true | |
Enable XML | enable.xml | Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests. | Whether the renderer for XML of the default GET servlet is enabled or not. By default the XML renderer is enabled. | BOOLEAN | true | |
JSON Max results | json.maximumresults | Apache Sling GET Servlet org.apache.sling.servlets.get.DefaultGetServlet :- The Sling GET servlet is registered as the default servlet to handle GET requests. | The maximum number of resources that should be returned when doing a node.5.json or node.infinity.json. In JSON terms this basically means the number of Objects to return. Default value is 200. | INTEGER | 200 | |
Date Format | servlet.post.dateFormats | Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling. | List SimpleDateFormat strings for date formats supported for parsing from request input to data fields. The special format "ISO8601" (without the quotes) can be used to designate strict ISO-8601 parser which is able to parse strings generated by the Property.getString() method for Date properties. The default value is [ "EEE MMM dd yyyy HH:mm:ss 'GMT'Z", "ISO8601", "yyyy-MM-dd'T'HH:mm:ss.SSSZ", "yyyy-MM-dd'T'HH:mm:ss", "yyyy-MM-dd", "dd.MM.yyyy HH:mm:ss", "dd.MM.yyyy" ]. | STRING | EEE MMM dd yyyy HH:mm:ss 'GMT'Z ISO8601 yyyy-MM-dd'T'HH:mm:ss.SSSZ yyyy-MM-dd'T'HH:mm:ss yyyy-MM-dd dd.MM.yyyy HH:mm:ss dd.MM.yyyy | |
Node Name Hint Properties | servlet.post.nodeNameHints | Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling. | The list of properties whose values may be used to derive a name for newly created nodes. When handling a request to create a new node, the name of the node is automatically generated if the request URL ends with a star ("*") or a slash ("/"). In this case the request parameters listed in this configuration value may be used to create the name. Default value is [ "title", "jcr:title", "name", "description", "jcr:description", "abstract", "text", "jcr:text" ]. | STRING | title jcr:title name description jcr:description abstract text jcr:text | |
Maximum Node Name Length | servlet.post.nodeNameMaxLength | Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling. | Maximum number of characters to use for automatically generated node names. The default value is 20. Note, that actual node names may be generated with at most 4 more characters if the numeric suffixes must be appended to make the name unique. | INTEGER | 20 | |
Checkin New Versionable Nodes | servlet.post.checkinNewVersionableNodes | Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling. | If true, newly created versionable nodes or non-versionable nodes which are made versionable by the addition of the mix:versionable mixin are checked in. By default, false. | BOOLEAN | false | |
Auto Checkout Nodes | servlet.post.autoCheckout | Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling. | If true, checked in nodes are checked out when necessary. By default, false. | BOOLEAN | false | |
Auto Checkin Nodes | servlet.post.autoCheckin | Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling. | If true, nodes which are checked out by the post servlet are checked in. By default, true. | BOOLEAN | true | |
Ignored Parameters | servlet.post.ignorePattern | Apache Sling POST Servlet org.apache.sling.servlets.post.impl.SlingPostServlet :- The Sling POST Servlet is registered as the default servlet to handle POST requests in Sling. | Configures a regular expression pattern to select request parameters which should be ignored when wrinting content to the repository. By default this is "j_.*" thus ignoring all request parameters starting with j_ such as j_username. | STRING | j_.* | |
service.ranking.name | service.ranking | Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts. | service.ranking.description | INTEGER | 10000 | |
Servlet Registration Root Path | servletresolver.servletRoot | Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts. | The default root path assumed when registering a Servlet whose Servlet registration properties define a relative path. The default value is "/apps". This path should be part of the search path configured in the Resource Resolver Factory otherwise a thus registered servlet may not be found. | STRING | 0 | |
Script User | servletresolver.scriptUser | Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts. | This optional property can specify the repository user who is used to read the scripts. If none is specified the admin user is used by default. | STRING | ||
Cache Size | servletresolver.cacheSize | Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts. | This property configures the size of the cache used for script resolution. A value lower than 5 disables the cache. | INTEGER | 200 | |
Script Workspace | servletresolver.defaultScriptWorkspace | Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts. | The workspace name which should be used as a default for script resolution. | STRING | ||
Use Request Workspace | servletresolver.useRequestWorkspace | Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts. | If enabled, the primary workspace name for script resolution will be the same as that used to resolve the request's resource. | BOOLEAN | false | |
Use Default Workspace | servletresolver.useDefaultWorkspace | Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts. | If enabled and if use request workspace is enabled and no scripts are found using the request workspace, also use the default workspace. If use request workspace is disabled, this value is ignored. | BOOLEAN | false | |
Execution Paths | servletresolver.paths | Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts. | The paths to search for executable scripts. If no path is configured this is treated like the default (/ = root) which allows to execute all scripts. By configuring some paths the execution of scripts can be limited. If a configured value ends with a slash, the whole sub tree is allowed. Without a slash an exact matching script is allowed. | STRING | / | |
Default Extensions | servletresolver.defaultExtensions | Apache Sling Servlet/Script Resolver and Error Handler org.apache.sling.servlets.resolver.SlingServletResolver :- The Sling Servlet and Script Resolver has multiple tasks: One it is used as the ServletResolver to select the Servlet or Script to call to handle the request. Second it acts as the SlingScriptResolver and finally it manages error handling by implementing the ErrorHandler interface using the same algorithm to select error handling servlets and scripts as is used to resolve request processing servlets and scripts. | The list of extensions for which the default behavior will be used. This means that the last path segment of the resource type can be used as the script name. | STRING | html | |
Active by default? | active.by.default | Sling Startup Filter org.apache.sling.startupfilter.impl.StartupFilterImpl :- Rejects Sling requests with a 503 error code during startup. | If true, the filter is active as soon as the service starts. | BOOLEAN | true | |
Default message | default.message | Sling Startup Filter org.apache.sling.startupfilter.impl.StartupFilterImpl :- Rejects Sling requests with a 503 error code during startup. | The default message is returned in the HTTP response of the filter, followed by any messages supplied by StartupInfoProvider services. | STRING | Startup in progress | |
service.ranking.name | service.ranking | Day CQ 5.4 content upgrader com.day.cq.compat.codeupgrade.impl.cq54.Cq54StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.4 starts. | service.ranking.description | INTEGER | 540 | |
Upgrade configuration path | upgrade.configuration.path | Day CQ 5.4 content upgrader com.day.cq.compat.codeupgrade.impl.cq54.Cq54StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.4 starts. | Points to configuration files that define upgrade mappings. | STRING | /libs/cq/compat/components/codeupgrade/5.4 | |
Status node path | status.node.path | Day CQ 5.4 content upgrader com.day.cq.compat.codeupgrade.impl.cq54.Cq54StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.4 starts. | Status of the upgrader is stored under that node. | STRING | /var/upgrade/status | |
Status property name | status.property.name | Day CQ 5.4 content upgrader com.day.cq.compat.codeupgrade.impl.cq54.Cq54StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.4 starts. | Status is stored in a property with that name, under the status node. Remove that property to run the upgrader again at startup (or when this bundle starts). | STRING | Cq54StartupCodeUpgrade | |
service.ranking.name | service.ranking | Adobe CQ 5.6 upgrader com.day.cq.compat.codeupgrade.impl.cq56.Cq56StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.6 starts. | service.ranking.description | INTEGER | 560 | |
Status node path | status.node.path | Adobe CQ 5.6 upgrader com.day.cq.compat.codeupgrade.impl.cq56.Cq56StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.6 starts. | Status of the upgrader is stored under that node. | STRING | /var/upgrade/status | |
Status property name | status.property.name | Adobe CQ 5.6 upgrader com.day.cq.compat.codeupgrade.impl.cq56.Cq56StartupCodeUpgrade :- Runs the CodeUpgrader service the first time CQ 5.6 starts. | Status is stored in a property with that name, under the status node. Remove that property to run the upgrader again at startup (or when this bundle starts). | STRING | Cq56StartupCodeUpgrade | |
Backup root path | backup.root.path | Day CQ 5.3 CodeUpgrader factory com.day.cq.compat.codeupgrade.impl.CodeUpgraderFactoryImpl :- Initializes CodeUpgrader instances | Path under which properties are backed up when upgrading nodes. | STRING | /var/upgrade/backup/5.3 | |
Paths to upgrade | paths.to.upgrade | Day CQ 5.3 automatic code upgrader com.day.cq.compat.codeupgrade.impl.cq53.Cq53StartupCodeUpgrade :- Runs the CodeUpgrader service on a series of configurable paths, the first time CQ 5.3 starts. | Files and nodes under these paths are processed by the upgrader. | STRING | /apps /content /etc/designs /etc/replication /etc/security /var/linkchecker /etc/workflow | |
Upgrade configuration path | upgrade.configuration.path | Day CQ 5.3 automatic code upgrader com.day.cq.compat.codeupgrade.impl.cq53.Cq53StartupCodeUpgrade :- Runs the CodeUpgrader service on a series of configurable paths, the first time CQ 5.3 starts. | Points to configuration files that define upgrade mappings. | STRING | /libs/cq/compat/components/codeupgrade/5.3 | |
Maximum file size | max.file.size | Day CQ 5.3 automatic code upgrader com.day.cq.compat.codeupgrade.impl.cq53.Cq53StartupCodeUpgrade :- Runs the CodeUpgrader service on a series of configurable paths, the first time CQ 5.3 starts. | Files over this size (in bytes) are ignored by the ugprader. | STRING | 100000 | |
Filename regexp | file.accept.regexp | Day CQ 5.3 automatic code upgrader com.day.cq.compat.codeupgrade.impl.cq53.Cq53StartupCodeUpgrade :- Runs the CodeUpgrader service on a series of configurable paths, the first time CQ 5.3 starts. | Only files having names that match this regular expression are processed by the upgrader. | STRING | ^[a-zA-Z0-9_].*.(jsp|jspf|jspx|esp|jst|ecma|js)$ | |
Status node path | status.node.path | Day CQ 5.3 automatic code upgrader com.day.cq.compat.codeupgrade.impl.cq53.Cq53StartupCodeUpgrade :- Runs the CodeUpgrader service on a series of configurable paths, the first time CQ 5.3 starts. | Status of the upgrader is stored under that node. | STRING | /var/upgrade/status | |
Status property name | status.property.name | Day CQ 5.3 automatic code upgrader com.day.cq.compat.codeupgrade.impl.cq53.Cq53StartupCodeUpgrade :- Runs the CodeUpgrader service on a series of configurable paths, the first time CQ 5.3 starts. | Status is stored in a property with that name, under the status node. Remove that property to run the upgrader again at startup (or when this bundle starts). | STRING | Cq53StartupCodeUpgrade | |
commerceProvider.name | commerceProvider | Day CQ Commerce Factory for Geometrixx-Outdoors info.geometrixx.commons.impl.GeoCommerceServiceFactory :- info.geometrixx.commons.impl.GeoCommerceServiceFactory.description | commerceProvider.description | STRING | geometrixx | |
Supported Widths | adapt.supported.widths | Adobe CQ Adaptive Image Component Servlet info.geometrixx.commons.impl.servlets.AdaptiveImageComponentServlet :- Render adaptive images in a variety of qualities | List of widths this component is permitted to generate. | STRING | 320 480 476 620 | |
Image Quality | image.quality | Adobe CQ Image Reference Modification Servlet info.geometrixx.commons.impl.servlets.ImageReferenceModificationServlet :- Render the image associated with a page in a variety of dimensions and qualities | Quality must be a double between 0.0 and 1.0 | STRING | 0.82 | |
Supported Resolutions | image.supported.resolutions | Adobe CQ Image Reference Modification Servlet info.geometrixx.commons.impl.servlets.ImageReferenceModificationServlet :- Render the image associated with a page in a variety of dimensions and qualities | List of resolutions this component is permitted to generate. | STRING | 256x192 370x150 480x200 127x127 770x360 620x290 480x225 320x150 375x175 303x142 1170x400 940x340 770x300 480x190 | |
Ping Google | blogsearch.service.ping.google | Day CQ Social Collaboration Blog Search Engine Ping com.day.cq.collab.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configuration | Should Google be pinged? | BOOLEAN | true | |
Ping Technorati | blogsearch.service.ping.technorati | Day CQ Social Collaboration Blog Search Engine Ping com.day.cq.collab.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configuration | Should Technorati be pinged? | BOOLEAN | true | |
Ping Bloglines | blogsearch.service.ping.bloglines | Day CQ Social Collaboration Blog Search Engine Ping com.day.cq.collab.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configuration | Should Bloglines be pinged? | BOOLEAN | false | |
Ping Pingomatic | blogsearch.service.ping.pingomatic | Day CQ Social Collaboration Blog Search Engine Ping com.day.cq.collab.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configuration | Should Pingomatic be pinged? | BOOLEAN | true | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ Social Collaboration Blog Entry Creation Servlet com.day.cq.collab.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled). | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
sling.servlet.selectors.name | sling.servlet.selectors | Day CQ Social Collaboration Blog Entry Creation Servlet com.day.cq.collab.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled). | sling.servlet.selectors.description | STRING | createblogentry | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ Social Collaboration Blog Entry Creation Servlet com.day.cq.collab.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled). | sling.servlet.methods.description | STRING | POST | |
Reverse replication | reverseReplicate | Day CQ Social Collaboration Blog Entry Creation Servlet com.day.cq.collab.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled). | Triggers reverse replication for blog entries | BOOLEAN | true | |
API Key | akismet.service.api.key | Day CQ Antispam com.day.cq.collab.blog.antispam.impl.AkismetServiceImpl :- Akismet configuration | API Key | STRING | ||
Registered URL | akismet.service.registered.url | Day CQ Antispam com.day.cq.collab.blog.antispam.impl.AkismetServiceImpl :- Akismet configuration | Registered URL | STRING | ||
Provider | akismet.service.provider | Day CQ Antispam com.day.cq.collab.blog.antispam.impl.AkismetServiceImpl :- Akismet configuration | Provider | INTEGER | 0 | 0 -- Akismet 1 -- Typepad |
Reverse replication | reverseReplicate | Day CQ Social Collaboration CalendarEvent Post Processor com.day.cq.collab.calendar.impl.CalendarEventPostProcessor :- Sling POST servlet post processor that handles cq:CalendarEvent node changes | Triggers reverse replication for calendar events | BOOLEAN | ||
Ensure date folders | ensureDateFolders | Day CQ Social Collaboration CalendarEvent Post Processor com.day.cq.collab.calendar.impl.CalendarEventPostProcessor :- Sling POST servlet post processor that handles cq:CalendarEvent node changes | Ensures events are always in the correct date folder (eg. 2009/10/15) even if they are moved | BOOLEAN | ||
Expiry time | timezones.expirytime | Day CQ Social Collaboration TimeZone Servlet com.day.cq.collab.calendar.servlets.TimeZoneServlet :- Servlet that provides JSON formatted olson timezone data | Expiry time for timezone responses in minutes (defaults to 1 week) | LONG | ||
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ Social Collaboration Rating Creation Servlet com.day.cq.collab.commons.impl.servlets.CreateRatingServlet :- This service creates ratings, calculates the overall score and adds request properties and triggers reverse replication (if enabled). | sling.servlet.resourceTypes.description | STRING | collab/commons/components/ratings collab/commons/components/ratings/rating | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ Social Collaboration Rating Creation Servlet com.day.cq.collab.commons.impl.servlets.CreateRatingServlet :- This service creates ratings, calculates the overall score and adds request properties and triggers reverse replication (if enabled). | sling.servlet.methods.description | STRING | POST | |
sling.servlet.selectors.name | sling.servlet.selectors | Day CQ Social Collaboration Rating Creation Servlet com.day.cq.collab.commons.impl.servlets.CreateRatingServlet :- This service creates ratings, calculates the overall score and adds request properties and triggers reverse replication (if enabled). | sling.servlet.selectors.description | STRING | createrating | |
sling.servlet.extensions.name | sling.servlet.extensions | Day CQ Social Collaboration Rating Creation Servlet com.day.cq.collab.commons.impl.servlets.CreateRatingServlet :- This service creates ratings, calculates the overall score and adds request properties and triggers reverse replication (if enabled). | sling.servlet.extensions.description | STRING | html | |
Reverse replication | reverseReplicate | Day CQ Social Collaboration Rating Creation Servlet com.day.cq.collab.commons.impl.servlets.CreateRatingServlet :- This service creates ratings, calculates the overall score and adds request properties and triggers reverse replication (if enabled). | Triggers reverse replication | BOOLEAN | true | |
Reverse replication | reverseReplicate | Day CQ Social Collaboration Comment Creation Servlet com.day.cq.collab.commons.impl.servlets.CreateCommentServlet :- This service creates comments, adds request properties and triggers reverse replication (if enabled). | Triggers reverse replication | BOOLEAN | true | |
Form Field Whitelist | fieldWhitelist | Day CQ Social Collaboration Comment Creation Servlet com.day.cq.collab.commons.impl.servlets.CreateCommentServlet :- This service creates comments, adds request properties and triggers reverse replication (if enabled). | List of form field names allowed to be stored with the comment in addition to the minimal form fields required by comments. | STRING | ||
reverseReplicate.name | reverseReplicate | Day CQ Social Collaboration Forum Post Creation Servlet com.day.cq.collab.forum.impl.CreatePostServlet :- This service creates forum posts and optionally reverse replicates the posts. | reverseReplicate.description | BOOLEAN | true | |
Cache rotation interval | activityservice.activitycacherotationinterval | Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object). | Defines the interval in ms when activities must be written to the repository. | LONG | 300000 | |
Thread sleep interval | activityservice.activitycacherotationthreadsleep | Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object). | Defines the interval in mswhen activity thread must check if cache rotation is needed. | LONG | 10000 | |
Disable cache rotation | activityservice.activitycacherotationdisabled | Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object). | True to disable cache rotationactivities are written on write call. | BOOLEAN | false | |
Default stream name | activityservice.defaultstreamname | Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object). | Defines the name of default stream. | STRING | my | |
Hidden path | activityservice.hiddenpath | Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object). | Base path to store the hidden activity streams | STRING | /var/statistics/tracking | |
Hidden activity streams | activityservice.hiddenstreams | Day CQ Activity Streams Service com.day.cq.activitystreams.impl.ActivityServiceImpl :- The Activity Streams Service allows to collect and persist activities. An activity is a description of an action that was performed (the verb) at some instant in time by some actor with some social object (the object). | Defines the list of hidden activity streams | STRING | hidden | |
Import interval | cq.analytics.sitecatalyst.importer.inverval | Day CQ Analytics SiteCatalyst Impressions Importer com.day.cq.analytics.sitecatalyst.ImpressionsImporter :- Imports SiteCatalyst Page Impressions periodically into CQ | Import interval in milliseconds. Default is set to 43200000 (12h). | LONG | 43200000 | |
cq.analytics.sitecatalyst.importer.enabled.name | cq.analytics.sitecatalyst.importer.enabled | Day CQ Analytics SiteCatalyst Impressions Importer com.day.cq.analytics.sitecatalyst.ImpressionsImporter :- Imports SiteCatalyst Page Impressions periodically into CQ | cq.analytics.sitecatalyst.importer.enabled.description | BOOLEAN | true | |
Service enabled | cq.analytics.testandtarget.mboxparagraphpostprocessor.enabled | Day CQ Analytics Mbox Post Processor com.day.cq.analytics.testandtarget.impl.MboxParagraphPostProcessor :- Post processes Test&Target mbox paragraphs and fixes their structure | Enable/disable post processor | BOOLEAN | true | |
Content path | cq.analytics.testandtargetcampaignmediator.contentpath | Day CQ Analytics Test and Target Mediator com.day.cq.analytics.testandtarget.impl.TestandtargetCampaignMediatorImpl :- Mediates between the local content structure from CQ and the remote content from Test and Target using API calls. | The content path where campaigns which will be synchronized to test and target are located. | STRING | /content/campaigns | |
Context stores | cq.analytics.adapterfactory.contextstores | Day CQ Analytics Adapter Factory com.day.cq.analytics.sitecatalyst.impl.SitecatalystAdapterFactory :- Provides adapter functionality for Analytics objects. | Context stores exposed for instrumentation. | STRING | activitystream eventdata geolocation mouseposition pagedata profile resolvedsegments socialgraph surferinfo tagcloud | |
Data center URLs | cq.analytics.sitecatalyst.service.datacenter.url | Day CQ Analytics SiteCatalyst HTTP Client com.day.cq.analytics.sitecatalyst.impl.SitecatalystHttpClientImpl :- SiteCatalyst HTTP Client | A list of data center URLs from where the SiteCatalyst Service may get the end point configuration. | STRING | https://api.omniture.com/admin/1.3/rest/ | |
Page size | cq.analytics.saint.exporter.pagesize | Day CQ Analytics SAINT Exporter com.day.cq.analytics.sitecatalyst.impl.exporter.SAINTExporter :- Exporter implementation for exporting classification data. | Number of rows per SAINT import page. Default is 1000, max. 25000. | INTEGER | 1000 | |
cq.analytics.sitecatalyst.reportpolling.importer.inverval.name | cq.analytics.sitecatalyst.reportpolling.importer.inverval | Day CQ Analytics SiteCatalyst Report Importer com.day.cq.analytics.sitecatalyst.impl.importer.ReportImporter :- cq.analytics.sitecatalyst.reportpolling.reportimporter.description | cq.analytics.sitecatalyst.reportpolling.importer.inverval.description | LONG | 43200000 | |
Test&Target API URL | cq.analytics.testandtarget.api.url | Day CQ Analytics Test&Target HTTP Client com.day.cq.analytics.testandtarget.impl.TestandtargetHttpClientImpl :- Test&Target HTTP Client | URL of the Test&Target API | STRING | https://admin.testandtarget.omniture.com/api | |
Gateway server URL | cq.apns.gateway.url | Day CQ APNS Push Notification Service com.day.cq.apns.impl.PushNotificationServiceImpl :- Provides support for Apple Push Notification service | URL of the gateway server that forwards notifications to APNs. | STRING | http://localhost:4502 | |
Gateway username | cq.apns.gateway.username | Day CQ APNS Push Notification Service com.day.cq.apns.impl.PushNotificationServiceImpl :- Provides support for Apple Push Notification service | Username to use for connection to gateway server. | STRING | admin | |
Gateway password | cq.apns.gateway.password | Day CQ APNS Push Notification Service com.day.cq.apns.impl.PushNotificationServiceImpl :- Provides support for Apple Push Notification service | Password to use for connection to gateway server. | STRING | admin | |
Parent path of certificates | cq.apns.certs.path | Day CQ APNS Push Notification Service com.day.cq.apns.impl.PushNotificationServiceImpl :- Provides support for Apple Push Notification service | Path to sandbox and production certificates. | STRING | /libs/cq/apple/certs | |
Password of certificates | cq.apns.certs.password | Day CQ APNS Push Notification Service com.day.cq.apns.impl.PushNotificationServiceImpl :- Provides support for Apple Push Notification service | Password of sandbox and production certificates. | STRING | daysoftware | |
Sandbox | cq.apns.sandbox | Day CQ APNS Push Notification Service com.day.cq.apns.impl.PushNotificationServiceImpl :- Provides support for Apple Push Notification service | Use sandbox environment (for testing only). | BOOLEAN | false | |
scheduler.period.name | scheduler.period | Day CQ APNS Blacklist Update Job com.day.cq.apns.impl.BlacklistUpdateJob :- Regularly updates device token blacklist from feedback service | scheduler.period.description | LONG | 3600 | |
Domains | externalizer.domains | Day CQ Link Externalizer com.day.cq.commons.impl.ExternalizerImpl :- Creates absolute URLs | List of domain mappings. In the form: "name [scheme://]domain.com[:port][/contextpath]". Standard required names are "publish" (public website DNS, such as "http://www.mysite.com"), "author" (author DNS, such as "https://author.mysite.com") and "local" (this instance directly). The scheme will be used as default scheme (if not specified by the code) and can globally define whether http or https is desired. The context path must match the installation of the sling launchpad webapp on that instance. Additional custom domains can be added, each with a unique name. | STRING | local http://localhost:4502 author http://localhost:4502 publish http://localhost:4503 | |
Host name | externalizer.host | Day CQ Link Externalizer com.day.cq.commons.impl.ExternalizerImpl :- Creates absolute URLs | Deprecated - use "local" under domains instead and keep this property empty. - Host and port of the server as adressed from the outside, e.g. "server.com" or "server.com:8080". | STRING | ||
Context path | externalizer.contextpath | Day CQ Link Externalizer com.day.cq.commons.impl.ExternalizerImpl :- Creates absolute URLs | Deprecated - use "local" under domains instead and keep this property empty. - Context path under which the CQ/Sling launchpad webapp is running, e.g. "/contextpath". | STRING | ||
Traget Path | rootmapping.target | Day CQ Root Mapping com.day.cq.commons.servlets.RootMappingServlet :- rootmapping.desc | rootmapping.target.desc | STRING | /content | |
CSD Name Mapping | csdmapping | Day CQ ContentBus Name Mapper com.day.cq.compat.core.impl.ContentBusNameMapperImpl :- The ContentBus Name Mapper maps names from ContentBus based content in Communique 4 to Repository based content in Communique 5. | CSD Mappings allows the configuration of mapping ContentBus CSD names to Repository Node Type names. | STRING | genericfile=nt:file systemfile=nt:file genericfolder=nt:folder systemfolder=nt:folder template=cq:Component component=cq:Component medialib=sling:OrderedFolder | |
Property Name Mapping | propertymapping | Day CQ ContentBus Name Mapper com.day.cq.compat.core.impl.ContentBusNameMapperImpl :- The ContentBus Name Mapper maps names from ContentBus based content in Communique 4 to Repository based content in Communique 5. | Property Name Mapping is used to map ContentBus Atom names to Repository Property Names. | STRING | data=jcr:data TitleText=jcr:title | |
Page Handle Mapping | pathmapping | Day CQ ContentBus Name Mapper com.day.cq.compat.core.impl.ContentBusNameMapperImpl :- The ContentBus Name Mapper maps names from ContentBus based content in Communique 4 to Repository based content in Communique 5. | Page Handle Mapping is used to map ContentBus Page handles to Resource paths. These are regular expression replacement strings as used by the *nix sed tool. The general format is /regexp/repl/. The first character defines the separator character (/ in the example) which may be any character not occurring in the pattern. The regular expression may contain groupings delimited by brackets ( () ) and to which the replacement string may refer. Example: The configuration $ab(cde)f$xy$1z$ replaces any occurrence of the string abcdef by the string xycdez. | STRING | |/apps/([^/]+)/templates/|/apps/$1/components/| |/apps/Components/|/apps/upgraded/components/| |/etc/medialib(/?)|/content/dam$1| | |
Page Handle | location.path | Day CQ Content Upgrade Tool com.day.cq.compat.migration.factory.location :- Configure a single ContentBus page with optional child pages to be upgraded to the new Communique 5 system. You may configure multiple pages by creating multiple instances of the factory configuration. | The absolute handle of the ContentBus page to upgrade. | STRING | /content | |
Depth | location.depth | Day CQ Content Upgrade Tool com.day.cq.compat.migration.factory.location :- Configure a single ContentBus page with optional child pages to be upgraded to the new Communique 5 system. You may configure multiple pages by creating multiple instances of the factory configuration. | Hierarchical depths of pages to upgrade. Select from the provided options. | INTEGER | 0 | 0 -- Single Page 1 -- Page with direct Children -1 -- Page with subtree |
Number of Versions | location.version.num | Day CQ Content Upgrade Tool com.day.cq.compat.migration.factory.location :- Configure a single ContentBus page with optional child pages to be upgraded to the new Communique 5 system. You may configure multiple pages by creating multiple instances of the factory configuration. | Select the number of versions to upgrade. Select from the provided options. Please note, that only versions both matching the age and number criteria will actually be upgraded. That is a version may not be upgraded due to the version age constraint even though it would be upgraded according to the number constraint. | STRING | -1 | 0 -- HEAD Version Only 1 -- HEAD Version plus 1 old Version 2 -- HEAD Version plus 2 old Version 3 -- HEAD Version plus 3 old Version 4 -- HEAD Version plus 4 old Version 5 -- HEAD Version plus 5 old Version -1 -- Complete Version History |
Maximum Version Age | location.version.age | Day CQ Content Upgrade Tool com.day.cq.compat.migration.factory.location :- Configure a single ContentBus page with optional child pages to be upgraded to the new Communique 5 system. You may configure multiple pages by creating multiple instances of the factory configuration. | The maximum age of versions to upgrade. Select from the provided options. Please note, that only versions both matching the age and number criteria will actually be upgraded. That is a version may not be upgraded due to the version number constraint even though it would be upgraded according to the age constraint. | STRING | -1 | -1 -- Any Version Age 30 -- 30 Days back 60 -- 60 Days back 90 -- 90 Days back 182 -- Half a Year back 365 -- 1 Year back |
Minimum Poll Interval | importer.min.interval | Day CQ Polling Importer com.day.cq.polling.importer.impl.PollingImporterImpl :- The Polling Importer regularly polls configured data sources for updated data to be imported into the Communique 5 repository. | Sets the minimum interval in seconds allowed for each data source polling. Any data source poll configured with a smaller interval will only be polled at this interval. The default value for the default interval is 5 minutes (300 seconds). SETTING THIS PROPERTY TO A LOWER VALUE MAY BRING YOUR COMMUNIQUE 5 SYSTEM TO A VIRTUAL HALT. The lowest supported value is 1 second. | LONG | 300 | |
Import user | importer.user | Day CQ Polling Importer com.day.cq.polling.importer.impl.PollingImporterImpl :- The Polling Importer regularly polls configured data sources for updated data to be imported into the Communique 5 repository. | Repository user used for importing (optional, defaults to admin user) | STRING | ||
Scheduler Period | scheduler.period | Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links. | scheduler.period.description | LONG | 5 | |
scheduler.concurrent.name | scheduler.concurrent | Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links. | scheduler.concurrent.description | BOOLEAN | false | |
Bad Link Tolerance Interval | service.bad_link_tolerance_interval | Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links. | The number of hours after which a repeatedly unsuccessfully checked link is considered a bad link. | INTEGER | 48 | |
Link Check Override Patterns | service.check_override_patterns | Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links. | Space-separated list of Java regular expression patterns for links that should not be checked by the link checker, but must be a valid uri anyways. | STRING | ^system/ | |
Cache Broken Internal Links | service.cache_broken_internal_links | Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links. | Enable caching of broken internal links. This option will improve performance of pages with many broken links that point within the same site. | BOOLEAN | false | |
Special Link Prefixes | service.special_link_prefix | Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links. | Prefixes that specify a special link that is not checked or rewritten at all. | STRING | javascript: mailto: # <!-- ${ | |
Special Link Patterns | service.special_link_patterns | Day CQ Link Checker Service com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl :- Performs asynchronous checking of external links. | Patterns that specify a special link that is not checked or rewritten at all. | STRING | ||
Scheduler Period | scheduler.period | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | scheduler.period.description | LONG | 3600 | |
scheduler.concurrent.name | scheduler.concurrent | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | scheduler.concurrent.description | BOOLEAN | false | |
Good Link Test Interval | good_link_test_interval | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | The interval in hours to check good links. | INTEGER | 24 | |
Bad Link Test Interval | bad_link_test_interval | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | The interval in hours to check bad links. | INTEGER | 1 | |
link_unused_interval.name | link_unused_interval | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | link_unused_interval.description | INTEGER | 168 | |
connection.timeout.name | connection.timeout | Day CQ Link Checker Task com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask :- Performs link checking | connection.timeout.description | INTEGER | 10000 | |
Disable Rewriting | linkcheckertransformer.disableRewriting | Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them. | Completly disable all rewriting of links. | BOOLEAN | false | |
Disable Checking | linkcheckertransformer.disableChecking | Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them. | Completly disable all link checking. All links are handled as valid. | BOOLEAN | false | |
Map Cache Size | linkcheckertransformer.mapCacheSize | Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them. | The cache for the map operations. A value of less than 50 disables the cache. | INTEGER | 5000 | |
Strict Extension Check | linkcheckertransformer.strictExtensionCheck | Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them. | If checked, a strict extension check is performed to detect HTML pages. By default the extension can occur at any location in the path and can be followed by a suffix. With strict checking, the extension has to be the last element in the path. Only for links to HTML pages the mapping configuration is used. | BOOLEAN | false | |
Strip HTML Extension | linkcheckertransformer.stripHtmltExtension | Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them. | If checked, all links with a .html or .htm extension are rewritten and their extension is removed. | BOOLEAN | false | |
Rewrite Elements | linkcheckertransformer.rewriteElements | Day CQ Link Checker Transformer com.day.cq.rewriter.linkchecker.impl.LinkCheckerTransformerFactory :- This is the linkchecker transformer which handles each page request. By default it rewrites links and checks them. | List of html elements and their attributes which are rewritten. Pleasse add each entry in the form {elementName}:{attributeName}. | STRING | a:href area:href form:action | |
Mailing Status root | mailer.status.rootPath | Day CQ Mailing Service com.day.cq.mailer.impl.CqMailingService :- The service sends out personalized mailings to MailingLists. | Root path the Mailing Service is storing its Status to | STRING | /var/mailer/status | |
SMTP server host name | smtp.host | Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails. | The mailer uses this SMTP server to send messages | STRING | ||
SMTP server port | smtp.port | Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails. | Port number to use to connect to the SMTP server | INTEGER | 25 | |
SMTP user | smtp.user | Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails. | The user for authentication through SMTP | STRING | ||
SMTP password | smtp.password | Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails. | The password for authentication through SMTP | STRING | ||
"From" address | from.address | Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails. | The email address to use in the "From:" field of messages sent by the mailer | STRING | ||
SMTP use SSL | smtp.ssl | Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails. | If enabled, an SSL connection is set up. | BOOLEAN | false | |
Debug email | debug.email | Day CQ Mail Service com.day.cq.mailer.DefaultMailService :- The mail service can be used to send emails. | If enabled, interactions with the SMTP server are dumped to the operating system terminal that runs Sling | BOOLEAN | false | |
Character Set | mailer.email.charset | Day CQ Mailing Email Template Factory com.day.cq.mailer.impl.email.CqEmailTemplateFactory :- Builds templates for personalized Emails to be sent out. This mails may content simple plain text or be HTML-Mails. | The Character set to be used for the mails content | STRING | UTF-8 | |
Embed Resources | mailer.email.embed | Day CQ Mailing WebPage Email Template Factory com.day.cq.mailer.impl.email.CqRetrieverTemplateFactory :- Builds templates for personalized HTML-Emails to be sent out. The Template's Content will be retrieved from an WebPage given by an URL. | If set, the resources, like images, files are embedded in the mail. Defaults to false, which means they are linked from the host | BOOLEAN | false | |
Character Set | mailer.email.charset | Day CQ Mailing WebPage Email Template Factory com.day.cq.mailer.impl.email.CqRetrieverTemplateFactory :- Builds templates for personalized HTML-Emails to be sent out. The Template's Content will be retrieved from an WebPage given by an URL. | The Character set to be used for the mails content | STRING | UTF-8 | |
HTTP User name | mailer.email.retrieverUserID | Day CQ Mailing WebPage Email Template Factory com.day.cq.mailer.impl.email.CqRetrieverTemplateFactory :- Builds templates for personalized HTML-Emails to be sent out. The Template's Content will be retrieved from an WebPage given by an URL. | In case the content has to be downloaded from a Webserver that requires authentication, the User-ID to connect with | STRING | ||
HTTP User password | mailer.email.retrieverUserPWD | Day CQ Mailing WebPage Email Template Factory com.day.cq.mailer.impl.email.CqRetrieverTemplateFactory :- Builds templates for personalized HTML-Emails to be sent out. The Template's Content will be retrieved from an WebPage given by an URL. | In case the content has to be downloaded from a Webserver that requires authentication, the password to connect with.If no user name and no password is configured, anonymous access is attempted. | STRING | ||
Timezone | repconf.timezone | Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework. | Use a timezone ID such as 'America/Los_Angeles' or 'Europe/Zurich' that is used for calculating dates and times. If left empty, the server's default timezone will be used. | STRING | ||
Locale | repconf.locale | Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework. | Use a locale ID such as 'en', 'en_US', 'de' or 'de_CH' to specify the locale to be used for reporting. | STRING | ||
Snapshot Path | repconf.snapshots | Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework. | Repository path where snapshot data is saved. | STRING | /var/reports | |
Path to Reports | repconf.repdir | Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework. | Repository path where reports are located. | STRING | /etc/reports | |
Daily snapshots | repconf.hourofday | Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework. | Hour of day (0 - 23; local server time) daily snapshots will be taken. | INTEGER | 2 | |
Hourly snapshots | repconf.minofhour | Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework. | Minute of hour (0 - 59) hourly snapshots will be taken. | INTEGER | 0 | |
Rows (max) | repconf.maxrows | Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework. | Maximum number of rows to be included in a snapshot; set to 0 to include all rows | INTEGER | 100 | |
Fake data | repconf.fakedata | Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework. | Allows the creation of fake historic data (testing purposes only; note that activating this feature might impose security issues!) | BOOLEAN | false | |
Snapshot user | repconf.snapshotuser | Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework. | An optional user ID for taking snapshot. Basically, snapshots are taken for the user that has finsihed the report. There might be situations (for example on a publish system) where you might want specify a fallback user that is used instead. Note that specifying a user might impose a security risk. | STRING | ||
Enforce snapshot user | repconf.enforcesnapshotuser | Day CQ Reporting Configuration com.day.cq.reporting.impl.ConfigServiceImpl :- Configures the reporting framework. | Check if snapshots should always be taken for the user specified above. Note that this might have serious security impacts if not handled correctly. | BOOLEAN | false | |
Enable | repcache.enable | Day CQ Reporting Cache com.day.cq.reporting.impl.cache.CacheImpl :- Provides a cache for report data. | Enables the caching of report data. Use this to speed up report data retrieval. | BOOLEAN | true | |
TTL | repcache.ttl | Day CQ Reporting Cache com.day.cq.reporting.impl.cache.CacheImpl :- Provides a cache for report data. | The time (in seconds) report data gets cached. | INTEGER | 240 | |
Max entries | repcache.max | Day CQ Reporting Cache com.day.cq.reporting.impl.cache.CacheImpl :- Provides a cache for report data. | Maximum number of reports to be cached. Choose a low number if your reports contains lots of data to avoid out of memory situations. | INTEGER | 2 | |
exporter.user.name | exporter.user | com.adobe.cq.scheduled.exporter.impl.ScheduledExporterImpl.name com.adobe.cq.scheduled.exporter.impl.ScheduledExporterImpl :- com.adobe.cq.scheduled.exporter.impl.ScheduledExporterImpl.description | exporter.user.description | STRING | ||
Excerpt properties | excerpt.properties | Day CQ Query Builder com.day.cq.search.impl.builder.QueryBuilderImpl :- Advanced Query Builder for JCR | List of properties that will be included in an excerpt | STRING | text jcr:description | |
Path builder service | pathBuilder.target | CQ Search Suggestion Index Manager com.day.cq.search.suggest.impl.SuggestionIndexManagerImpl :- Manages suggestion indexes | "com.day.cq.search.suggest.PathBuilder" service which defines the internal index structure. Use OSGi filter expression. | STRING | (service.pid=com.day.cq.search.suggest.impl.NestedPathBuilder) | |
Base path | suggest.basepath | CQ Search Suggestion Index Manager com.day.cq.search.suggest.impl.SuggestionIndexManagerImpl :- Manages suggestion indexes | Absolute path where search suggest indexes and collected reports are stored. | STRING | /var/suggest | |
Workspace name | suggest.workspace | CQ Search Suggestion Index Manager com.day.cq.search.suggest.impl.SuggestionIndexManagerImpl :- Manages suggestion indexes | Name of the workspace where suggest indexes are stored. The default workspace will be used if you leave this empty. | STRING | ||
Remote server URI | cq.searchpromote.configuration.server.uri | Day CQ Search&Promote Configuration com.day.cq.searchpromote.impl.SearchPromoteServiceImpl :- Configuration options for Search&Promote | Server URI for template XML requests | STRING | http://searchandpromote.omniture.com/px/ | |
Trusted Credential Attribute | pin.trustedCredentialsAttribute | Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used. | The name of the JCR Credentials attribute allowing access without providing a password. The default value is "TrustedInfo". | STRING | TrustedInfo | |
URL Root Path | pin.handler.root | Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used. | URL path for which this authentication handler should be used. If this is empty, the authentication handler will be disabled. The default value is [ "/content", "/var" ]. | STRING | /content /var | |
Management Servlet Path | pin.servlet.path | Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used. | The (absolute) path to the PIN management servlet. The default PIN management servlet path is "/libs/cq/security/content/pin". | STRING | /libs/cq/security/content/pin | |
PIN Cache Size | pin.manager.cache.size | Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used. | The size of the cache holding in memory copies of used PINs. This cache is maintained as an LRU cache and is used for performance reasons. The default PIN Cache Size is 20. | INTEGER | 20 | |
Default Maximum PIN Age | pin.default.age | Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used. | The default PIN Age in seconds if no explicit expiry or age is defined when a PIN is created. The default value is 86400 (1 day). A negative value disables the default maximum age. | INTEGER | 86400 | |
Default Maximum Use | pin.default.maxuse | Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used. | The default number of maximum uses of a PIN if no explicit use limit is provided with the creation of the PIN. The default value is -1 indicating no limit on maximum use. | INTEGER | -1 | |
Administrator | pin.administrator | Day CQ PIN Authentication Handler (DEPRECATED) com.day.cq.auth.pin.impl.PinManagerFactoryImpl :- The PIN Authentication Handler allows creating limited access PINs to access Communique 5 without a password on behalf of the user owning the PIN. A PIN may be restricted by request URL, request method number of uses and an expiry time. PLEASE NOTE: for security reasons this handler has been deprecated and should no longer be used. | Name of a user or group acting as PIN administrator. Only this user or members of this group are allowed to manage (create, update, delete) PINs on behalf of other users. Other users or non-members of this group may only manage PINs for themselves. The default value names the "administrators" group. | STRING | administrators | |
ACL Rule | cq.aclsetup.rules | Day CQ ACL Setup Service com.day.cq.security.ACLSetup :- Configures ACLs based on configuration | Defines an ACL rule of the format: ( "allow" | "deny" ) ";" ( privileges | "inherit" ) ";" principal ";" path | STRING | ||
Profile Reader | cq.profile.permission.reader | Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile data | Initial set of Authorizables allowed to Read newly created profiles. | STRING | ||
Profile Writer | cq.profile.permission.writer | Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile data | Initial set of Authorizables allowed to Modify newly created profiles. | STRING | ||
Profile Node Type | cq.profile.nt | Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile data | Node Type to use for creation of Profiles | STRING | sling:Folder | |
Profile Resource Type | cq.profile.rt | Day CQ Profile Manager com.day.cq.security.CqProfileProvider :- Configure the persistence of User Profile data | Resource Type to set on newly created Profile Nodes | STRING | cq/security/components/profile | |
Node Name | security.privileges.nodeName | Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.desc | Name of the root node to store privileges | STRING | privileges | |
Node type name | security.privileges.ntName | Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.desc | STRING | Folder | ||
cq.privilegemanager.nsURI | security.privileges.nsURI | Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.desc | STRING | http://sling.apache.org/jcr/sling/1.0 | ||
Disable CQPrivilege(s). | cq.privilegemanager.disabled | Day CQ Privilege Manager com.day.cq.security.CQPrivilegeManager :- cq.privilegemanager.desc | Disable the evaluation of specified CQ application privilege(s) by adding their ID to the disabled list. By default this list contains 'wcm/core/privileges/modifyhierarchy' which is deprecated as of CQ5.4 and 'wcm/core/privileges/replicate as of CQ 5.5. | STRING | wcm/core/privileges/modifyhierarchy wcm/core/privileges/replicate | |
Preferences Node's name | cq.preferencesfactory.nodeName | Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferences | Name to take for the Preferences Node | STRING | preferences | |
Preferences NodeType Name | cq.preferencesfactory.nodetypeName | Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferences | Name of the NodeType to create the Preferences Node | STRING | Folder | |
NodeTypes Namespace URI | cq.preferencesfactory.nodetypeNamespace | Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferences | Namespace URI the Preferences Nodetype Name belongs to | STRING | http://sling.apache.org/jcr/sling/1.0 | |
adapters.name | adapters | Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferences | adapters.description | STRING | com.day.cq.preferences.PreferencesService com.day.cq.preferences.Preferences | |
adaptables.name | adaptables | Day CQ Preferences Service Factory com.day.cq.preferences.impl.PreferencesServiceFactoryImpl :- Creates PreferencesServices to access User Preferences | adaptables.description | STRING | org.apache.sling.api.resource.ResourceResolver org.apache.sling.api.resource.Resource | |
The user's privileges. | cq.homeaclsetup.privileges.user | Day CQ Home ACL Setup Service com.day.cq.security.HomeACLSetupService :- Configures initial privileges a user or group is assigned to the own home directory based on configuration. | Specify the JCR privileges a user should be granted by default on the home directory. | STRING | jcr:all | |
The group's privileges. | cq.homeaclsetup.privileges.group | Day CQ Home ACL Setup Service com.day.cq.security.HomeACLSetupService :- Configures initial privileges a user or group is assigned to the own home directory based on configuration. | Specify the JCR privileges a group should be granted by default on the home directory. | STRING | jcr:read | |
Cleanup interval | scheduler.period | Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data. | The interval in seconds for the cleanup task. | LONG | 300 | |
scheduler.concurrent.name | scheduler.concurrent | Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data. | scheduler.concurrent.description | BOOLEAN | false | |
Base path | path | Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data. | Absolute path were statistical data is stored. | STRING | /var/statistics | |
Workspace name | workspace | Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data. | Name of the workspace where statistical data is stored. The default workspace will be used if you leave this empty. | STRING | ||
Keywords path | keywordsPath | Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data. | Relative path of the keyword property. | STRING | jcr:content/cq:keywords | |
Asynchronous Entries | asyncEntries | Day CQ Statistics Service com.day.cq.statistics.impl.StatisticsServiceImpl :- The statistics service allows to write statistical data to the repository and run reports on that data. | Whether entries should be written asynchronously to the repository. If unchecked, the caller will block until the entry is written to the repository. | BOOLEAN | true | |
Cron expression | scheduler.expression | Day CQ Tagging Garbage Collector com.day.cq.tagging.impl.TagGarbageCollector :- Garbage collects moved and merged tags at scheduled intervals. | Run at the given cron expression times (defaults to once a day at midnight) http://www.docjar.com/docs/api/org/quartz/CronTrigger.html | STRING | 0 0 12 * * ? | |
Tag base path | base.path | Day CQ Tagging Service com.day.cq.tagging.impl.JcrTagManagerFactoryImpl :- Creates a | Base path for storing tags in the repository | STRING | /etc/tags | |
Enable validation | validation.enabled | Day CQ Tagging Service com.day.cq.tagging.impl.JcrTagManagerFactoryImpl :- Creates a | Validate changes to cq:tags properties using an observation listener | BOOLEAN | true | |
TagManager Environment | tagmanager.environment | Adobe CQ TagManagerService com.adobe.cq.dms.tagmanager.impl.TagManagerServiceImpl :- TagManagerService is the API implementation of the Adobe TagManager. | The TagManager environment (dev, stage or live) to deploy the tags to. | STRING | dev -- Development stage -- Stage live -- Live | |
Enable Eventing | tagmanager.eventing.enabled | Adobe CQ TagManager Event Handler com.adobe.cq.dms.tagmanager.impl.TagContainerEventHandler :- The TagManager Event Handler handles modification and deletion events and delegates those to the TagManager Mediator. | Enables TagManager Eventing for modification and deletion events on configurations. | BOOLEAN | true | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ Image Sprite Servlet com.day.cq.extwidget.servlets.ImageSpriteServlet :- Servlet that draws image sprites bases on basic 2D drawing commands | sling.servlet.resourceTypes.description | STRING | cq/ui/components/imagesprite | |
sling.servlet.extensions.name | sling.servlet.extensions | Day CQ Image Sprite Servlet com.day.cq.extwidget.servlets.ImageSpriteServlet :- Servlet that draws image sprites bases on basic 2D drawing commands | sling.servlet.extensions.description | STRING | png gif jpg jpeg | |
Max image width allowed | maxWidth | Day CQ Image Sprite Servlet com.day.cq.extwidget.servlets.ImageSpriteServlet :- Servlet that draws image sprites bases on basic 2D drawing commands | maxWidth.description | INTEGER | 1000 | |
Max image height allowed | maxHeight | Day CQ Image Sprite Servlet com.day.cq.extwidget.servlets.ImageSpriteServlet :- Servlet that draws image sprites bases on basic 2D drawing commands | maxHeight.description | INTEGER | 1000 | |
adapter.condition.name | adapter.condition | WorkItem Adapter Factory com.day.cq.workflow.compatibility.WorkItemAdapterFactory :- Adapts different types of workitems | adapter.condition.description | STRING | All Granite WorkItems can be adapted to CQ WorkItems | |
event.topics.name | event.topics | Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications. | event.topics.description | STRING | com/day/cq/workflow/event | |
From-Email-Address | from.address | Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications. | from.address.description | STRING | [email protected] | |
Host URL Prefix | host.prefix | Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications. | Used to prefix links to pages in the notification emails | STRING | http://localhost:4502 | |
Notify on Abort | notify.onabort | Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications. | Enables notification for workflow abort event | BOOLEAN | true | |
Notify on Complete | notify.oncomplete | Day CQ Workflow Email Notification Service com.day.cq.workflow.impl.email.EMailNotificationService :- Listenes to workflow events and triggers email notifications. | Enables notification for workflow complete event | BOOLEAN | true | |
maxConnections.name | maxConnections | Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaults | ncomm process pool size (0 == number of cpu cores) | INTEGER | 1 | |
maxRequests.name | maxRequests | Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaults | maximum number of requests per process (0 == unlimited) | INTEGER | 0 | |
requestTimeout.name | requestTimeout | Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaults | request timeout in milliseconds (0 == no timeout) | INTEGER | 0 | |
requestRetries.name | requestRetries | Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaults | maximum number of request retries (0 == do not retry) | INTEGER | 0 | |
launchTimeout.name | launchTimeout | Adobe Octopus NComm Defaults com.adobe.octopus.ncomm.bootstrap :- NativeComm configuration defaults | maximum time to wait for a spawned child process connection in milliseconds | INTEGER | 5000 | |
sling.servlet.paths.name | sling.servlet.paths | Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.description | sling.servlet.paths.description | STRING | /libs/dam/health_check | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.description | sling.servlet.methods.description | STRING | GET POST | |
sling.servlet.extensions.name | sling.servlet.extensions | Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.description | sling.servlet.extensions.description | STRING | json | |
Sync Workflow Model Id | cq.dam.sync.workflow.id | Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.description | The workflow model to use for asset synchronization. | STRING | /etc/workflow/models/dam/dam_asset_syncer_and/jcr:content/model | |
Foldernode types | cq.dam.sync.folder.types | Day CQ DAM Health Check Servlet com.day.cq.dam.core.impl.servlet.HealthCheckServlet :- com.day.cq.dam.core.impl.servlet.HealthCheckServlet.description | The node types to check when comparing folders. | STRING | nt:folder sling:Folder cq:Page | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet.name com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet :- com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet.description | sling.servlet.resourceTypes.description | STRING | nt:file | |
sling.servlet.methods.name | sling.servlet.methods | com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet.name com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet :- com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet.description | sling.servlet.methods.description | STRING | GET | |
Blacklisted Mime Types | cq.mime.type.blacklist | com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet.name com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet :- com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet.description | Mime types that should be served as content-disposition:attachment | STRING | text/html application/octet-stream | |
Allow unknown mime types | cq.dam.empty.mime | com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet.name com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet :- com.day.cq.dam.core.impl.servlet.SafeBinaryGetServlet.description | Allow content with unknown i.e. empty mime types to be served inline. Disable this to ensure that content with unknown mime types is served as an attachment | BOOLEAN | false | |
Max Memory | cq.dam.image.cache.max.memory | Day CQ DAM Buffered Image Cache com.day.cq.dam.core.impl.cache.CQBufferedImageCache :- The buffered image cache for DAM. | Maximum memory or -1 | LONG | -1 | |
Max Age | cq.dam.image.cache.max.age | Day CQ DAM Buffered Image Cache com.day.cq.dam.core.impl.cache.CQBufferedImageCache :- The buffered image cache for DAM. | Maximum age in milliseconds | INTEGER | 60000 | |
Max Dimension | cq.dam.image.cache.max.dimension | Day CQ DAM Buffered Image Cache com.day.cq.dam.core.impl.cache.CQBufferedImageCache :- The buffered image cache for DAM. | Maximum Dimension | STRING | 1280x1280 | |
File Name Patterns | com.day.cq.dam.core.impl.io.SpecialFilesHandler.filepatters | Day CQ DAM Special Files Handler com.day.cq.dam.core.impl.io.SpecialFilesHandler :- Prevents unwanted or premature conversion of "special" files into DAM assets. This is required for softwares editing assets over WebDAV. Special files are defined via file name regular expressions in the service configuration. | A list of regular expression patterns against which file names are matched. If a file matches, it is treated as a special file. | STRING | ^.(.*)* Acr[0-9]*.tmp | |
Supported Formats | xmphandler.cq.formats | Day CQ DAM NComm XMP Handler com.day.cq.dam.core.impl.handler.xmp.NCommXMPHandler :- com.day.cq.dam.core.impl.handler.xmp.NCommXMPHandler.description | The formats taken into consideration by this handler. | STRING | image/jpeg image/png image/tiff application/pdf application/x-indesign application/x-photoshop application/photoshop image/vnd.adobe.photoshop application/vnd.adobe.photoshop application/postscript | |
Enables this service | eventrecorder.enabled | Day CQ DAM Event Recorder com.day.cq.dam.core.impl.DamEventRecorderImpl :- Listens to DAM Events and records them as an activity stream into the 'dam' stream in a user's home directory. | Uncheck to disable activity stream recording. | BOOLEAN | false | |
Event Types | eventrecorder.eventtypes | Day CQ DAM Event Recorder com.day.cq.dam.core.impl.DamEventRecorderImpl :- Listens to DAM Events and records them as an activity stream into the 'dam' stream in a user's home directory. | Define which event types shall be recorded. | STRING | ACCEPTED ASSET_CREATED ASSET_MOVED ASSET_REMOVED ASSET_EXPIRED ASSET_EXPIRING REJECTED VERSIONED RESTORED METADATA_UPDATED PUBLISHED_EXTERNAL ORIGINAL_UPDATED RENDITION_UPDATED RENDITION_REMOVED SUBASSET_UPDATED SUBASSET_REMOVED | ACCEPTED -- License accepted (ACCEPTED) ASSET_CREATED -- Asset created (ASSET_CREATED) ASSET_MOVED -- Asset moved (ASSET_MOVED) ASSET_REMOVED -- Asset removed (ASSET_REMOVED) ASSET_EXPIRED -- Asset expired (ASSET_EXPIRED) ASSET_EXPIRING -- Asset expiring (ASSET_EXPIRING) REJECTED -- License rejected (REJECTED) DOWNLOADED -- Asset downloaded (DOWNLOADED) VERSIONED -- Asset versioned (VERSIONED) RESTORED -- Asset version restored (RESTORED) METADATA_UPDATED -- Asset Metadata updated (METADATA_UPDATED) PUBLISHED_EXTERNAL -- Asset published to external system (PUBLISHED_EXTERNAL) ORIGINAL_UPDATED -- Asset's original updated (ORIGINAL_UPDATED) RENDITION_UPDATED -- Asset Rendition updated (RENDITION_UPDATED) RENDITION_REMOVED -- Asset Rendition removed (RENDITION_REMOVED) SUBASSET_UPDATED -- Sub-asset updated (SUBASSET_UPDATED) SUBASSET_REMOVED -- Sub-asset removed (SUBASSET_REMOVED) |
sling.servlet.paths.name | sling.servlet.paths | com.day.cq.dam.core.impl.lightbox.LightboxServlet.name com.day.cq.dam.core.impl.lightbox.LightboxServlet :- com.day.cq.dam.core.impl.lightbox.LightboxServlet.description | sling.servlet.paths.description | STRING | /libs/dam/lightbox | |
sling.servlet.methods.name | sling.servlet.methods | com.day.cq.dam.core.impl.lightbox.LightboxServlet.name com.day.cq.dam.core.impl.lightbox.LightboxServlet :- com.day.cq.dam.core.impl.lightbox.LightboxServlet.description | sling.servlet.methods.description | STRING | GET POST | |
Enable Anonymous Access | cq.dam.enable.anonymous | com.day.cq.dam.core.impl.lightbox.LightboxServlet.name com.day.cq.dam.core.impl.lightbox.LightboxServlet :- com.day.cq.dam.core.impl.lightbox.LightboxServlet.description | Allows anonymous to create/update lightbox | BOOLEAN | false | |
Path Prefix | tagsfileexporter.pathprefix | Day CQ DAM Tags File Exporter com.day.cq.dam.core.impl.TagsFileExporter :- Exports tags under /etc/tags as files in configurable formats. | The path under which the tag export files are created. | STRING | /content/dam | |
Filename Prefix | tagsfileexporter.filename | Day CQ DAM Tags File Exporter com.day.cq.dam.core.impl.TagsFileExporter :- Exports tags under /etc/tags as files in configurable formats. | The file name (without extension) to use for the tag export files. | STRING | hierarchy/taxonomy | |
Export Formats | tagsfileexporter.formats | Day CQ DAM Tags File Exporter com.day.cq.dam.core.impl.TagsFileExporter :- Exports tags under /etc/tags as files in configurable formats. | Choose tag export file formats. By default all available formats (TXT, CSV + XLS) are exported. If no formats are selected this service is effectively disabled. | STRING | txt | txt -- txt |
Export Roots | tagsfileexporter.exportroots | Day CQ DAM Tags File Exporter com.day.cq.dam.core.impl.TagsFileExporter :- Exports tags under /etc/tags as files in configurable formats. | Choose which tag namespaces (plus optionally tag relative path) should be exported. E.g. "stockphotography:business" or "default:". By default all tags are exported. | STRING | ||
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ DAM Binary Provider Servlet com.day.cq.dam.core.impl.servlet.BinaryProviderServlet :- com.day.cq.dam.core.impl.servlet.BinaryProviderServlet.description | sling.servlet.resourceTypes.description | STRING | dam/asset dam:Asset | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ DAM Binary Provider Servlet com.day.cq.dam.core.impl.servlet.BinaryProviderServlet :- com.day.cq.dam.core.impl.servlet.BinaryProviderServlet.description | sling.servlet.methods.description | STRING | GET | |
Enable Digital Rights Management | cq.dam.drm.enable | Day CQ DAM Binary Provider Servlet com.day.cq.dam.core.impl.servlet.BinaryProviderServlet :- com.day.cq.dam.core.impl.servlet.BinaryProviderServlet.description | Enable Digital Rights Management. | BOOLEAN | true | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Asset annotation creation servlet com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet :- com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet.description | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
sling.servlet.methods.name | sling.servlet.methods | Asset annotation creation servlet com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet :- com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet.description | sling.servlet.methods.description | STRING | POST | |
sling.servlet.selectors.name | sling.servlet.selectors | Asset annotation creation servlet com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet :- com.day.cq.dam.core.impl.servlet.CreateAnnotationServlet.description | sling.servlet.selectors.description | STRING | annotation | |
Observed Repository Paths | changeeventlistener.observed.paths | Day CQ DAM Change Event Listener com.day.cq.dam.core.impl.DamChangeEventListener :- Listens to repository change events on assets in order to re-distribute them as OGSi DAM Events | The paths which are observed for asset changes. | STRING | /content/dam | |
Day CQ DAM Asset summary icon rendition name | AssetWorkflowSummaryServlet.icon.rendition.name | Day CQ DAM Asset workflow summary servlet com.day.cq.dam.core.impl.servlet.AssetWorkflowSummaryServlet :- Provides dam:Asset summary information in JSON | Name of the Rendition to use as an icon in the asset summary. | STRING | cq5dam.thumbnail.48.48.png | |
sling.servlet.paths.name | sling.servlet.paths | com.day.cq.dam.core.impl.servlet.CollectionServlet.name com.day.cq.dam.core.impl.servlet.CollectionServlet :- com.day.cq.dam.core.impl.servlet.CollectionServlet.description | sling.servlet.paths.description | STRING | /bin/cq/collections | |
sling.servlet.extensions.name | sling.servlet.extensions | com.day.cq.dam.core.impl.servlet.CollectionServlet.name com.day.cq.dam.core.impl.servlet.CollectionServlet :- com.day.cq.dam.core.impl.servlet.CollectionServlet.description | sling.servlet.extensions.description | STRING | json | |
sling.servlet.methods.name | sling.servlet.methods | com.day.cq.dam.core.impl.servlet.CollectionServlet.name com.day.cq.dam.core.impl.servlet.CollectionServlet :- com.day.cq.dam.core.impl.servlet.CollectionServlet.description | sling.servlet.methods.description | STRING | POST GET | |
sling.auth.requirements.name | sling.auth.requirements | com.day.cq.dam.creativecloud.impl.CCShareServiceImpl.name com.day.cq.dam.creativecloud.impl.CCShareServiceImpl :- com.day.cq.dam.creativecloud.impl.CCShareServiceImpl.description | sling.auth.requirements.description | STRING | -/etc/creativecloud -/etc/designs/creativecloud/resources | |
IMS Endpoint | ims.endpoint | Day CQ CreativeCloud IMS Service com.day.cq.dam.creativecloud.impl.IMSServiceImpl :- A service to access Adobe IMS (OAuth) specific services | The Adobe IMS endpoint. | STRING | https://ims-na1-cc1.adobelogin.com/ims | |
IMS Client ID | ims.client.id | Day CQ CreativeCloud IMS Service com.day.cq.dam.creativecloud.impl.IMSServiceImpl :- A service to access Adobe IMS (OAuth) specific services | The OAuth client id to access Adobe IMS | STRING | CQDAM1 | |
IMS Client Secret | ims.client.secret | Day CQ CreativeCloud IMS Service com.day.cq.dam.creativecloud.impl.IMSServiceImpl :- A service to access Adobe IMS (OAuth) specific services | The OAuth client secret to access Adobe IMS | STRING | 3ac81206-70bf-4e9c-80a2-14b67b0cf35a | |
API Endpoint | creativecloud.api.endpoint | com.day.cq.dam.creativecloud.impl.client.CreativeCloudClientImpl.name com.day.cq.dam.creativecloud.impl.client.CreativeCloudClientImpl :- com.day.cq.dam.creativecloud.impl.client.CreativeCloudClientImpl.description | The Creative Cloud API Endpoint | STRING | https://creative.adobe.com/api/v1 | |
Supported Mimetypes | supported.mimetypes | Day CQ CreativeCloud Touch App Handler com.day.cq.dam.creativecloud.handler.TouchHandler :- An asset handler for touch apps specific formats | Supported mime types by this handler. | STRING | application/vnd.adobe.pstouch application/vnd.adobe.collage application/vnd.adobe.proto application/vnd.adobe.ideas | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet.name com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet :- com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet.description | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
sling.servlet.methods.name | sling.servlet.methods | com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet.name com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet :- com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet.description | sling.servlet.methods.description | STRING | POST GET | |
sling.servlet.selectors.name | sling.servlet.selectors | com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet.name com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet :- com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet.description | sling.servlet.selectors.description | STRING | unshareasset | |
sling.servlet.extensions.name | sling.servlet.extensions | com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet.name com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet :- com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudUnShareServlet.description | sling.servlet.extensions.description | STRING | json | |
API Endpoint | creativecloud.api.endpoint | Day CQ CreativeCloud Service com.day.cq.dam.creativecloud.impl.CreativeCloudServiceImpl :- A service to access CreativeCloud API | The Creative Cloud API Endpoint | STRING | https://creative.adobe.com/api/v1 | |
cq.commons.invite.token.timeout.name | cq.commons.invite.token.timeout | com.day.cq.dam.creativecloud.invite.impl.CCInvitationService.name com.day.cq.dam.creativecloud.invite.impl.CCInvitationService :- com.day.cq.dam.creativecloud.invite.impl.CCInvitationService.description | Timeout duration in days | STRING | 45 | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.name com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet :- com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.description | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
sling.servlet.methods.name | sling.servlet.methods | com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.name com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet :- com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.description | sling.servlet.methods.description | STRING | POST GET | |
sling.servlet.selectors.name | sling.servlet.selectors | com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.name com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet :- com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.description | sling.servlet.selectors.description | STRING | shareasset | |
sling.servlet.extensions.name | sling.servlet.extensions | com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.name com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet :- com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.description | sling.servlet.extensions.description | STRING | json | |
cq.dam.creativecloug.invite.token.fromemail.name | cq.dam.creativecloug.invite.token.fromemail | com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.name com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet :- com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.description | cq.dam.creativecloug.invite.token.fromemail.description | STRING | [email protected] | |
cq.dam.creativecloug.invite.url.name | cq.dam.creativecloug.invite.url | com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.name com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet :- com.day.cq.dam.creativecloud.impl.servlet.CreativeCloudShareInviteServlet.description | cq.dam.creativecloug.invite.url.description | STRING | /etc/creativecloud/invite.html?inviteChk= | |
System Fonts directory | fontmgr.system.font.dir | CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loading | Location of the System Fonts directory. | STRING | ||
Adobe Server Fonts directory | fontmgr.adobe.font.dir | CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loading | Location of the Adobe Server Fonts directory. | STRING | ||
Customer Fonts directory | fontmgr.customer.font.dir | CQ-DAM-Handler-Gibson Font Manager Service com.day.cq.dam.handler.gibson.fontmanager.impl.FontManagerServiceImpl :- Manages Fonts directories and there loading | Location of the Customer Fonts directory | STRING | ||
max.errors.to.blacklist.name | max.errors.to.blacklist | com.day.cq.dam.ids.impl.IDSPoolImpl.name com.day.cq.dam.ids.impl.IDSPoolImpl :- com.day.cq.dam.ids.impl.IDSPoolImpl.description | Max consecute errors before blacklist a IDS server. Default -1(disabled) | INTEGER | -1 | |
retry.interval.to.whitelist.name | retry.interval.to.whitelist | com.day.cq.dam.ids.impl.IDSPoolImpl.name com.day.cq.dam.ids.impl.IDSPoolImpl :- com.day.cq.dam.ids.impl.IDSPoolImpl.description | Minimum retry interval to revalidate the blacklisted IDS server. Default 10 minutes | INTEGER | 10 | |
process.label.name | process.label | com.day.cq.dam.ids.impl.IDSPoolImpl.name com.day.cq.dam.ids.impl.IDSPoolImpl :- com.day.cq.dam.ids.impl.IDSPoolImpl.description | process.label.description | STRING | InDesign Server Pool Config | |
enable.multisession.name | enable.multisession | com.day.cq.dam.ids.impl.IDSJobProcessor.name com.day.cq.dam.ids.impl.IDSJobProcessor :- com.day.cq.dam.ids.impl.IDSJobProcessor.description | Enable multiple session support. Applicable to Creative Suite 6 and above. Default false | BOOLEAN | false | |
enable.retry.name | enable.retry | com.day.cq.dam.ids.impl.IDSJobProcessor.name com.day.cq.dam.ids.impl.IDSJobProcessor :- com.day.cq.dam.ids.impl.IDSJobProcessor.description | Enable retry of IDS Job. Default false | BOOLEAN | false | |
process.label.name | process.label | com.day.cq.dam.ids.impl.IDSJobProcessor.name com.day.cq.dam.ids.impl.IDSJobProcessor :- com.day.cq.dam.ids.impl.IDSJobProcessor.description | process.label.description | STRING | InDesign Proxy Worker | |
event.topics.name | event.topics | com.day.cq.dam.ids.impl.IDSJobProcessor.name com.day.cq.dam.ids.impl.IDSJobProcessor :- com.day.cq.dam.ids.impl.IDSJobProcessor.description | event.topics.description | STRING | dam/proxy/ids/job | |
Scene7 Asset Type | scene7.asset.type | com.day.cq.dam.scene7.impl.importer.Scene7VideoImportHandler.name com.day.cq.dam.scene7.impl.importer.Scene7VideoImportHandler :- com.day.cq.dam.scene7.impl.importer.Scene7VideoImportHandler.description | The Scene7 Asset Type for which this import handler is registered | STRING | Video | |
Scene7 Asset Type | scene7.asset.type | Adobe CQ Scene7 Template Import Handler com.day.cq.dam.scene7.impl.importer.Scene7TemplateImportHandler :- The Adobe CQ Scene7 Template Import Handler is responsible for importing Scene7 Template assets | The Scene7 Asset Type for which this import handler is registered | STRING | Template | |
Excluded Scene7 asset types | cq.dam.scene7.importservice.excludeassets | Adobe CQ Scene7 Import Service com.day.cq.dam.scene7.impl.importer.Scene7ImportServiceImpl :- cq.dam.scene7.importservice.desc | Scene7 asset types excluded by the polling importer | STRING | Fxg | |
Enabled | cq.dam.scene7.damchangeeventlistener.enabled | Adobe CQ Scene7 Dam Listener com.day.cq.dam.scene7.impl.Scene7DamChangeEventListener :- CQ Scene7 Dam Listener for changes to Dam assets and responds with related S7 service operations | Enable the Adobe CQ Scene7 Dam Listener | BOOLEAN | false | |
Observed Repository Paths | cq.dam.scene7.damchangeeventlistener.observed.paths | Adobe CQ Scene7 Dam Listener com.day.cq.dam.scene7.impl.Scene7DamChangeEventListener :- CQ Scene7 Dam Listener for changes to Dam assets and responds with related S7 service operations | The paths on which this listener is active | STRING | /content/dam | |
Lock timeout | cq.dam.scene7.import.locktimeout | Adobe CQ Scene7 Lock Asset Utils Service com.day.cq.dam.scene7.impl.importer.LockAssetUtilsImpl :- The Adobe CQ Scene7 Lock Asset Utils Service provides useful methods for synchronising access to CQ DAM assets | The timeout in SECONDS for acquiring a lock | INTEGER | 180 | |
Scene7 Asset Type | scene7.asset.type | com.day.cq.dam.scene7.impl.importer.Scene7MasterVideoImportHandler.name com.day.cq.dam.scene7.impl.importer.Scene7MasterVideoImportHandler :- com.day.cq.dam.scene7.impl.importer.Scene7MasterVideoImportHandler.description | The Scene7 Asset Type for which this import handler is registered | STRING | MasterVideo | |
Scene7 Importer Enabled | cq.dam.scene7.importer.enabled | Adobe CQ Scene7 Polling Importer com.day.cq.dam.scene7.impl.importer.Scene7Importer :- Adobe CQ Scene7 Polling Importer | Enable/Disable the Scene7 importer. | BOOLEAN | false | |
Scene7 RTI modifier | scene7FlashTemplates.rti | Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- | The Scene7 Replace Text Instance (rti) modifier value | STRING | rti | |
Scene7 RSI modifier | scene7FlashTemplates.rsi | Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- | The Scene7 Replace Symbol Instance (rsi) modifier value | STRING | rsi | |
Scene7 RB modifier | scene7FlashTemplates.rb | Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- | The Scene7 Replace Bitmap (rb) modifier value | STRING | rb | |
Scene7 RURL modifier | scene7FlashTemplates.rurl | Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- | The Scene7 Replace URL (rurl) modifier value | STRING | rurl | |
Scene7 URL format parameter | scene7FlashTemplate.urlFormatParameter | Adobe CQ Scene7 Flash Template Service com.day.cq.dam.scene7.impl.Scene7FlashTemplatesServiceImpl :- | The Scene7 URL parameter that needs to be appended to the url of the template in order to change the format of the response | STRING | fmt | |
Scene7 Asset Type | scene7.asset.type | Adobe CQ Scene7 Generic Import Handler com.day.cq.dam.scene7.impl.importer.Scene7GenericImportHandler :- The Adobe CQ Scene7 Generic Import Handler is responsible for importing Scene7 assets for which no other import handlers are defined | The Scene7 Asset Type for which this import handler is registered | STRING | Generic | |
Enabled | cq.dam.scene7.configurationeventlistener.enabled | Adobe CQ Scene7 Configuration Listener com.day.cq.dam.scene7.impl.Scene7ConfigurationEventListener :- The Adobe CQ Scene7 Configuration Listener caches various Scene7 configuration data when a configuration is updated | Enable the Adobe CQ Scene7 Configuration Listener to monitor configuration changes | BOOLEAN | false | |
MIME Type mapping | cq.dam.scene7.assetmimetypeservice.mapping | Adobe CQ Scene7 Asset MIME type Service com.day.cq.dam.scene7.impl.Scene7AssetMimeTypeServiceImpl :- The Adobe CQ Scene7 Asset MIME Type is responsible for providing a customised MIME type for the Scene7 assets | The MIME Type mapping associates a MIME type to an asset type (e.g. Template=image/s7template) | STRING | Generic=image/s7asset Template=image/s7template Flash=image/s7flashtemplate Image=image/jpeg Video=video/* Video.mp4=video/mp4 Video.f4v=video/mp4 Video.flv=video/x-flv | |
maxConnections.name | maxConnections | com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.description | maxConnections.description | STRING | 4 | |
maxRequests.name | maxRequests | com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.description | maxRequests.description | STRING | 50000 | |
requestTimeout.name | requestTimeout | com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.description | requestTimeout.description | STRING | 30000 | |
logDir.name | logDir | com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.name com.adobe.xmp.worker.files.ncomm.XMPFilesNComm :- com.adobe.xmp.worker.files.ncomm.XMPFilesNComm.description | logDir.description | STRING | ||
Service enabled | forms.formparagraphpostprocessor.enabled | Day CQ WCM Form Paragraph Post Processor com.day.cq.wcm.foundation.forms.impl.FormParagraphPostProcessor :- Post processes form paragraphs and fixes their structure | Enable/disable the PostProcessor | BOOLEAN | true | |
Endpoint | com.day.crx.ide.repo.location | CRXDE Servlet com.day.crx.ide.CRXDEServlet :- Provides services for the CRX development environment | SPI/DAV endpoint of the JCR repository | STRING | /crx/server | |
outputPath | com.day.crx.ide.compiler.output | CRXDE Compile Servlet com.day.crx.ide.CRXDECompileServlet :- Provides Remote Java Compilation support | default compiler output path | STRING | /var/classes | |
sling.auth.requirements.name | sling.auth.requirements | Adobe Marketing Cloud Configuration com.adobe.mac.core.impl.MacConfigImpl :- com.adobe.mac.core.impl.MacConfigImpl.description | sling.auth.requirements.description | STRING | -/etc/clientlibs/mac/mac-api.js -/favicon.ico | |
mac.config.uberlib.name | mac.config.uberlib | Adobe Marketing Cloud Configuration com.adobe.mac.core.impl.MacConfigImpl :- com.adobe.mac.core.impl.MacConfigImpl.description | mac.config.uberlib.description | BOOLEAN | false | |
mac-api.js URL | mac.config.api.js.url | Adobe Marketing Cloud Configuration com.adobe.mac.core.impl.MacConfigImpl :- com.adobe.mac.core.impl.MacConfigImpl.description | eg. https://localhost:4502/etc/clientlibs/mac/mac-api.js | STRING | ||
mac.config.sitecat.host.name | mac.config.sitecat.host | Adobe Marketing Cloud Configuration com.adobe.mac.core.impl.MacConfigImpl :- com.adobe.mac.core.impl.MacConfigImpl.description | mac.config.sitecat.host.description | STRING | beta-a.omniture.com | |
mac.config.renga.endpoint.name | mac.config.renga.endpoint | Adobe Marketing Cloud Configuration com.adobe.mac.core.impl.MacConfigImpl :- com.adobe.mac.core.impl.MacConfigImpl.description | mac.config.renga.endpoint.description | STRING | https://na1r-dev1.services.adobe.com/account/amfgateway2 | |
mac.config.renga.admintoken.name | mac.config.renga.admintoken | Adobe Marketing Cloud Configuration com.adobe.mac.core.impl.MacConfigImpl :- com.adobe.mac.core.impl.MacConfigImpl.description | mac.config.renga.admintoken.description | STRING | QTF5GNHEZX5QKEHZZM57Q5KNF0 | |
mac.config.ims.organization.name | mac.config.ims.organization | Adobe Marketing Cloud Configuration com.adobe.mac.core.impl.MacConfigImpl :- com.adobe.mac.core.impl.MacConfigImpl.description | mac.config.ims.organization.description | STRING | 0001289050D3D3110A490D04@AdobeOrg | |
Protocol | sc.subscription.protocol | Shared Cloud Notification Listener com.adobe.scc.osgi.SCSubscriptionServlet :- Shared Cloud Notification Listener that gets notified about changes and synchronizes unseen changes back to this instance. Note that this listener has to be in the same zone as the Shared Cloud server it is talking to. | Protocol, valid values are http or https. | STRING | http | |
Host | sc.subscription.host | Shared Cloud Notification Listener com.adobe.scc.osgi.SCSubscriptionServlet :- Shared Cloud Notification Listener that gets notified about changes and synchronizes unseen changes back to this instance. Note that this listener has to be in the same zone as the Shared Cloud server it is talking to. | This machine's external hostname or IP address, must not be empty. | STRING | ||
Port | sc.subscription.port | Shared Cloud Notification Listener com.adobe.scc.osgi.SCSubscriptionServlet :- Shared Cloud Notification Listener that gets notified about changes and synchronizes unseen changes back to this instance. Note that this listener has to be in the same zone as the Shared Cloud server it is talking to. | Port number | INTEGER | 4502 | |
Path | sc.subscription.alias | Shared Cloud Notification Listener com.adobe.scc.osgi.SCSubscriptionServlet :- Shared Cloud Notification Listener that gets notified about changes and synchronizes unseen changes back to this instance. Note that this listener has to be in the same zone as the Shared Cloud server it is talking to. | Path where listener servlet will be registered at | STRING | /content/scc/notifications | |
Client | sc.subscription.client | Shared Cloud Notification Listener com.adobe.scc.osgi.SCSubscriptionServlet :- Shared Cloud Notification Listener that gets notified about changes and synchronizes unseen changes back to this instance. Note that this listener has to be in the same zone as the Shared Cloud server it is talking to. | Client to subscribe to | STRING | stormcloud | |
Configuration Root | sc.sync.config.root | Shared Cloud Sync Service com.adobe.scc.osgi.SCSyncServiceImpl :- Shared Cloud Synchronization Service | Repository path of the Shared Cloud Configuration | STRING | /etc/sharedcloud | |
DAM Root | sc.sync.dam.root | Shared Cloud Sync Service com.adobe.scc.osgi.SCSyncServiceImpl :- Shared Cloud Synchronization Service | DAM repository path that should be synchronized with the configured Shared Cloud account | STRING | /content/dam | |
SharedCloud user | sc.sync.user | Shared Cloud Sync Service com.adobe.scc.osgi.SCSyncServiceImpl :- Shared Cloud Synchronization Service | JCR user that will be used to apply changes observed on Shared Cloud | STRING | sharedcloud | |
ActivityObject Type | activity.object.type | Day CQ MCM Newsletter Activity Object Predicate com.day.cq.mcm.core.predicate.NewsletterActivityObjectPredicate :- Day CQ MCM Newsletter Activity Object Predicate | The ActivityObject type (resource type) to identify a newsletter activity. | STRING | mcm/components/newsletter/page | |
From Email Address | from.address | Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterServiceImpl :- Newsletter Service. | The from address to be used to send the newsletter. If this is not specified the default from mail address of the mail service will be used. | STRING | ||
Lookup for Sender Host | sender.host | Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterServiceImpl :- Newsletter Service. | Define the match for the Request Map match that should be used to resolve the Host to be used to send the Mail. (s. JCR ResourceResolver) | STRING | http://--publish-- | |
Bounce Counter Maximum | max.bounce.count | Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterServiceImpl :- Newsletter Service. | The maximum bounce counter to test the user's bounce counter against. Users exceeding this maximum will no longer receive newsletters. Defaults to 3. A value of 0 disables bounce counter checks. | STRING | 3 | |
Activity No Cache | sent.activity.nocache | Day CQ MCM Newsletter com.day.cq.mcm.core.newsletter.NewsletterServiceImpl :- Newsletter Service. | Set to 'true' to disable the caching and batch writing of the activity, 'false' otherwise. | STRING | true | |
Experience Indirection | experience.indirection | Day CQ MCM Configuration com.day.cq.mcm.impl.MCMConfiguration :- Configures the MCM | Use this to implement a subtype component of an mcm experience component, eg. an own newsletter component. | STRING | ||
Touchpoint Indirection | touchpoint.indirection | Day CQ MCM Configuration com.day.cq.mcm.impl.MCMConfiguration :- Configures the MCM | Use this to implement a subtype component of a touchpoint component. | STRING | ||
service.ranking.name | service.ranking | com.day.cq.mcm.landingpage.parser.taghandlers.mbox.MBoxExperienceTagHandlerFactory.name com.day.cq.mcm.landingpage.parser.taghandlers.mbox.MBoxExperienceTagHandlerFactory :- com.day.cq.mcm.landingpage.parser.taghandlers.mbox.MBoxExperienceTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.mcm.landingpage.parser.taghandlers.mbox.MBoxExperienceTagHandlerFactory.name com.day.cq.mcm.landingpage.parser.taghandlers.mbox.MBoxExperienceTagHandlerFactory :- com.day.cq.mcm.landingpage.parser.taghandlers.mbox.MBoxExperienceTagHandlerFactory.description | tagpattern.description | STRING | <sections+.*?data-cq-component="experience".*?> | |
service.ranking.name | service.ranking | com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory.name com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory :- com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory.name com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory :- com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandlerFactory.description | tagpattern.description | STRING | <divs+.*?data-cq-component="target".*?> | |
service.ranking.name | service.ranking | com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory.name com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory :- com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory.name com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory :- com.day.cq.mcm.landingpage.parser.taghandlers.cta.ClickThroughComponentTagHandlerFactory.description | tagpattern.description | STRING | <(div|span|a)s+.*?data-cq-component="(?i)clickThroughLink".*?> | |
service.ranking.name | service.ranking | com.day.cq.mcm.landingpage.parser.taghandlers.cta.LeadFormCTAComponentTagHandlerFactory.name com.day.cq.mcm.landingpage.parser.taghandlers.cta.LeadFormCTAComponentTagHandlerFactory :- com.day.cq.mcm.landingpage.parser.taghandlers.cta.LeadFormCTAComponentTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.mcm.landingpage.parser.taghandlers.cta.LeadFormCTAComponentTagHandlerFactory.name com.day.cq.mcm.landingpage.parser.taghandlers.cta.LeadFormCTAComponentTagHandlerFactory :- com.day.cq.mcm.landingpage.parser.taghandlers.cta.LeadFormCTAComponentTagHandlerFactory.description | tagpattern.description | STRING | <(div|form)s+.*?data-cq-component="(?i)leadformgeneration".*?> | |
service.ranking.name | service.ranking | com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory.name com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory :- com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory.name com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory :- com.day.cq.mcm.landingpage.parser.taghandlers.cta.GraphicalClickThroughComponentTagHandlerFactory.description | tagpattern.description | STRING | <(div|span|a)s+.*?data-cq-component="(?i)clickThroughGraphicalLink".*?> | |
Lead Mapping.name | Lead Mapping | Salesforce Configuration com.adobe.cq.mcm.salesforce.SalesforceConfiguration :- Configuration for exchange of Leads Information | Lead Mapping.description | STRING | firstName=FirstName title=title lastName=LastName email=Email company=Company phone=Phone mobile=MobilePhone fax=Fax website=Website source=LeadSource annualRevenue=AnnualRevenue state=State status=Status rating=Rating numberOfEmployees=NumberOfEmployees productInterest=ProductInterest__c postalCode=PostalCode city=City street=Street country=Country industry=Industry | |
dps.session.service.url.name | dps.session.service.url | com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl.name com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl :- com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl.description | dps.session.service.url.description | STRING | https://dpsapi2.acrobat.com/webservices/sessions | |
dps.session.service.client.token.name | dps.session.service.client.token | com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl.name com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl :- com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl.description | dps.session.service.client.token.description | STRING | nN3Byx7gGpuyGvOixbupGA | |
dps.session.service.client.secret.name | dps.session.service.client.secret | com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl.name com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl :- com.adobe.cq.media.publishing.dps.fp.impl.DPSSessionServiceImpl.description | dps.session.service.client.secret.description | STRING | s2DNwhtPKUOQLX0nclKZ0w& | |
cq.pagesupdatehandler.imageresourcetypes.name | cq.pagesupdatehandler.imageresourcetypes | com.adobe.cq.media.publishing.dps.impl.contentsync.DPSPagesUpdateHandler.name com.adobe.cq.media.publishing.dps.impl.contentsync.DPSPagesUpdateHandler :- com.adobe.cq.media.publishing.dps.impl.contentsync.DPSPagesUpdateHandler.description | cq.pagesupdatehandler.imageresourcetypes.description | STRING | foundation/components/image | |
Ping Google | blogsearch.service.ping.google | Day CQ Social Collaboration Blog Search Engine Ping com.adobe.cq.social.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configuration | Should Google be pinged? | BOOLEAN | true | |
Ping Technorati | blogsearch.service.ping.technorati | Day CQ Social Collaboration Blog Search Engine Ping com.adobe.cq.social.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configuration | Should Technorati be pinged? | BOOLEAN | true | |
Ping Bloglines | blogsearch.service.ping.bloglines | Day CQ Social Collaboration Blog Search Engine Ping com.adobe.cq.social.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configuration | Should Bloglines be pinged? | BOOLEAN | false | |
Ping Pingomatic | blogsearch.service.ping.pingomatic | Day CQ Social Collaboration Blog Search Engine Ping com.adobe.cq.social.blog.search.impl.BlogSearchPingServiceImpl :- Blog Search Ping configuration | Should Pingomatic be pinged? | BOOLEAN | true | |
indexer.extension.enabled.name | indexer.extension.enabled | com.adobe.cq.social.blog.impl.BlogNodeIndexerExtension.name com.adobe.cq.social.blog.impl.BlogNodeIndexerExtension :- com.adobe.cq.social.blog.impl.BlogNodeIndexerExtension.description | indexer.extension.enabled.description | BOOLEAN | true | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | Day CQ Social Collaboration Blog Entry Creation Servlet com.adobe.cq.social.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled). | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
sling.servlet.selectors.name | sling.servlet.selectors | Day CQ Social Collaboration Blog Entry Creation Servlet com.adobe.cq.social.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled). | sling.servlet.selectors.description | STRING | social.createblogentry social.editblogentry | |
sling.servlet.methods.name | sling.servlet.methods | Day CQ Social Collaboration Blog Entry Creation Servlet com.adobe.cq.social.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled). | sling.servlet.methods.description | STRING | POST | |
Reverse replication | reverseReplicate | Day CQ Social Collaboration Blog Entry Creation Servlet com.adobe.cq.social.blog.impl.servlets.CreateBlogEntryServlet :- This service creates new blog entries and triggers reverse replication (if enabled). | Triggers reverse replication for blog entries | BOOLEAN | true | |
Reverse replication | reverseReplicate | Day CQ Social Collaboration CalendarEvent Post Processor com.adobe.cq.social.calendar.impl.CalendarEventPostProcessor :- Sling POST servlet post processor that handles cq:CalendarEvent node changes | Triggers reverse replication for calendar events | BOOLEAN | ||
Ensure date folders | ensureDateFolders | Day CQ Social Collaboration CalendarEvent Post Processor com.adobe.cq.social.calendar.impl.CalendarEventPostProcessor :- Sling POST servlet post processor that handles cq:CalendarEvent node changes | Ensures events are always in the correct date folder (eg. 2009/10/15) even if they are moved | BOOLEAN | ||
Expiry time | timezones.expirytime | Day CQ Social Collaboration TimeZone Servlet com.adobe.cq.social.calendar.servlets.TimeZoneServlet :- Servlet that provides JSON formatted olson timezone data | Expiry time for timezone responses in minutes (defaults to 1 week) | LONG | ||
throttle.persec.name | throttle.persec | com.adobe.cq.social.commons.index.impl.comment.CommentReindexHandler.name com.adobe.cq.social.commons.index.impl.comment.CommentReindexHandler :- com.adobe.cq.social.commons.index.impl.comment.CommentReindexHandler.description | throttle.persec.description | STRING | 5 | |
Indexer Extension Enabled? | indexer.extension.enabled | com.adobe.cq.social.commons.ugc.impl.index.ModerationUgcNodeIndexerExtension.name com.adobe.cq.social.commons.ugc.impl.index.ModerationUgcNodeIndexerExtension :- com.adobe.cq.social.commons.ugc.impl.index.ModerationUgcNodeIndexerExtension.description | Is this indexer extension enabled? (default is true) | BOOLEAN | true | |
poolSize.name | poolSize | com.adobe.cq.social.commons.impl.AsyncReverseReplicator com.adobe.cq.social.commons.impl.AysncReverseReplicatorImpl :- comment reverse replicator service | poolSize.description | INTEGER | 5 | |
maxPoolSize.name | maxPoolSize | com.adobe.cq.social.commons.impl.AsyncReverseReplicator com.adobe.cq.social.commons.impl.AysncReverseReplicatorImpl :- comment reverse replicator service | maxPoolSize.description | INTEGER | 10 | |
queueSize.name | queueSize | com.adobe.cq.social.commons.impl.AsyncReverseReplicator com.adobe.cq.social.commons.impl.AysncReverseReplicatorImpl :- comment reverse replicator service | queueSize.description | INTEGER | 50 | |
keepAliveTime.name | keepAliveTime | com.adobe.cq.social.commons.impl.AsyncReverseReplicator com.adobe.cq.social.commons.impl.AysncReverseReplicatorImpl :- comment reverse replicator service | keepAliveTime.description | LONG | 1 | |
Reverse replication | reverseReplicate | Adobe CQ Social Collaboration Comment Creation Servlet com.adobe.cq.social.commons.impl.servlets.CreateCommentServlet :- This service creates comments, adds request properties and triggers reverse replication (if enabled). | Triggers reverse replication | BOOLEAN | true | |
Form Field Whitelist | fieldWhitelist | Adobe CQ Social Collaboration Comment Creation Servlet com.adobe.cq.social.commons.impl.servlets.CreateCommentServlet :- This service creates comments, adds request properties and triggers reverse replication (if enabled). | List of form field names allowed to be stored with the comment in addition to the minimal form fields required by comments. | STRING | ||
Restricted mime types for Attachments | attachmentTypeBlacklist | Adobe CQ Social Collaboration Comment Creation Servlet com.adobe.cq.social.commons.impl.servlets.CreateCommentServlet :- This service creates comments, adds request properties and triggers reverse replication (if enabled). | Black list of attachment mime types that are unsafe. | STRING | .ade .adp .app .asa .asp .bas .bat .cer .chm .cmd .com .cpl .crt .csh .dll .exe .fxp .hlp .hta .htm .html .htr .inf .ins .isp .its .js .jse .ksh .lnk .mad .maf .mag .mam .maq .mar .mas .mat .mau .mav .maw .mda .mdb .mde .mdt .mdw .mdz .mht .mhtm .mhtml .msc .msi .msp .mst .ocx .ops .pcd .pif .prf .prg .reg .scf .scr .sct .shb .shs .tmp .url .vb .vbe .vbs .vbx .vsmacros .vss .vst .vsw .ws .wsc .wsf .wsh .xsl | |
Path | path | Adobe Granite Bearer Authentication Handler com.adobe.granite.auth.oauth.impl.BearerAuthenticationHandler :- Authentication handler for the "Bearer" HTTP Authentication Scheme. This authentication handler implements a solution to validate a provided bearer token against an OAuth Provider.This authentication handler requires configuration to be active. | Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. By default this is set to "/". | STRING | / | |
Allowed OAuth client ids | oauth.clientIds.allowed | Adobe Granite Bearer Authentication Handler com.adobe.granite.auth.oauth.impl.BearerAuthenticationHandler :- Authentication handler for the "Bearer" HTTP Authentication Scheme. This authentication handler implements a solution to validate a provided bearer token against an OAuth Provider.This authentication handler requires configuration to be active. | List of allowed OAuth client ids. If this is empty is not possible to authenticate using the Bearer Authentication Handler | STRING | ||
Access Token Request Parameter | auth.tokenRequestParameter | Adobe Granite Bearer Authentication Handler com.adobe.granite.auth.oauth.impl.BearerAuthenticationHandler :- Authentication handler for the "Bearer" HTTP Authentication Scheme. This authentication handler implements a solution to validate a provided bearer token against an OAuth Provider.This authentication handler requires configuration to be active. | The name of the request parameter property that is used if the authorization header is missing. If this property is empty, request parameter support is disabled (which is the default). | STRING | ||
OAuth Cookie Max-Age Before Authorization | oauth.cookie.login.timeout | Adobe Granite ProviderConfigManager Service com.adobe.granite.auth.oauth.impl.helper.ProviderConfigManager :- Private service for managing Provider, OAuthHelper, and ProviderConfig caches. | Max-Age for the encrypted cookie before authorization has completed; -1 indicates a session cookie (only valid for the current browser session). | STRING | ||
OAuth Cookie Max-Age After Authorization | oauth.cookie.max.age | Adobe Granite ProviderConfigManager Service com.adobe.granite.auth.oauth.impl.helper.ProviderConfigManager :- Private service for managing Provider, OAuthHelper, and ProviderConfig caches. | Max-Age for the encrypted cookie after authorization has succeeded; -1 indicates a session cookie (only valid for the current browser session) | STRING | ||
Provider ID | oauth.provider.id | Adobe Granite OAuth Twitter Provider com.adobe.granite.auth.oauth.impl.TwitterProviderImpl :- Default Twitter OAuth Provider | Assign a unique Provider ID | STRING | twitter | |
Path | path | Adobe Granite OAuth Authentication Handler com.adobe.granite.auth.oauth.impl.OAuthAuthenticationHandler :- Authentication Handler for OAuth 1.0a and OAuth 2.0 (draft) providers. Currently only Twitter and Facebook are supported. In future versions of this Authentication Handler further providers will be supported. Note that this Authentication Handler is only enabled if configuration exists and the Path property is not set to an empty string. | Repository path for which this authentication handler should be used by Sling. If this is empty, the authentication handler will be disabled. By default this is set to "/". | STRING | / | |
Trusted Credential Attribute | oauth.trustedCredentialsAttribute | Adobe Granite OAuth Authentication Handler com.adobe.granite.auth.oauth.impl.OAuthAuthenticationHandler :- Authentication Handler for OAuth 1.0a and OAuth 2.0 (draft) providers. Currently only Twitter and Facebook are supported. In future versions of this Authentication Handler further providers will be supported. Note that this Authentication Handler is only enabled if configuration exists and the Path property is not set to an empty string. | The name of the JCR Credentials attribute allowing access without providing a password. The default value is "TrustedInfo". | STRING | TrustedInfo | |
Provider ID | oauth.provider.id | Adobe Granite OAuth Facebook Provider com.adobe.granite.auth.oauth.impl.FacebookProviderImpl :- Default Facebook OAuth Provider | Assign a unique Provider ID | STRING | facebook | |
Config ID | oauth.config.id | Adobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider. | OAuth Configuration IDs must be unique. This ID will be used to determine which config will be used for a particular oauth request with the "configid" request parameter. | STRING | ||
Client ID | oauth.client.id | Adobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider. | Application Client ID provided by the OAuth Provider. For OAuth 1.0a this is called the Consumer Key. This is required for the Authentication Handler to authenticate with OAuth for a specific Provider. | STRING | ||
Client Secret | oauth.client.secret | Adobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider. | Application Client Secret provided by the OAuth Provider. For OAuth 1.0a this is called the Consumer Secret. This is required for the Authentication Handler to authenticate with OAuth for a specific Provider. | STRING | ||
Scope | oauth.scope | Adobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider. | Scope for the authorization request to hand over to the provider | STRING | ||
Provider ID | oauth.config.provider.id | Adobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider. | Assign the Provider ID used to match a ProviderConfig to a Provider | STRING | ||
Create users | oauth.create.users | Adobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider. | Whether to automatically create users if there is no matching CRX user for an OAuth authenticated users. By default this is not enabled. Handle with care. | BOOLEAN | false | |
Groups | oauth.create.users.groups | Adobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider. | Groups to which created users are added. If this list is empty, new users are just member of the "Everyone" group. | STRING | ||
Encode UserIds | oauth.encode.userids | Adobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider. | Base.encode64 generated user ids for created users. | BOOLEAN | false | |
Callback URL | oauth.callBackUrl | Adobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider. | URL configured with the OAuth providers to redirect the client back. Use a relative url to use the host of the original request. Leave empty to use the originally requested URL instead. Suffix "/callback/j_security_check" is automatically appended to this url. Note: the domain for the callback must be registered at the provider side (e.g. Facebook or Twitter). | STRING | ||
Save access token | oauth.access.token.persist | Adobe Granite OAuth Application and Provider com.adobe.granite.auth.oauth.provider :- Configures the OAuth Provider Application setup such that the Authentication Handler can authenticate users with the provider. | Whether to save Oauth access token in users profile. If enabled, the token will be stored in encrypted form in the property specified by Provider.getAccessTokenPropertyPath(). | BOOLEAN | false | |
oauth.provider.id.name | oauth.provider.id | Day CQ Social Collaboration Twitter OAuth Provider com.adobe.cq.social.connect.oauth.impl.TwitterProviderImpl :- Social Collaboration Twitter OAuth Provider | oauth.provider.id.description | STRING | soco-twitter | |
oauth.cloud.config.root.name | oauth.cloud.config.root | Day CQ Social Collaboration Twitter OAuth Provider com.adobe.cq.social.connect.oauth.impl.TwitterProviderImpl :- Social Collaboration Twitter OAuth Provider | oauth.cloud.config.root.description | STRING | /etc/cloudservices/twitterconnect | |
provider.config.root.name | provider.config.root | Day CQ Social Collaboration Twitter OAuth Provider com.adobe.cq.social.connect.oauth.impl.TwitterProviderImpl :- Social Collaboration Twitter OAuth Provider | provider.config.root.description | STRING | /apps/social/twitterprovider/config | |
oauth.provider.id.name | oauth.provider.id | Day CQ Social Collaboration Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- Social Collaboration Facebook OAuth Provider | oauth.provider.id.description | STRING | soco-facebook | |
oauth.cloud.config.root.name | oauth.cloud.config.root | Day CQ Social Collaboration Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- Social Collaboration Facebook OAuth Provider | oauth.cloud.config.root.description | STRING | /etc/cloudservices/facebookconnect | |
provider.config.root.name | provider.config.root | Day CQ Social Collaboration Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- Social Collaboration Facebook OAuth Provider | provider.config.root.description | STRING | /apps/social/facebookprovider/config | |
provider.config.create.tags.enabled.name | provider.config.create.tags.enabled | Day CQ Social Collaboration Facebook OAuth Provider com.adobe.cq.social.connect.oauth.impl.FacebookProviderImpl :- Social Collaboration Facebook OAuth Provider | provider.config.create.tags.enabled.description | BOOLEAN | true | |
e-mail.asHTML.name | e-mail.asHTML | forumemailbuilder.name com.adobe.cq.social.forum.impl.ForumEventEmailBuilder :- forumemailbuilder.description | e-mail.asHTML.description | BOOLEAN | true | |
template.root.path.name | template.root.path | forumemailbuilder.name com.adobe.cq.social.forum.impl.ForumEventEmailBuilder :- forumemailbuilder.description | template.root.path.description | STRING | /etc/notification/email/html | |
host.prefix.name | host.prefix | forumemailbuilder.name com.adobe.cq.social.forum.impl.ForumEventEmailBuilder :- forumemailbuilder.description | host.prefix.description | STRING | ||
throttle.persec.name | throttle.persec | com.adobe.cq.social.forum.impl.ForumReindexHandler.name com.adobe.cq.social.forum.impl.ForumReindexHandler :- com.adobe.cq.social.forum.impl.ForumReindexHandler.description | throttle.persec.description | STRING | 5 | |
reverseReplicate.name | reverseReplicate | Adobe CQ Social Collaboration Forum Post Creation Servlet com.adobe.cq.social.forum.impl.CreatePostServlet :- This service creates forum posts and optionally reverse replicates the posts. | reverseReplicate.description | BOOLEAN | true | |
Restricted mime types for Attachments | attachmentTypeBlacklist | Adobe CQ Social Collaboration Forum Post Creation Servlet com.adobe.cq.social.forum.impl.CreatePostServlet :- This service creates forum posts and optionally reverse replicates the posts. | Black list of attachment mime types that are unsafe. | STRING | .ade .adp .app .asa .asp .bas .bat .cer .chm .cmd .com .cpl .crt .csh .dll .exe .fxp .hlp .hta .htm .html .htr .inf .ins .isp .its .js .jse .ksh .lnk .mad .maf .mag .mam .maq .mar .mas .mat .mau .mav .maw .mda .mdb .mde .mdt .mdw .mdz .mht .mhtm .mhtml .msc .msi .msp .mst .ocx .ops .pcd .pif .prf .prg .reg .scf .scr .sct .shb .shs .tmp .url .vb .vbe .vbs .vbx .vsmacros .vss .vst .vsw .ws .wsc .wsf .wsh .xsl | |
alias.name | alias | relatedsearchservlet.name com.adobe.cq.social.forum.impl.RelatedSearchServlet :- relatedsearchservlet.description | alias.description | STRING | /relatedsearch | |
indexer.extension.enabled.name | indexer.extension.enabled | com.adobe.cq.social.forum.impl.RelatedUgcNodeIndexerExtension.name com.adobe.cq.social.forum.impl.RelatedUgcNodeIndexerExtension :- com.adobe.cq.social.forum.impl.RelatedUgcNodeIndexerExtension.description | indexer.extension.enabled.description | BOOLEAN | true | |
sling.servlet.resourceTypes.name | sling.servlet.resourceTypes | CommunityServlet.name com.adobe.cq.social.group.impl.servlets.CommunityServlet :- CommunityServlet.description | sling.servlet.resourceTypes.description | STRING | sling/servlet/default | |
reverseReplicate.name | reverseReplicate | CommunityServlet.name com.adobe.cq.social.group.impl.servlets.CommunityServlet :- CommunityServlet.description | reverseReplicate.description | BOOLEAN | true | |
alias.name | alias | getmetadataServlet.name com.adobe.cq.social.journal.impl.servlets.GetMetadataServlet :- getmetadataServlet.description | alias.description | STRING | /getmetadata | |
indexer.extension.enabled.name | indexer.extension.enabled | com.adobe.cq.social.journal.impl.JournalUgcNodeIndexerExtension.name com.adobe.cq.social.journal.impl.JournalUgcNodeIndexerExtension :- com.adobe.cq.social.journal.impl.JournalUgcNodeIndexerExtension.description | indexer.extension.enabled.description | BOOLEAN | true | |
Ping Google | blogsearch.service.ping.google | Day CQ Social Collaboration Journal Search Engine Ping com.adobe.cq.social.journal.search.impl.JournalSearchPingServiceImpl :- Journal Search Ping configuration | Should Google be pinged? | BOOLEAN | true | |
Ping Technorati | blogsearch.service.ping.technorati | Day CQ Social Collaboration Journal Search Engine Ping com.adobe.cq.social.journal.search.impl.JournalSearchPingServiceImpl :- Journal Search Ping configuration | Should Technorati be pinged? | BOOLEAN | true | |
Ping Bloglines | blogsearch.service.ping.bloglines | Day CQ Social Collaboration Journal Search Engine Ping com.adobe.cq.social.journal.search.impl.JournalSearchPingServiceImpl :- Journal Search Ping configuration | Should Journallines be pinged? | BOOLEAN | false | |
Ping Pingomatic | blogsearch.service.ping.pingomatic | Day CQ Social Collaboration Journal Search Engine Ping com.adobe.cq.social.journal.search.impl.JournalSearchPingServiceImpl :- Journal Search Ping configuration | Should Pingomatic be pinged? | BOOLEAN | true | |
Restricted mime types for Attachments | attachmentTypeBlacklist | Day CQ Social Collaboration Journal Entry Creation Servlet com.adobe.cq.social.journal.impl.servlets.CreateJournalEntryServlet :- This service creates new journal entries and triggers reverse replication (if enabled). | Black list of attachment mime types that are unsafe. | STRING | .ade .adp .app .asa .asp .bas .bat .cer .chm .cmd .com .cpl .crt .csh .dll .exe .fxp .hlp .hta .htm .html .htr .inf .ins .isp .its .js .jse .ksh .lnk .mad .maf .mag .mam .maq .mar .mas .mat .mau .mav .maw .mda .mdb .mde .mdt .mdw .mdz .mht .mhtm .mhtml .msc .msi .msp .mst .ocx .ops .pcd .pif .prf .prg .reg .scf .scr .sct .shb .shs .tmp .url .vb .vbe .vbs .vbx .vsmacros .vss .vst .vsw .ws .wsc .wsf .wsh .xsl | |
Reverse replication | reverseReplicate | Day CQ Social Collaboration Journal Entry Creation Servlet com.adobe.cq.social.journal.impl.servlets.CreateJournalEntryServlet :- This service creates new journal entries and triggers reverse replication (if enabled). | Triggers reverse replication for journal entries | BOOLEAN | ||
reverseReplicate.name | reverseReplicate | createqnapostservlet.name com.adobe.cq.social.qna.impl.CreateQnaPostServlet :- createqnapostservlet.description | reverseReplicate.description | BOOLEAN | true | |
attachmentTypeBlacklist.name | attachmentTypeBlacklist | createqnapostservlet.name com.adobe.cq.social.qna.impl.CreateQnaPostServlet :- createqnapostservlet.description | attachmentTypeBlacklist.description | STRING | .ade .adp .app .asa .asp .bas .bat .cer .chm .cmd .com .cpl .crt .csh .dll .exe .fxp .hlp .hta .htm .html .htr .inf .ins .isp .its .js .jse .ksh .lnk .mad .maf .mag .mam .maq .mar .mas .mat .mau .mav .maw .mda .mdb .mde .mdt .mdw .mdz .mht .mhtm .mhtml .msc .msi .msp .mst .ocx .ops .pcd .pif .prf .prg .reg .scf .scr .sct .shb .shs .tmp .url .vb .vbe .vbs .vbx .vsmacros .vss .vst .vsw .ws .wsc .wsf .wsh .xsl | |
reverseReplicate.name | reverseReplicate | chooseanswerservlet.name com.adobe.cq.social.qna.impl.ChooseAnswerServlet :- chooseanswerservlet.description | reverseReplicate.description | BOOLEAN | true | |
reverseReplicate.name | reverseReplicate | removeanswerservlet.name com.adobe.cq.social.qna.impl.RemoveAnswerServlet :- removeanswerservlet.description | reverseReplicate.description | BOOLEAN | true | |
score.name | score | ScoringService com.adobe.cq.social.scoring.impl.ScoringServiceImpl :- to update score on activities | default score used to retrieve points | STRING | score | |
Script Name | script.filename | Adobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions. | The script file relative to the execution directory. | STRING | ||
Display Name | script.display | Adobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions. | The name of the script which shall be used (if different from the file name) | STRING | ||
Script relative Path | script.path | Adobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions. | Optional repository path relative to the script folder. | STRING | ||
Platform Filter | script.platform | Adobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions. | List of regexp that are matched against os.name. Prefix with a '-' to exclude. | STRING | ||
Time Interval | interval | Adobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions. | If set to a positive number (in seconds) the script will be executable automatically | INTEGER | 0 | |
JMX MBean Domain Name | jmxdomain | Adobe Granite Monitor Handler com.adobe.granite.monitoring.impl.ScriptConfigImpl :- The Monitor Handler provides methods for automated monitoring of operating system conditions. | The JMX MBean will be registered with this domain prefix | STRING | com.adobe.granite.monitoring | |
Tenants Root Path | tenant.root | Apache Sling JCR Tenant Provider org.apache.sling.tenant.internal.TenantProviderImpl :- Service responsible for providing Tenants | Defines tenants root path | STRING | /etc/tenants | |
Tenants Path Matcher | tenant.path.matcher | Apache Sling JCR Tenant Provider org.apache.sling.tenant.internal.TenantProviderImpl :- Service responsible for providing Tenants | Defines tenants path matcher i.e. /content/sample/([^/]+)/*, used while resolving path to tenant | STRING | ||
Pipeline type | pipeline.type | Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths. | Type of this rewriter for referencing in pipeline definition. | STRING | contentsync | |
Link mapping | cq.contentsync.pathrewritertransformer.mapping.links | Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths. | Mapping of link tags to their attributes (tag:attribute). | STRING | a:href area:href form:action | |
Script and style mapping | cq.contentsync.pathrewritertransformer.mapping.clientlibs | Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths. | Mapping of script and style tags to their attributes (tag:attribute). | STRING | script:src styles:src link:href | |
Image mapping | cq.contentsync.pathrewritertransformer.mapping.images | Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths. | Mapping of image tags to their attributes (tag:attribute). | STRING | img:src | |
Client library pattern | cq.contentsync.pathrewritertransformer.clientlibrary.pattern | Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths. | Regular expression to identify client libraries included by client library manager. | STRING | "p":"(/[^"]*)" | |
Client library replace pattern | cq.contentsync.pathrewritertransformer.clientlibrary.replace | Day CQ Path Rewriting Transformer Factory com.day.cq.wcm.contentsync.impl.rewriter.PathRewriterTransformerFactory :- Creates a transformer that rewrites to relative or externalized paths. | Replace expression used for rewriting paths to client libraries included by client library manager. | STRING | "p":"$1" | |
cq.pagesupdatehandler.imageresourcetypes.name | cq.pagesupdatehandler.imageresourcetypes | Day CQ WCM Pages Update Handler com.day.cq.wcm.contentsync.impl.handler.PagesUpdateHandler :- Updates the cache for CQ pages also considering referenced assets. | cq.pagesupdatehandler.imageresourcetypes.description | STRING | foundation/components/image | |
Resource Types | sling.servlet.resourceTypes | Day CQ WCM Find Replace Servlet com.day.cq.wcm.core.impl.servlets.FindReplaceServlet :- Servlet for handling find and replace. | The resource type this servlet listens for. | STRING | cq:Page | |
Extensions | sling.servlet.extensions | Day CQ WCM Find Replace Servlet com.day.cq.wcm.core.impl.servlets.FindReplaceServlet :- Servlet for handling find and replace. | The extensions this servlet is registered for. | STRING | json html | |
Selectors | sling.servlet.selectors | Day CQ WCM Find Replace Servlet com.day.cq.wcm.core.impl.servlets.FindReplaceServlet :- Servlet for handling find and replace. | The selectors this servlet is registered for. | STRING | find replace | |
Scope | scope | Day CQ WCM Find Replace Servlet com.day.cq.wcm.core.impl.servlets.FindReplaceServlet :- Servlet for handling find and replace. | The scope for find and replace. | STRING | jcr:title jcr:description jcr:text text | |
URL to send data | pageviewstatistics.trackingurl | Day CQ WCM Page Statistics com.day.cq.wcm.core.stats.PageViewStatisticsImpl :- Configures Collection of data and runs report of Page impressions | Send data to the server collecting statistics | STRING | ||
Create Version on Activation | versionmanager.createVersionOnActivation | Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM. | This flag controls whether a new version should be created on page activation (see implicit versioning paths). | BOOLEAN | true | |
Enable Purging | versionmanager.purgingEnabled | Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM. | If set to true, purging is enabled. | BOOLEAN | false | |
Purge Paths | versionmanager.purgePaths | Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM. | The paths to check for version purging. | STRING | /content | |
Implicit Versioning Paths | versionmanager.ivPaths | Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM. | The paths where implicit versioning is active. | STRING | / | |
Max Version Age | versionmanager.maxAgeDays | Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM. | The maximum age of a version in days before it is purged. If this value is set to a value less than 1 no age check is performed. | INTEGER | 30 | |
Max Number Versions | versionmanager.maxNumberVersions | Day CQ WCM Version Manager com.day.cq.wcm.core.impl.VersionManagerImpl :- The version manager for the WCM. | The maximum number of versions to keep. If this value is set to a value less than 1 no maximum number of version check is performed. | INTEGER | 5 | |
Illegal Char Mapping | illegalCharMapping | Day CQ WCM Page Manager Factory com.day.cq.wcm.core.impl.PageManagerFactoryImpl :- The factory for page managers. | Replacement string to use for illegal characters when creating a page from a title. Defaults to '-' if not defined. | STRING | ||
Default Device Identification Mode | dim.default.mode | Day CQ Device Identification Mode com.day.cq.wcm.core.impl.devicedetection.DeviceIdentificationModeImpl :- The DeviceIdentificationMode provides the default configuration for the client identification mechanism used by CQ. | The default value is used in case no cq:deviceIdentificationMode property is found on a page node or on its parent nodes | STRING | server-side | client-side -- Client-side server-side -- Server-side none -- None |
Maximal delay | maxDelay | Day CQ Node Name Indexer com.day.cq.wcm.core.impl.servlets.contentfinder.NodeNameIndexerImpl :- Builds a searchable node name index. | Maximal delay (in milliseconds) between the time that an index update request is issued and the time it is processed. | INTEGER | 86400000 | |
Minimal delay | minDelay | Day CQ Node Name Indexer com.day.cq.wcm.core.impl.servlets.contentfinder.NodeNameIndexerImpl :- Builds a searchable node name index. | Minimal delay (in milliseconds) between two index updates. | INTEGER | 10000 | |
Path Roots | pathRoots | Day CQ Node Name Indexer com.day.cq.wcm.core.impl.servlets.contentfinder.NodeNameIndexerImpl :- Builds a searchable node name index. | List of root paths under which the node names are indexed. | STRING | /content /etc/tags | |
Enable | enable | Day CQ Node Name Indexer com.day.cq.wcm.core.impl.servlets.contentfinder.NodeNameIndexerImpl :- Builds a searchable node name index. | Enable / Disable the Indexer. | BOOLEAN | false | |
WCM Mode | wcmfilter.mode | Day CQ WCM Filter com.day.cq.wcm.core.WCMRequestFilter :- Controls the WCM mode, component context, edit context and injects javascript for editing. | Controls the WCM mode. | STRING | edit | edit -- Edit disabled -- Disabled preview -- Preview analytics -- Analytics |
event.topics.name | event.topics | Day CQ WCM Page Event Audit Listener com.day.cq.wcm.core.impl.event.PageEventAuditListener :- com.day.cq.wcm.core.impl.event.PageEventAuditListener.description | event.topics.description | STRING | com/day/cq/wcm/core/page | |
URL to send data | mvtstatistics.trackingurl | Day CQ WCM Multivariate Testing Statistics com.day.cq.wcm.core.mvt.MVTStatisticsImpl :- Configures Collection of data and runs report of click-through-rates | Send data to the server collecting statistics | STRING | ||
Enabled | wcmdbgfilter.enabled | Day CQ WCM Debug Filter com.day.cq.wcm.core.impl.WCMDebugFilter :- Controls the WCM debug mode. | Controls if the filter is enabled. | BOOLEAN | true | |
JSP Debug Info | wcmdbgfilter.jspDebug | Day CQ WCM Debug Filter com.day.cq.wcm.core.impl.WCMDebugFilter :- Controls the WCM debug mode. | Show JSP debug information in errors and stacktraces | BOOLEAN | false | |
Delete whitelist | wcmcommandservlet.delete_whitelist | Day CQ WCM Command Servlet com.day.cq.wcm.core.impl.commands.WCMCommandServlet :- Servlet for various WCM page and asset related commands | Path prefixes that are allowed to be deleted through the WCM delete page/asset command | STRING | /content/ /etc/ | |
List of rewrite configurations | linkcheckersettings.rewrite_configs | Day CQ WCM Link Checker Configurator com.day.cq.wcm.core.impl.LinkCheckerSettingsProviderImpl :- Provides different configurations for the link checker depending on the WCM mode | Each entry must point to a node in the repository containing the link checker configuration for a given list of WCM modes as node/property structure. | STRING | /libs/cq/linkchecker/config.author /libs/cq/linkchecker/config.publish | |
Language list | langmgr.list.path | Day CQ WCM Language Manager com.day.cq.wcm.core.impl.LanguageManagerImpl :- The WCM Language Manager | Path to language list in repository | STRING | /libs/wcm/core/resources/languages | |
Default countries | langmgr.country.default | Day CQ WCM Language Manager com.day.cq.wcm.core.impl.LanguageManagerImpl :- The WCM Language Manager | List of default countries. Deprecated in favor of language list. | STRING | ||
Paths | paths | Day CQ WCM Page Processor com.day.cq.wcm.core.impl.event.PagePostProcessor :- Listens to page changes and updates the modified date for the changed pages. | Paths to listen | STRING | /content /etc | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.NonScriptTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.NonScriptTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.NonScriptTagHandlerFactory.description | service.ranking.description | INTEGER | 5001 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.NonScriptTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.NonScriptTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.NonScriptTagHandlerFactory.description | tagpattern.description | STRING | <script(.*?)type="(?!(text|application)/javascript)(.*?)> | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultTagHandlerFactory.description | service.ranking.description | INTEGER | 4000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultTagHandlerFactory.description | tagpattern.description | STRING | .* | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory.description | tagpattern.description | STRING | <divs+.*?data-cq-component="(?i)parsys".*?> | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.HeadTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.HeadTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.HeadTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.HeadTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.HeadTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.HeadTagHandlerFactory.description | tagpattern.description | STRING | <head[s>].*>? | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.LinkTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.LinkTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.LinkTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.LinkTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.LinkTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.LinkTagHandlerFactory.description | tagpattern.description | STRING | <link(?=.* rel="stylesheet")(?=.* href).*?> | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleComponentTagHandlerFactory.description | tagpattern.description | STRING | <(div|h[1-6])s+.*?data-cq-component="(?i)title".*?> | |
File Name Pattern | filepattern | Canvas Page Builder com.day.cq.wcm.designimporter.impl.CanvasPageBuilderImpl :- Canvas Page Builder | The Page Builder can be configured to handle HTML files matching a regular expression as defined by file pattern. | STRING | (?i)index.html? | |
Build page nodes | build.page.nodes | Canvas Page Builder com.day.cq.wcm.designimporter.impl.CanvasPageBuilderImpl :- Canvas Page Builder | Page component nodes are built for the component div tags encountered in the input HTML. Deselect this option if the component node generation isn't desired. | BOOLEAN | true | |
Build Clientlibs | build.client.libs | Canvas Page Builder com.day.cq.wcm.designimporter.impl.CanvasPageBuilderImpl :- Canvas Page Builder | The JS/CSS present in the design package are collated into CQ clientlibs. Turn this off if the clientlib managment needs to be done in a more controlled manner. | BOOLEAN | true | |
Build canvas component | build.canvas.component | Canvas Page Builder com.day.cq.wcm.designimporter.impl.CanvasPageBuilderImpl :- Canvas Page Builder | A canvas component is generated for the HTML in the design package. Deselect this option if the generation of canvas component isn't desired. | BOOLEAN | true | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.CanvasComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.CanvasComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.CanvasComponentTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.CanvasComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.CanvasComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.CanvasComponentTagHandlerFactory.description | tagpattern.description | STRING | <div .*(?=id="(?i)cqcanvas").*> | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.MetaTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.MetaTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.MetaTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.MetaTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.MetaTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.MetaTagHandlerFactory.description | tagpattern.description | STRING | <meta[s>].*>? | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultComponentTagHandlerFactory.description | service.ranking.description | INTEGER | 4500 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.DefaultComponentTagHandlerFactory.description | tagpattern.description | STRING | <div.*(?= data-cq-component=").*> | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImgTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImgTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImgTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImgTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImgTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImgTagHandlerFactory.description | tagpattern.description | STRING | <img(?!.* data-cq-component="(?i)image").*> | |
Search pattern | search.pattern | Design Package Entry Preprocessor com.day.cq.wcm.designimporter.impl.EntryPreprocessorImpl :- The preprocessor that intercepts and processes every design package entry before it is extracted to the repository. | The pattern to search for, in the design package entry contents. This regular expression is matched with the entry content line by line. Upon match, the matching text is replaced with the replacement pattern specified. | STRING | /* *CQ_DESIGN_PATH **/ *(['"]) | |
Replace pattern | replace.pattern | Design Package Entry Preprocessor com.day.cq.wcm.designimporter.impl.EntryPreprocessorImpl :- The preprocessor that intercepts and processes every design package entry before it is extracted to the repository. | The pattern that replaces the matches found. You may use regex group references like $1, $2. Additionally, this pattern supports keywords like {designPath} which get resolved with the actual value during import. | STRING | $1{designPath}/ | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory.description | tagpattern.description | STRING | <(div|span|img)(?=.* data-cq-component="(?i)image").*> | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.ScriptTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.ScriptTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.ScriptTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.ScriptTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.ScriptTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.ScriptTagHandlerFactory.description | tagpattern.description | STRING | <script(?=.* src=").*?> | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.IFrameTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.IFrameTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.IFrameTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.IFrameTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.IFrameTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.IFrameTagHandlerFactory.description | tagpattern.description | STRING | <iframes+.*?> | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.TitleTagHandlerFactory.description | tagpattern.description | STRING | <title[s>].*>? | |
Filter pattern | extract.filter | Design Importer com.day.cq.wcm.designimporter.DesignPackageImporter :- Design Importer | The list of regular expressions to be used for filtering files from extraction. Design package entries matching any of the specified patterns are excluded from extraction. | STRING | __MACOSX.* [^.]*.DS_Store [^.]*.gitignore | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.TextComponentTagHandlerFactory.description | tagpattern.description | STRING | <(p|span|div)s+.*data-cq-component="(?i)text".*?> | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.InlineScriptTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.InlineScriptTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.InlineScriptTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.InlineScriptTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.InlineScriptTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.InlineScriptTagHandlerFactory.description | tagpattern.description | STRING | <script(?!.* src=").*> | |
File Name Pattern | filepattern | Mobile Canvas Page Builder com.day.cq.wcm.designimporter.impl.MobileCanvasPageBuilderImpl :- Mobile Canvas Page Builder | The Page Builder can be configured to handle HTML files matching a regular expression as defined by file pattern. | STRING | (?i)mobile.index.html? | |
Device Groups | device.groups | Mobile Canvas Page Builder com.day.cq.wcm.designimporter.impl.MobileCanvasPageBuilderImpl :- Mobile Canvas Page Builder | The list of device groups to be supported | STRING | /etc/mobile/groups/touch /etc/mobile/groups/smart /etc/mobile/groups/feature | |
Build page nodes | build.page.nodes | Mobile Canvas Page Builder com.day.cq.wcm.designimporter.impl.MobileCanvasPageBuilderImpl :- Mobile Canvas Page Builder | Page component nodes are built for the component div tags encountered in the input HTML. Deselect this option if the component node generation isn't desired. | BOOLEAN | true | |
Build Clientlibs | build.client.libs | Mobile Canvas Page Builder com.day.cq.wcm.designimporter.impl.MobileCanvasPageBuilderImpl :- Mobile Canvas Page Builder | The JS/CSS present in the design package are collated into CQ clientlibs. Turn this off if the clientlib managment needs to be done in a more controlled manner. | BOOLEAN | true | |
Build canvas component | build.canvas.component | Mobile Canvas Page Builder com.day.cq.wcm.designimporter.impl.MobileCanvasPageBuilderImpl :- Mobile Canvas Page Builder | A canvas component is generated for the HTML in the design package. Deselect this option if the generation of canvas component isn't desired. | BOOLEAN | true | |
service.ranking.name | service.ranking | com.day.cq.wcm.designimporter.parser.taghandlers.factory.StyleTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.StyleTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.StyleTagHandlerFactory.description | service.ranking.description | INTEGER | 5000 | |
tagpattern.name | tagpattern | com.day.cq.wcm.designimporter.parser.taghandlers.factory.StyleTagHandlerFactory.name com.day.cq.wcm.designimporter.parser.taghandlers.factory.StyleTagHandlerFactory :- com.day.cq.wcm.designimporter.parser.taghandlers.factory.StyleTagHandlerFactory.description | tagpattern.description | STRING | <style[s>].*>? | |
Background Thread Pool Size | launches.eventhandler.threadpool.maxsize | Adobe CQ Launches Event Handler com.adobe.cq.wcm.launches.impl.LaunchesEventHandler :- An event handler specific to CQ Launches | The maximal amount of threads handling events in parallel | INTEGER | 5 | |
Background Thread Priority | launches.eventhandler.threadpool.priority | Adobe CQ Launches Event Handler com.adobe.cq.wcm.launches.impl.LaunchesEventHandler :- An event handler specific to CQ Launches | The priority of the background thread to handle events | STRING | MIN | NORM -- Normal MAX -- Maximal MIN -- Minimal |
Enable Redirect Filter | redirect.enabled | Day CQ WCM Mobile Device Redirect Filter com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter :- Redirects incoming requests based on mobile device detection and device group selectors | Indicates whether the redirect filter is enabled or not. | BOOLEAN | true | |
Request Extensions | redirect.extensions | Day CQ WCM Mobile Device Redirect Filter com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter :- Redirects incoming requests based on mobile device detection and device group selectors | List of extensions for which device detection is active and performs redirects for device group selectors. | STRING | html | |
Request Paths | redirect.paths | Day CQ WCM Mobile Device Redirect Filter com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter :- Redirects incoming requests based on mobile device detection and device group selectors | List of paths for which device detection is active and performs redirects for device group selectors. | STRING | /content | |
Filter enabled | device.info.transformer.enabled | Day CQ WCM Mobile Device Info TransformerFactory com.day.cq.wcm.mobile.core.impl.device.DeviceInfoTransformerFactory :- Optionally adds debugging information about the identification of mobile devices to the response. | Enable/disable the debugging filter | BOOLEAN | true | |
CSS styles | device.info.transformer.css.style | Day CQ WCM Mobile Device Info TransformerFactory com.day.cq.wcm.mobile.core.impl.device.DeviceInfoTransformerFactory :- Optionally adds debugging information about the identification of mobile devices to the response. | CSS styles for the debugging filter information | STRING | background-color: white; color: black; text-align:left; padding: 5px; border: solid grey 1px; | |
Excluded Page Properties | cq.wcm.msm.action.excludedprops | CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy action | cq.wcm.msm.action.excludedprops.description | STRING | ||
Excluded Paragraph Items | cq.wcm.msm.action.excludedparagraphitems | CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy action | cq.wcm.msm.action.excludedparagraphitems.description | STRING | ||
Excluded Nodetypes | cq.wcm.msm.action.excludednodetypes | CQ MSM Content Copy Action com.day.cq.wcm.msm.impl.actions.ContentCopyActionFactory :- The content copy action | cq.wcm.msm.action.excludednodetypes.description | STRING | ||
Excluded Page Properties | cq.wcm.msm.action.excludedprops | CQ MSM Content Delete Action com.day.cq.wcm.msm.impl.actions.ContentDeleteActionFactory :- The content delete action | cq.wcm.msm.action.excludedprops.description | STRING | ||
Excluded Paragraph Items | cq.wcm.msm.action.excludedparagraphitems | CQ MSM Content Delete Action com.day.cq.wcm.msm.impl.actions.ContentDeleteActionFactory :- The content delete action | cq.wcm.msm.action.excludedparagraphitems.description | STRING | ||
Excluded Nodetypes | cq.wcm.msm.action.excludednodetypes | CQ MSM Content Delete Action com.day.cq.wcm.msm.impl.actions.ContentDeleteActionFactory :- The content delete action | cq.wcm.msm.action.excludednodetypes.description | STRING | ||
Ignored Mixin NodeTypes | cq.wcm.msm.action.ignoredMixin | CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update action | This is the list of regex for matching Mixin-NodeType Names that should not be inherited" | STRING | .* | |
Excluded Page Properties | cq.wcm.msm.action.excludedprops | CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update action | cq.wcm.msm.action.excludedprops.description | STRING | ||
Excluded Paragraph Items | cq.wcm.msm.action.excludedparagraphitems | CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update action | cq.wcm.msm.action.excludedparagraphitems.description | STRING | ||
Excluded Nodetypes | cq.wcm.msm.action.excludednodetypes | CQ MSM Content Update Action com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory :- The content update action | cq.wcm.msm.action.excludednodetypes.description | STRING | ||
Excluded Page Properties | rolloutmgr.excludedprops.default | Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM. | The list of excluded page properties. | STRING | jcr:.* sling:.* cq:.* | |
Excluded Paragraph Properties | rolloutmgr.excludedparagraphprops.default | Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM. | The list of excluded paragraph properties. | STRING | cq:propertyInheritanceCancelled | |
Excluded Nodetypes | rolloutmgr.excludednodetypes.default | Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM. | The list of excluded nodetypes. | STRING | cq:LiveSyncAction cq:LiveSyncConfig cq:BlueprintSyncConfig | |
Background Thread Pool Size | rolloutmgr.threadpool.maxsize | Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM. | The maximal amount of Threads rolling out onModification or onPublication in parallel | INTEGER | 5 | |
Max Shutdown Time | rolloutmgr.threadpool.maxshutdowntime | Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM. | The maximal number of minutes that the rollout manager should wait before being forced to shut down and not process the remaining rollouts | INTEGER | 10 | |
Background Thread Priority | rolloutmgr.threadpool.priority | Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM. | The priority of the Background Thread to roll out modifications | STRING | MIN | NORM -- Normal MAX -- Maximal MIN -- Minimal |
Commit Threshold | rolloutmgr.commit.size | Day CQ WCM Rollout Manager com.day.cq.wcm.msm.impl.RolloutManagerImpl :- The rollout manager for the WCM. | Amount of Resources changed to be reached before save | INTEGER | 500 | |
Default rollout config | liverelationshipmgr.relationsconfig.default | Day CQ WCM Live Relationship Manager com.day.cq.wcm.msm.impl.LiveRelationshipManagerImpl :- The live relationship manager for the WCM. | Live relations default rollout config used if no config is defined on blueprint and on live copy | STRING | /etc/msm/rolloutconfigs/default | |
Default events count | auditlogservlet.default.events.count | Day CQ WCM MSM Audit Log Servlet com.day.cq.wcm.msm.impl.servlets.AuditLogServlet :- Provides MSM-related audit log information | Number of events to return if not specified in request | INTEGER | 100 | |
Default path | auditlogservlet.default.path | Day CQ WCM MSM Audit Log Servlet com.day.cq.wcm.msm.impl.servlets.AuditLogServlet :- Provides MSM-related audit log information | auditlogservlet.default.path.description | STRING | / | |
Event Topics | event.topics | Day CQ WCM Notification Manager com.day.cq.wcm.notification.impl.NotificationManagerImpl :- Provides event based notification and subscription. | List of event topics the notification manager listens to. | STRING | com/day/cq/wcm/core/page | |
Waiting Time | waiting.time | Day CQ WCM Notification Manager com.day.cq.wcm.notification.impl.NotificationManagerImpl :- Provides event based notification and subscription. | The amount of seconds the notification managers waits for further events of the same kind. | LONG | 60 | |
Enable | cq.wcm.undo.enabled | Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities. | Check to enable undo for most page editing operations; uncheck to disable undo completely. | BOOLEAN | true | |
Path | cq.wcm.undo.path | Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities. | Repository path where binary undo data gets saved. | STRING | /var/undo | |
Min. validity | cq.wcm.undo.validity | Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities. | The minimum number of hours binary data is kept in the repository. | INTEGER | 10 | |
Steps | cq.wcm.undo.steps | Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities. | The number of undoable edit steps. | INTEGER | 20 | |
Persistence | cq.wcm.undo.persistence | Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities. | The module that is used for persisting the undo history. Leave empty for default module. | STRING | ||
Persistence mode | cq.wcm.undo.persistence.mode | Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities. | Check to ensure that the undo history gets persisted after a step is added. Otherwise, the undo history gets persisted on page unload only. | BOOLEAN | true | |
Marker mode | cq.wcm.undo.markermode | Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities. | The method that is used for highlightning the affected items after an undo or redo operation. Leave empty for default behaviour. | STRING | ||
Good components | cq.wcm.undo.whitelist | Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities. | Defines components that are safe to use for undo. | STRING | foundation/components/* | |
Bad components | cq.wcm.undo.blacklist | Day CQ WCM Undo Configuration com.day.cq.wcm.undo.UndoConfig :- Provides configuration for CQ's undo facilities. | Defines components (or component operations) that have known problems with undo. | STRING | foundation/components/form/start:removeParagraph | |
Flush agents | replicationeventlistener.flushagents | Day CQ WCM Web Service Support Replication Event Listener com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener :- Flushes sub resources on Dispatcher for resources using Cloud Services | List of agents to force flush on sub resources | STRING | flush | |
scheduler.expression.name | scheduler.expression | Day CQ WCM Web Service Support Services Statistics Job com.day.cq.wcm.webservicesupport.impl.statistics.ServicesStatisticsJob :- Gathers usage information about Cloud Services usage through the Service Statistics Service and stores them into a statistics child node in the services. | scheduler.expression.description | STRING | 0 0/60 * * * ? | |
Workflow package filter | workflowpackageinfoprovider.filter | Day CQ WCM Workflow Package Info Provider com.day.cq.wcm.workflow.impl.WorkflowPackageInfoProvider :- The workflow package info provider for the WCM. | This can be used to excluded some packages from being added to the results lists. As those packages won't be part of the output, the user won't be able to add the page he is visiting to one of those excluded workflow packages. Use + to include, - to exclude, and provide a Vault filter syntax Example: -/etc/workflow/packages/alison(/.*)? ; +/etc/workflow/packages/alison/but-i-want-this-one ; -/etc/workflow/packages/joe(/.*)? | STRING |