All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ortal.com.liferay.portal.impl.64.0.4.source-code.system.properties Maven / Gradle / Ivy

##
## Start your application server with the system property
## "system.properties.set" set to true to load the external file called
## system.properties. This is given as a convenient way to ensure all properties
## are set for deployment. When the server starts, the portal will load
## system.properties and then system-ext.properties.
##
## Start your application server with the system property
## "system.properties.set.override" set to true if the properties of
## system.properties override all similar command line properties. If set to
## false, the properties of system.properties will be set if and only if those
## properties are not currently set.
##
## Some application servers require you to set the "file.encoding" and
## "user.timezone" on startup regardless of system.properties because the
## application server reads these properties before system.properties is ever
## loaded.
##

##
## CXF
##

    #
    # Set CXF logger class.
    #
    # Env: SYSTEM_LIFERAY_ORG_PERIOD_APACHE_PERIOD_CXF_PERIOD__UPPERCASEL_OGGER
    #
    org.apache.cxf.Logger=com.liferay.portal.remote.jaxrs.whiteboard.internal.log.LiferayCXFLogger

##
## Cookie
##

    #
    # HTTP only cookies are not supposed to be exposed to client-side scripting
    # code, and may therefore help mitigate certain kinds of cross-site
    # scripting attacks. Input a list of comma delimited cookie names that are
    # not HTTP only.
    #
    # Env: SYSTEM_LIFERAY_COOKIE_PERIOD_HTTP_PERIOD_ONLY_PERIOD_NAMES_PERIOD_EXCLUDES
    #
    cookie.http.only.names.excludes=

##
## Ehcache
##

    #
    # Set this to true to skip the update check.
    #
    # Env: SYSTEM_LIFERAY_NET_PERIOD_SF_PERIOD_EHCACHE_PERIOD_SKIP_UPPERCASEU_PDATE_UPPERCASEC_HECK
    #
    net.sf.ehcache.skipUpdateCheck=true

##
## Encryptor
##

    #
    # Set the security provider class.
    #
    # Env: SYSTEM_LIFERAY_COM_PERIOD_LIFERAY_PERIOD_UTIL_PERIOD__UPPERCASEE_NCRYPTOR_PERIOD_PROVIDER_PERIOD_CLASS
    #
    com.liferay.util.Encryptor.provider.class=com.sun.crypto.provider.SunJCE

##
## HTTP
##

    #
    # See portal.properties for more HTTP settings.
    #

    #
    # Set the HTTP proxy location where the portal fetches external content.
    #
    # Set http.nonProxyHosts for hosts that must not be proxied. This is useful
    # for proxied environments where you need direct access to internal servers.
    # Follow the same semantics as the java.net package.
    #
    # Env: SYSTEM_LIFERAY_HTTP_PERIOD_NON_UPPERCASEP_ROXY_UPPERCASEH_OSTS
    # Env: SYSTEM_LIFERAY_HTTP_PERIOD_PROXY_UPPERCASEH_OST
    # Env: SYSTEM_LIFERAY_HTTP_PERIOD_PROXY_UPPERCASEP_ORT
    #
    #http.proxyHost=192.168.0.200
    #http.proxyPort=4480
    #http.nonProxyHosts=192.168.0.250

##
## HTTP Header Response
##

    #
    # See portal.properties for more HTTP Header Response settings.
    #

    #
    # Set this to true for the portal to send the "X-Content-Type-Options:
    # nosniff" HTTP header to protect against MIME sniffing. Custom URLs that
    # allow for unhindered MIME sniffing are specified via the
    # "http.header.secure.x.content.type.options.urls.excludes" property.
    #
    # Env: SYSTEM_LIFERAY_HTTP_PERIOD_HEADER_PERIOD_SECURE_PERIOD_X_PERIOD_CONTENT_PERIOD_TYPE_PERIOD_OPTIONS
    #
    http.header.secure.x.content.type.options=true

    #
    # Set a list of comma-delimited URL prefixes that allow for unhindered
    # MIME sniffing. This property is used only when the property
    # "http.header.secure.x.content.type.options" is set to true.
    #
    # Env: SYSTEM_LIFERAY_HTTP_PERIOD_HEADER_PERIOD_SECURE_PERIOD_X_PERIOD_CONTENT_PERIOD_TYPE_PERIOD_OPTIONS_PERIOD_URLS_PERIOD_EXCLUDES
    #
    #http.header.secure.x.content.type.options.urls.excludes=

    #
    # Set this to true for the portal to send the "X-Frame-Options: DENY" HTTP
    # header to protect against clickjacking.
    #
    # Custom HTTP header values instead of "DENY" are specified per URL via
    # "http.header.secure.x.frame.options.*" properties.
    #
    # Env: SYSTEM_LIFERAY_HTTP_PERIOD_HEADER_PERIOD_SECURE_PERIOD_X_PERIOD_FRAME_PERIOD_OPTIONS
    #
    http.header.secure.x.frame.options=true

    #
    # If the property "http.header.secure.x.frame.options" is set to true, then
    # the portal searches the "http.header.secure.x.frame.options.*" properties
    # for a matching pipe-delimited URL and HTTP header value pair (e.g.,
    # "/|SAMEORIGIN"). The portal iterates through the
    # "http.header.secure.x.frame.options.*" properties where the wildcard "*"
    # is replaced with an integer between 0 and 255 (starting with 0).
    #
    # Upon finding a matched a URL, the portal uses the custom HTTP header
    # value instead of the "DENY" value.
    #
    # By default, URLs that start with "/" use the "SAMEORIGIN" custom HTTP
    # header value. Specify another URL and HTTP header value with a number
    # smaller than 255 to intercept this default behavior.
    #
    # Env: SYSTEM_LIFERAY_HTTP_PERIOD_HEADER_PERIOD_SECURE_PERIOD_X_PERIOD_FRAME_PERIOD_OPTIONS_PERIOD__NUMBER2__NUMBER5__NUMBER5_
    #
    http.header.secure.x.frame.options.255=/|SAMEORIGIN

##
## HTTPS
##

    #
    # Input a list of comma-delimited HTTPS cipher suites allowed for HTTPS
    # connection to a 3rd party server.
    #
    # Env: SYSTEM_LIFERAY_HTTPS_PERIOD_CIPHER_UPPERCASES_UITES
    #
    #https.cipherSuites=

    #
    # Input a list of comma delimited protocols allowed for HTTPS connection to
    # a 3rd party server. For example -Dhttps.protocols=TLSv1.1,TLSv1.2 disables
    # outbound TLS 1.0 connections.
    #
    # Env: SYSTEM_LIFERAY_HTTPS_PERIOD_PROTOCOLS
    #
    #https.protocols=

##
## IO Netty
##

    #
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_ALLOCATOR_PERIOD_CACHE_UPPERCASET_RIM_UPPERCASEI_NTERVAL
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_ALLOCATOR_PERIOD_MAX_UPPERCASEC_ACHED_UPPERCASEB_UFFER_UPPERCASEC_APACITY
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_ALLOCATOR_PERIOD_MAX_UPPERCASEO_RDER
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_ALLOCATOR_PERIOD_NORMAL_UPPERCASEC_ACHE_UPPERCASES_IZE
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_ALLOCATOR_PERIOD_NUM_UPPERCASED_IRECT_UPPERCASEA_RENAS
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_ALLOCATOR_PERIOD_NUM_UPPERCASEH_EAP_UPPERCASEA_RENAS
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_ALLOCATOR_PERIOD_PAGE_UPPERCASES_IZE
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_ALLOCATOR_PERIOD_SMALL_UPPERCASEC_ACHE_UPPERCASES_IZE
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_ALLOCATOR_PERIOD_TINY_UPPERCASEC_ACHE_UPPERCASES_IZE
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_ALLOCATOR_PERIOD_TYPE
    # Env: SYSTEM_LIFERAY_IO_PERIOD_NETTY_PERIOD_THREAD_UPPERCASEL_OCAL_UPPERCASED_IRECT_UPPERCASEB_UFFER_UPPERCASES_IZE
    #
    #io.netty.allocator.cacheTrimInterval=
    #io.netty.allocator.maxCachedBufferCapacity=
    #io.netty.allocator.maxOrder=
    #io.netty.allocator.normalCacheSize=
    #io.netty.allocator.numDirectArenas=
    #io.netty.allocator.numHeapArenas=
    #io.netty.allocator.pageSize=
    #io.netty.allocator.smallCacheSize=
    #io.netty.allocator.tinyCacheSize=
    io.netty.allocator.type=pooled
    #io.netty.threadLocalDirectBufferSize=

##
## Java
##

    #
    # The file encoding must be set to UTF-8 for internationalization to work
    # correctly.
    #
    # Env: SYSTEM_LIFERAY_FILE_PERIOD_ENCODING
    #
    file.encoding=UTF-8

    #
    # Java uses the underlying operating system to generate images. If you are
    # using Unix and do not start the portal in an X Windows session, then Java
    # does not generate images and lots of nasty exceptions are thrown. Setting
    # this property to true fixes that. If this property does not set
    # dynamically on server startup, edit your start script to include this
    # setting as a system property.
    #
    # Env: SYSTEM_LIFERAY_JAVA_PERIOD_AWT_PERIOD_HEADLESS
    #
    java.awt.headless=true

    #
    # Set the default locale to use. This locale is no longer set at the VM
    # level. See LEP-2584.
    #
    # Env: SYSTEM_LIFERAY_USER_PERIOD_COUNTRY
    # Env: SYSTEM_LIFERAY_USER_PERIOD_LANGUAGE
    #
    user.country=US
    user.language=en

##
## Java Advanced Imaging
##

    #
    # JAI relies on native acceleration to improve performance. To use native
    # acceleration, you must install the appropriate native libraries and set
    # this property to false. Warnings are reported if this is set to false
    # without installing the proper native libraries.
    #
    # Env: SYSTEM_LIFERAY_COM_PERIOD_SUN_PERIOD_MEDIA_PERIOD_JAI_PERIOD_DISABLE_UPPERCASEM_EDIA_UPPERCASEL_IB
    #
    com.sun.media.jai.disableMediaLib=true

##
## Java Architecture for XML Binding
##

    #
    # Specify the JAXB context factory to avoid using the one detected by
    # context. This forces Java to use the same implementation instead of
    # different implementations for different Java versions. Set this
    # property to a blank value to use the auto-detected JAXB context factory.
    #

    #
    # Env: SYSTEM_LIFERAY_JAVAX_PERIOD_XML_PERIOD_BIND_PERIOD__UPPERCASEJ__UPPERCASEA__UPPERCASEX__UPPERCASEB__UPPERCASEC_ONTEXT_UPPERCASEF_ACTORY
    #
    javax.xml.bind.JAXBContextFactory=com.sun.xml.bind.v2.ContextFactory

    #
    # Env: SYSTEM_LIFERAY_JAVAX_PERIOD_XML_PERIOD_BIND_PERIOD_RUNTIME_PERIOD_GLASSFISH_PERIOD_SKIP_PERIOD_OVERRIDING_PERIOD_PACKAGES
    #
    javax.xml.bind.runtime.glassfish.skip.overriding.packages=org.hibernate.

##
## JRuby
##

    #
    # Set this to true to enable native extensions (like JNA for non-Java APIs).
    #
    # Env: SYSTEM_LIFERAY_JRUBY_PERIOD_NATIVE_PERIOD_ENABLED
    #
    jruby.native.enabled=false

##
## Log Sanitizer
##

    #
    # Set this to true to enable the log sanitizer, which is a safe logging
    # mechanism that avoids directly embedding user input in log files. The log
    # sanitizer automatically sanitizes log messages by replacing all unexpected
    # characters from user supplied data with safe replacement characters.
    #
    # See the "log.sanitizer.escape.html.enabled" property to encode HTML
    # entities in log messages.
    #
    # Env: SYSTEM_LIFERAY_LOG_PERIOD_SANITIZER_PERIOD_ENABLED
    #
    log.sanitizer.enabled=true

    #
    # Set this to true to encode HTML data in log messages.
    #
    # Env: SYSTEM_LIFERAY_LOG_PERIOD_SANITIZER_PERIOD_ESCAPE_PERIOD_HTML_PERIOD_ENABLED
    #
    log.sanitizer.escape.html.enabled=false

    #
    # Specify the code point of the character to replace forbidden characters.
    # The underscore character, which has code point 95, is the default
    # replacement character.
    #
    # Env: SYSTEM_LIFERAY_LOG_PERIOD_SANITIZER_PERIOD_REPLACEMENT_PERIOD_CHARACTER
    #
    log.sanitizer.replacement.character=95

    #
    # Specify characters to allow in log messages. The sanitizer operates on
    # characters with code points less than 128. Characters with code points
    # greater than 128 are always allowed. Please see ASCII tables to look up
    # character code points.
    #
    # This default whitelist allows characters with code points 9 (tab), 32
    # (space), and all characters with code points greater than 32 except 127
    # (delete).
    #
    # Env: SYSTEM_LIFERAY_LOG_PERIOD_SANITIZER_PERIOD_WHITELIST_PERIOD_CHARACTERS
    #
    log.sanitizer.whitelist.characters=9,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126

##
## Logging
##

    #
    # Set any logger that implements org.apache.commons.logging.Log.
    #
    # Env: SYSTEM_LIFERAY_ORG_PERIOD_APACHE_PERIOD_COMMONS_PERIOD_LOGGING_PERIOD__UPPERCASEL_OG
    #
    #org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger

    #
    # Set this to true if Log4j complains that it is not properly configured.
    #
    # Env: SYSTEM_LIFERAY_LOG_NUMBER4_J_PERIOD_CONFIGURE_PERIOD_ON_PERIOD_STARTUP
    #
    log4j.configure.on.startup=true

    #
    # Set this to create a single logger context using a single configuration
    # for sharing across all applications.
    #
    # Env: SYSTEM_LIFERAY_LOG_NUMBER4_J_NUMBER2__PERIOD_CONTEXT_UPPERCASES_ELECTOR
    #
    log4j2.contextSelector=org.apache.logging.log4j.core.selector.BasicContextSelector

    #
    # Set this to true to disable JMX and to prevent Log4j 2 MBean creation.
    #
    # Env: SYSTEM_LIFERAY_LOG_NUMBER4_J_NUMBER2__PERIOD_DISABLE_PERIOD_JMX
    #
    log4j2.disable.jmx=true

##
## Lucene
##

    #
    # Set a timeout to avoid lock errors.
    #
    # Env: SYSTEM_LIFERAY_ORG_PERIOD_APACHE_PERIOD_LUCENE_PERIOD_WRITE_UPPERCASEL_OCK_UPPERCASET_IMEOUT
    #
    #org.apache.lucene.writeLockTimeout=30000

##
## Module Framework
##

    #
    # Set the module framework beginning start level. The module framework will
    # proceed to this start level after all static bundles are installed. All
    # static bundles will be configured to this start level by default during
    # installation.
    #
    # Env: SYSTEM_LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_BEGINNING_PERIOD_START_PERIOD_LEVEL
    #
    module.framework.beginning.start.level=6

    #
    # Set the module framework runtime start level. The module framework will
    # proceed to this start level after all dynamic bundles are installed.
    #
    # Env: SYSTEM_LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_DYNAMIC_PERIOD_INSTALL_PERIOD_START_PERIOD_LEVEL
    #
    module.framework.dynamic.install.start.level=10

    #
    # Env: SYSTEM_LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_FILE_PERIOD_INSTALL_PERIOD_CONFIG_PERIOD_ENCODING
    #
    module.framework.file.install.config.encoding=UTF-8

    #
    # Set this to true to enable concurrency during startup.
    #
    # Env: SYSTEM_LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_CONCURRENT_PERIOD_STARTUP_PERIOD_ENABLED
    #
    module.framework.concurrent.startup.enabled=true

    #
    # Set the symbolic names for configuration bundles that will start first.
    #
    # Env: SYSTEM_LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_CONFIGURATION_PERIOD_BUNDLE_PERIOD_SYMBOLIC_PERIOD_NAMES
    #
    module.framework.configuration.bundle.symbolic.names=\
        com.liferay.portal.configuration.persistence.api,\
        com.liferay.portal.configuration.persistence.impl,\
        org.apache.felix.configadmin

    #
    # Set the module framework runtime start level. The module framework will
    # proceed to this start level after the Spring context is initialized.
    #
    # Env: SYSTEM_LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_RUNTIME_PERIOD_START_PERIOD_LEVEL
    #
    module.framework.runtime.start.level=20

    #
    # Env: SYSTEM_LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_SERVICES_PERIOD_IGNORED_PERIOD_INTERFACES
    #
    module.framework.services.ignored.interfaces=\
        com.liferay.portal.dao.orm.hibernate.SessionFactoryImpl,\
        com.liferay.portal.kernel.dao.orm.SessionFactory,\
        com.liferay.portal.service.persistence.impl.*,\
        com.liferay.portal.verify.model.*,\
        com.liferay.trash.kernel.service.*,\
        com.sun.*,\
        java.*,\
        org.apache.lucene.*,\
        org.hibernate.*,\
        org.springframework.*

    #
    # Set a comma delimited list of jars that are deployed to the app server's
    # "/WEB-INF/shielded-container-lib" directory to be statically included in
    # all bundles.
    #
    # Env: SYSTEM_LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_STATIC_PERIOD_JARS
    #
    module.framework.static.jars=\
        com.liferay.portal.osgi.web.jasper.plugins.taglib.jar,\
        util-taglib.jar

    #
    # Set a comma delimited list of Java packages that are exported to the
    # module framework as extra system packages.
    #
    # Env: SYSTEM_LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_SYSTEM_PERIOD_PACKAGES_PERIOD_EXTRA
    #
    module.framework.system.packages.extra=\
        com.ibm.crypto.provider,\
        com.ibm.db2.jcc,\
        com.microsoft.sqlserver.jdbc,\
        com.mysql.cj.jdbc,\
        com.mysql.jdbc,\
        com.p6spy.engine.spy,\
        com.sun.security.auth.module,\
        com.sybase.jdbc4.jdbc,\
        oracle.jdbc,\
        org.hsqldb.jdbc,\
        org.mariadb.jdbc,\
        org.postgresql,\
        sun.misc,\
        sun.net.util,\
        sun.security.provider,\
        \
        #
        # WebSocket Support
        #
        \
        com.ibm.websphere.wsoc,\
        io.undertow.websockets.jsr,\
        javax.websocket,\
        javax.websocket.server,\
        org.apache.tomcat.websocket.server,\
        weblogic.websocket.tyrus

    #
    # Set the module framework runtime start level. The module framework will
    # proceed to this start level after all web bundles are installed.
    #
    # Env: SYSTEM_LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_WEB_PERIOD_START_PERIOD_LEVEL
    #
    module.framework.web.start.level=15

##
## OSGi
##

    #
    # By default, the OSGi framework does not treat header/service property keys
    # in a case sensitive manner. Set this to true to improve performance at the
    # expense of treating header/service property keys in a case sensitive
    # manner. Set this to false to restore the standard OSGi behavior.
    #
    # Env: SYSTEM_LIFERAY_ORG_PERIOD_ECLIPSE_PERIOD_OSGI_PERIOD_PROPERTY_PERIOD_KEY_PERIOD_CASE_PERIOD_SENSITIVE
    #
    org.eclipse.osgi.property.key.case.sensitive=true

##
## Quartz
##

    #
    # Make threads daemons for the JVM to exit cleanly.
    #
    # Env: SYSTEM_LIFERAY_ORG_PERIOD_QUARTZ_PERIOD_THREAD_UPPERCASEP_OOL_PERIOD_MAKE_UPPERCASET_HREADS_UPPERCASED_AEMONS
    #
    org.quartz.threadPool.makeThreadsDaemons=true

    #
    # Turn off the update checking for better performance and security.
    #
    # Env: SYSTEM_LIFERAY_ORG_PERIOD_TERRACOTTA_PERIOD_QUARTZ_PERIOD_SKIP_UPPERCASEU_PDATE_UPPERCASEC_HECK
    #
    org.terracotta.quartz.skipUpdateCheck=true

##
## Security
##

    #
    # Env: SYSTEM_LIFERAY_COM_PERIOD_LIFERAY_PERIOD_PORTAL_PERIOD_KERNEL_PERIOD_IO_PERIOD__UPPERCASEP_ROTECTED_UPPERCASEO_BJECT_UPPERCASEI_NPUT_UPPERCASES_TREAM_PERIOD_RESTRICTED_PERIOD_CLASS_PERIOD_NAMES
    #
    com.liferay.portal.kernel.io.ProtectedObjectInputStream.restricted.class.names=\
        com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl,\
        org.apache.commons.collections.functors.CloneTransformer,\
        org.apache.commons.collections.functors.ForClosure,\
        org.apache.commons.collections.functors.InstantiateFactory,\
        org.apache.commons.collections.functors.InstantiateTransformer,\
        org.apache.commons.collections.functors.InvokerTransformer,\
        org.apache.commons.collections.functors.PrototypeFactory$PrototypeCloneFactory,\
        org.apache.commons.collections.functors.PrototypeFactory$PrototypeSerializationFactory,\
        org.apache.commons.collections.functors.WhileClosure,\
        org.apache.commons.collections4.functors.InvokerTransformer,\
        org.codehaus.groovy.runtime.ConvertedClosure,\
        org.codehaus.groovy.runtime.MethodClosure,\
        org.springframework.beans.factory.ObjectFactory,\
        org.springframework.core.SerializableTypeWrapper$MethodInvokeTypeProvider,\
        sun.reflect.annotation.AnnotationInvocationHandler

    #
    # Env: SYSTEM_LIFERAY_COM_PERIOD_LIFERAY_PERIOD_PORTAL_PERIOD_KERNEL_PERIOD_SECURITY_PERIOD__UPPERCASES_ECURE_UPPERCASER_ANDOM_UPPERCASEU_TIL_PERIOD_BUFFER_PERIOD_SIZE
    #
    com.liferay.portal.kernel.security.SecureRandomUtil.buffer.size=65536

##
## Service Proxy Factory
##

    #
    # Set the service proxy factory timeout in milliseconds.
    #
    # Env: SYSTEM_LIFERAY_COM_PERIOD_LIFERAY_PERIOD_PORTAL_PERIOD_KERNEL_PERIOD_UTIL_PERIOD__UPPERCASES_ERVICE_UPPERCASEP_ROXY_UPPERCASEF_ACTORY_PERIOD_TIMEOUT
    #
    com.liferay.portal.kernel.util.ServiceProxyFactory.timeout=60000

##
## Session Parameters
##

    #
    # Encrypt session parameters so that browsers cannot remember them.
    #
    # Env: SYSTEM_LIFERAY_COM_PERIOD_LIFERAY_PERIOD_UTIL_PERIOD_SERVLET_PERIOD__UPPERCASES_ESSION_UPPERCASEP_ARAMETERS
    #
    com.liferay.util.servlet.SessionParameters=false

##
## Spring
##

    #
    # Set this to true to ignore Spring BeanInfo classes.
    #
    # Env: SYSTEM_LIFERAY_SPRING_PERIOD_BEANINFO_PERIOD_IGNORE
    #
    spring.beaninfo.ignore=true

    #
    # Set this to true to disable Spring JNDI.
    #
    # Env: SYSTEM_LIFERAY_SPRING_PERIOD_JNDI_PERIOD_IGNORE
    #
    spring.jndi.ignore=true

##
## Static LPKGs
##

    #
    # Env: SYSTEM_LIFERAY_STATIC_PERIOD_LPKG_PERIOD_BUNDLE_PERIOD_SYMBOLIC_PERIOD_NAMES
    #
    static.lpkg.bundle.symbolic.names=\
        Static - API,\
        Static - Impl

##
## Stream
##

    #
    # Env: SYSTEM_LIFERAY_COM_PERIOD_LIFERAY_PERIOD_PORTAL_PERIOD_KERNEL_PERIOD_UTIL_PERIOD__UPPERCASES_TREAM_UPPERCASEU_TIL_PERIOD_BUFFER_PERIOD_SIZE
    #
    com.liferay.portal.kernel.util.StreamUtil.buffer.size=8192

    #
    # Set this to true when doing large file transfers on a 32-bit JVM to
    # prevent running out of memory. This worsens performance but increases
    # stability for older environments.
    #
    # Env: SYSTEM_LIFERAY_COM_PERIOD_LIFERAY_PERIOD_PORTAL_PERIOD_KERNEL_PERIOD_UTIL_PERIOD__UPPERCASES_TREAM_UPPERCASEU_TIL_PERIOD_FORCE_PERIOD_TIO
    #
    com.liferay.portal.kernel.util.StreamUtil.force.tio=false

##
## String Bundler
##

    #
    # Set this property to tell StringBundler when to use a ThreadLocal buffer
    # to build the output String. SoftReference marks the buffer to be removed
    # forcibly by the GC when memory is nearly exhausted. Set the limit to a
    # high value to balance ThreadLocal access by the garbage collection
    # savings. Setting the limit too low may actually do more harm than good.
    #
    # Set a value larger than 0 to enable this feature when using StringBundler
    # with an output length longer than the specified value. A reasonable value
    # is 8192 (8 kb) or 16384 (16 kb). The best value depends on how the portal
    # is used.
    #
    # Env: SYSTEM_LIFERAY_COM_PERIOD_LIFERAY_PERIOD_PORTAL_PERIOD_KERNEL_PERIOD_UTIL_PERIOD__UPPERCASES_TRING_UPPERCASEB_UNDLER_PERIOD_THREADLOCAL_PERIOD_BUFFER_PERIOD_LIMIT
    #
    com.liferay.portal.kernel.util.StringBundler.threadlocal.buffer.limit=0

##
## Xerces
##

    #
    # Configure the default parser to avoid looking up an XMLParserConfiguration
    # from the class path each time a SAXParser object is created. Set this
    # property to a blank value to revert to the default behavior.
    #
    # See https://xerces.apache.org/xerces2-j/faq-xni.html for more information.
    #
    # Env: SYSTEM_LIFERAY_ORG_PERIOD_APACHE_PERIOD_XERCES_PERIOD_XNI_PERIOD_PARSER_PERIOD__UPPERCASEX__UPPERCASEM__UPPERCASEL__UPPERCASEP_ARSER_UPPERCASEC_ONFIGURATION
    #
    org.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeAwareParserConfiguration




© 2015 - 2025 Weber Informatics LLC | Privacy Policy