How to find all the PID's configuration details in AEM

Statement - types of script engines supported by AEM

Environment - AEM 6.3 GA


Solution :




  PID = com.day.cq.commons.servlets.RootMappingServlet
  BundleLocation = Unbound
  rootmapping.target = /aem/start.html
  service.pid = com.day.cq.commons.servlets.RootMappingServlet
  PID = com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl
  BundleLocation = Unbound
  service.bad_link_tolerance_interval = 48
  service.check_override_patterns = [^system/]
  service.pid = com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl
  service.special_link_patterns = 
  service.special_link_prefix = [javascript:, data:, mailto:, tel:, #, <!--, ]

  PID = org.apache.felix.http
  BundleLocation = launchpad:resources/install/5/org.apache.felix.http.jetty-3.4.0-B002.jar
  org.apache.felix.http.context_path = /
  org.apache.felix.http.enable = true
  org.apache.felix.http.host = 0.0.0.0
  org.apache.felix.http.jetty.acceptors = -1
  org.apache.felix.http.jetty.headerBufferSize = 16384
  org.apache.felix.http.jetty.maxFormSize = 204800
  org.apache.felix.http.jetty.requestBufferSize = 8192
  org.apache.felix.http.jetty.responseBufferSize = 24576
  org.apache.felix.http.jetty.selectors = -1
  org.apache.felix.http.jetty.sendServerHeader = false
  org.apache.felix.http.jetty.threadpool.max = -1
  org.apache.felix.http.mbeans = false
  org.apache.felix.http.name = 
  org.apache.felix.http.path_exclusions = [/system]
  org.apache.felix.http.session.timeout = 0
  org.apache.felix.http.timeout = 60000
  org.apache.felix.https.clientcertificate = none
  org.apache.felix.https.enable = true
  org.apache.felix.https.jetty.ciphersuites.excluded = []
  org.apache.felix.https.jetty.ciphersuites.included = []
  org.apache.felix.https.jetty.protocols.excluded = []
  org.apache.felix.https.jetty.protocols.included = []
  org.apache.felix.https.jetty.renegotiateAllowed = false
  org.apache.felix.https.jetty.session.cookie.httpOnly = true
  org.apache.felix.https.jetty.session.cookie.secure = false
  org.apache.felix.https.keystore = D:\AEM 6.3\AEM 6.3 software\ssl\localhost.csr
  org.apache.felix.https.keystore.key.password = anypassword
  org.apache.felix.https.keystore.password = anypassword
  org.apache.felix.https.truststore = 
  org.apache.felix.proxy.load.balancer.connection.enable = false
  org.eclipse.jetty.servlet.CheckingRemoteSessionIdEncoding = true
  org.eclipse.jetty.servlet.MaxAge = -1
  org.eclipse.jetty.servlet.SessionCookie = JSESSIONID
  org.eclipse.jetty.servlet.SessionDomain = 
  org.eclipse.jetty.servlet.SessionIdPathParameterName = jsessionid
  org.eclipse.jetty.servlet.SessionPath = 
  org.osgi.service.http.port = 4502
  org.osgi.service.http.port.secure = 5433
  service.pid = org.apache.felix.http
.
.
.
.
.
.
.
.
.
.
.
.
.
etc
  • That's it!...

No comments:

Post a Comment