PageRenderTime 22ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/procat/procat-web/tomcat/conf/catalina.properties

https://gitlab.com/erwin.m/ss-showcase
Properties File | 133 lines | 34 code | 8 blank | 91 comment | 0 complexity | c85a1a5a7d755b04d728dbd6ed35ca46 MD5 | raw file
  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #
  16. # List of comma-separated packages that start with or equal this string
  17. # will cause a security exception to be thrown when
  18. # passed to checkPackageAccess unless the
  19. # corresponding RuntimePermission ("accessClassInPackage."+package) has
  20. # been granted.
  21. package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,\
  22. org.apache.naming.resources.,org.apache.tomcat.
  23. #
  24. # List of comma-separated packages that start with or equal this string
  25. # will cause a security exception to be thrown when
  26. # passed to checkPackageDefinition unless the
  27. # corresponding RuntimePermission ("defineClassInPackage."+package) has
  28. # been granted.
  29. #
  30. # by default, no packages are restricted for definition, and none of
  31. # the class loaders supplied with the JDK call checkPackageDefinition.
  32. #
  33. package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,\
  34. org.apache.jasper.,org.apache.naming.,org.apache.tomcat.
  35. #
  36. #
  37. # List of comma-separated paths defining the contents of the "common"
  38. # classloader. Prefixes should be used to define what is the repository type.
  39. # Path may be relative to the CATALINA_HOME or CATALINA_BASE path or absolute.
  40. # If left as blank,the JVM system loader will be used as Catalina's "common"
  41. # loader.
  42. # Examples:
  43. # "foo": Add this folder as a class repository
  44. # "foo/*.jar": Add all the JARs of the specified folder as class
  45. # repositories
  46. # "foo/bar.jar": Add bar.jar as a class repository
  47. common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar
  48. #
  49. # List of comma-separated paths defining the contents of the "server"
  50. # classloader. Prefixes should be used to define what is the repository type.
  51. # Path may be relative to the CATALINA_HOME or CATALINA_BASE path or absolute.
  52. # If left as blank, the "common" loader will be used as Catalina's "server"
  53. # loader.
  54. # Examples:
  55. # "foo": Add this folder as a class repository
  56. # "foo/*.jar": Add all the JARs of the specified folder as class
  57. # repositories
  58. # "foo/bar.jar": Add bar.jar as a class repository
  59. server.loader=
  60. #
  61. # List of comma-separated paths defining the contents of the "shared"
  62. # classloader. Prefixes should be used to define what is the repository type.
  63. # Path may be relative to the CATALINA_BASE path or absolute. If left as blank,
  64. # the "common" loader will be used as Catalina's "shared" loader.
  65. # Examples:
  66. # "foo": Add this folder as a class repository
  67. # "foo/*.jar": Add all the JARs of the specified folder as class
  68. # repositories
  69. # "foo/bar.jar": Add bar.jar as a class repository
  70. # Please note that for single jars, e.g. bar.jar, you need the URL form
  71. # starting with file:.
  72. shared.loader=
  73. # List of JAR files that should not be scanned using the JarScanner
  74. # functionality. This is typically used to scan JARs for configuration
  75. # information. JARs that do not contain such information may be excluded from
  76. # the scan to speed up the scanning process. This is the default list. JARs on
  77. # this list are excluded from all scans. Scan specific lists (to exclude JARs
  78. # from individual scans) follow this. The list must be a comma separated list of
  79. # JAR file names.
  80. # The JARs listed below include:
  81. # - Tomcat Bootstrap JARs
  82. # - Tomcat API JARs
  83. # - Catalina JARs
  84. # - Jasper JARs
  85. # - Tomcat JARs
  86. # - Common non-Tomcat JARs
  87. # - Test JARs (JUnit, Cobertura and dependencies)
  88. tomcat.util.scan.DefaultJarScanner.jarsToSkip=\
  89. bootstrap.jar,commons-daemon.jar,tomcat-juli.jar,\
  90. annotations-api.jar,el-api.jar,jsp-api.jar,servlet-api.jar,websocket-api.jar,\
  91. catalina.jar,catalina-ant.jar,catalina-ha.jar,catalina-tribes.jar,\
  92. jasper.jar,jasper-el.jar,ecj-*.jar,\
  93. tomcat-api.jar,tomcat-util.jar,tomcat-coyote.jar,tomcat-dbcp.jar,\
  94. tomcat-jni.jar,tomcat-spdy.jar,\
  95. tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,\
  96. tomcat-juli-adapters.jar,catalina-jmx-remote.jar,catalina-ws.jar,\
  97. tomcat-jdbc.jar,\
  98. tools.jar,\
  99. commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,\
  100. commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,\
  101. commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,\
  102. commons-math*.jar,commons-pool*.jar,\
  103. jstl.jar,taglibs-standard-spec-*.jar,\
  104. geronimo-spec-jaxrpc*.jar,wsdl4j*.jar,\
  105. ant.jar,ant-junit*.jar,aspectj*.jar,jmx.jar,h2*.jar,hibernate*.jar,httpclient*.jar,\
  106. jmx-tools.jar,jta*.jar,log4j.jar,log4j-1*.jar,mail*.jar,slf4j*.jar,\
  107. xercesImpl.jar,xmlParserAPIs.jar,xml-apis.jar,\
  108. junit.jar,junit-*.jar,hamcrest*.jar,org.hamcrest*.jar,ant-launcher.jar,\
  109. cobertura-*.jar,asm-*.jar,dom4j-*.jar,icu4j-*.jar,jaxen-*.jar,jdom-*.jar,\
  110. jetty-*.jar,oro-*.jar,servlet-api-*.jar,tagsoup-*.jar,xmlParserAPIs-*.jar,\
  111. xom-*.jar
  112. # Additional JARs (over and above the default JARs listed above) to skip when
  113. # scanning for Servlet 3.0 pluggability features. These features include web
  114. # fragments, annotations, SCIs and classes that match @HandlesTypes. The list
  115. # must be a comma separated list of JAR file names.
  116. org.apache.catalina.startup.ContextConfig.jarsToSkip=
  117. # Additional JARs (over and above the default JARs listed above) to skip when
  118. # scanning for TLDs. The list must be a comma separated list of JAR file names.
  119. org.apache.catalina.startup.TldConfig.jarsToSkip=tomcat7-websocket.jar
  120. #
  121. # String cache configuration.
  122. tomcat.util.buf.StringCache.byte.enabled=true
  123. #tomcat.util.buf.StringCache.char.enabled=true
  124. #tomcat.util.buf.StringCache.trainThreshold=500000
  125. #tomcat.util.buf.StringCache.cacheSize=5000