Added workflow Response Status
[camunda_workflow.git] / akraino / Servers / Pivotal tc Server Developer Edition v3.2-config / catalina.properties
1
2 # Licensed to the Apache Software Foundation (ASF) under one or more
3 # contributor license agreements.  See the NOTICE file distributed with
4 # this work for additional information regarding copyright ownership.
5 # The ASF licenses this file to You under the Apache License, Version 2.0
6 # (the "License"); you may not use this file except in compliance with
7 # the License.  You may obtain a copy of the License at
8 #
9 #     http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 #
18 # List of comma-separated packages that start with or equal this string
19 # will cause a security exception to be thrown when
20 # passed to checkPackageAccess unless the
21 # corresponding RuntimePermission ("accessClassInPackage."+package) has
22 # been granted.
23 package.access = \
24 sun.,\
25 org.apache.catalina.,\
26 org.apache.coyote.,\
27 org.apache.jasper.,\
28 org.apache.naming.resources.,\
29 org.apache.tomcat.
30 #
31 # List of comma-separated packages that start with or equal this string
32 # will cause a security exception to be thrown when
33 # passed to checkPackageDefinition unless the
34 # corresponding RuntimePermission ("defineClassInPackage."+package) has
35 # been granted.
36 #
37 # by default, no packages are restricted for definition, and none of
38 # the class loaders supplied with the JDK call checkPackageDefinition.
39 #
40 package.definition = \
41 sun.,\
42 java.,\
43 org.apache.catalina.,\
44 org.apache.coyote.,\
45 org.apache.jasper.,\
46 org.apache.naming.,\
47 org.apache.tomcat.
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 #
74 # String cache configuration.
75 tomcat.util.buf.StringCache.byte.enabled = true
76 #tomcat.util.buf.StringCache.char.enabled=true
77 #tomcat.util.buf.StringCache.trainThreshold=500000
78 #tomcat.util.buf.StringCache.cacheSize=5000
79
80
81 #If this property is set to true, the startup phase will
82 #abort if there is an error during initialization
83 org.apache.catalina.startup.EXIT_ON_INIT_FAILURE = true
84 org.apache.tomcat.util.digester.PROPERTY_SOURCE = com.springsource.tcserver.security.PropertyDecoder
85 com.springsource.tcserver.security.PropertyDecoder.passphrase = springsource
86 #
87 #
88 # List of comma-separated paths defining the contents of the "common" 
89 # classloader. Prefixes should be used to define what is the repository type.
90 # Path may be relative to the CATALINA_HOME or CATALINA_BASE path or absolute.
91 # If left as blank,the JVM system loader will be used as Catalina's "common" 
92 # loader.
93 # Examples:
94 #     "foo": Add this folder as a class repository
95 #     "foo/*.jar": Add all the JARs of the specified folder as class 
96 #                  repositories
97 #     "foo/bar.jar": Add bar.jar as a class repository
98 common.loader = \
99 \"${catalina.base}/lib\",\
100 \"${catalina.base}/lib/*.jar\",\
101 \"${catalina.home}/lib\",\
102 \"${catalina.home}/lib/*.jar\"
103 # List of JAR files that should not be scanned using the JarScanner
104 # functionality. This is typically used to scan JARs for configuration
105 # information. JARs that do not contain such information may be excluded from
106 # the scan to speed up the scanning process. This is the default list. JARs on
107 # this list are excluded from all scans. Scan specific lists (to exclude JARs
108 # from individual scans) follow this. The list must be a comma separated list of
109 # JAR file names.
110 # The JARs listed below include:
111 # - Tomcat Bootstrap JARs
112 # - Tomcat API JARs
113 # - Catalina JARs
114 # - Jasper JARs
115 # - Tomcat JARs
116 # - Common non-Tomcat JARs
117 tomcat.util.scan.StandardJarScanFilter.jarsToSkip = \
118 annotations-api.jar,\
119 ant.jar,\
120 ant-junit*.jar,\
121 ant-launcher.jar,\
122 antlr-*.jar,\
123 aopalliance-*.jar,\
124 asm-*.jar,\
125 aspectj*.jar,\
126 bootstrap.jar,\
127 catalina.jar,\
128 catalina-ant.jar,\
129 catalina-jmx-remote.jar,\
130 catalina-ha.jar,\
131 catalina-storeconfig.jar,\
132 catalina-tribes.jar,\
133 catalina-ws.jar,\
134 cglib-*.jar,\
135 cobertura-*.jar,\
136 com.springsource.org.apache.tomcat.jdbc.jar,\
137 commons-beanutils*.jar,\
138 commons-codec*.jar,\
139 commons-collections*.jar,\
140 commons-daemon.jar,\
141 commons-dbcp*.jar,\
142 commons-digester*.jar,\
143 commons-fileupload*.jar,\
144 commons-httpclient*.jar,\
145 commons-io*.jar,\
146 commons-lang*.jar,\
147 commons-logging*.jar,\
148 commons-math*.jar,\
149 commons-pool*.jar,\
150 dom4j-*.jar,\
151 ecj-*.jar,\
152 ehcache-core-*.jar,\
153 el-api.jar,\
154 freemarker-*.jar,\
155 gemfire-*.jar,\
156 geronimo-spec-jaxrpc*.jar,\
157 groovy-all-*.jar,\
158 h2*.jar,\
159 hibernate*.jar,\
160 httpclient*.jar,\
161 icu4j-*.jar,\
162 insight-*.jar,\
163 jackson-*.jar,\
164 jasper.jar,\
165 jasper-el.jar,\
166 javassist-*.jar,\
167 jaxen-*.jar,\
168 jcommon-*.jar,\
169 jdom-*.jar,\
170 jetty-*.jar,\
171 jfreechart-*.jar,\
172 jline-*.jar,\
173 jmx.jar,\
174 jmx-tools.jar,\
175 jsp-api.jar,\
176 jstl.jar,\
177 jta*.jar,\
178 junit.jar,\
179 junit-*.jar,\
180 liquibase-core-*.jar,\
181 log4j*.jar,\
182 mail*.jar,\
183 oro-*.jar,\
184 servlet-api.jar,\
185 slf4j*.jar,\
186 spring-aop-*.jar,\
187 spring-asm-*.jar,\
188 spring-aspects-*.jar,\
189 spring-beans-*.jar,\
190 spring-context-*.jar,\
191 spring-context-support-*.jar,\
192 spring-core-*.jar,\
193 spring-expression-*.jar,\
194 spring-gemfire-*.jar,\
195 spring-instrument-tomcat-*.jar,\
196 spring-jdbc-*.jar,\
197 spring-js-*.jar,\
198 spring-orm-*.jar,\
199 spring-security-core-*.jar,\
200 spring-security-web-*.jar,\
201 spring-tx-*.jar,\
202 stax-*.jar,\
203 tagsoup-*.jar,\
204 tcServer.jar,\
205 threaddumpwrapper.jar,\
206 tiles-api-*.jar,\
207 tiles-core-*.jar,\
208 tiles-servlet-*.jar,\
209 tomcat-api.jar,\
210 tomcat-coyote.jar,\
211 tomcat-dbcp.jar,\
212 tomcat-i18n-en.jar,\
213 tomcat-i18n-es.jar,\
214 tomcat-i18n-fr.jar,\
215 tomcat-i18n-ja.jar,\
216 tomcat-jdbc.jar,\
217 tomcat-jni.jar,\
218 tomcat-juli.jar,\
219 tomcat-juli-adapters.jar,\
220 tomcat-spdy.jar,\
221 tomcat-util.jar,\
222 tomcat-util-scan.jar,\
223 tools.jar,\
224 websocket-api.jar,\
225 wrapper.jar,\
226 wsdl4j*.jar,\
227 xercesImpl.jar,\
228 xml-apis.jar,\
229 xmlParserAPIs.jar,\
230 xom-*.jar,\
231 xpp3_min-*.jar,\
232 xstream-*.jar
233 # Default list of JAR files that should be scanned that overrides the default
234 # jarsToSkip list above. This is typically used to include a specific JAR that
235 # has been excluded by a broad file name pattern in the jarsToSkip list.
236 # The list of JARs to scan may be over-ridden at a Context level for individual
237 # scan types by configuring a JarScanner with a nested JarScanFilter.
238 tomcat.util.scan.StandardJarScanFilter.jarsToScan = \
239 log4j-core*.jar,\
240 log4j-taglib*.jar
241 # Additional JARs (over and above the default JARs listed above) to skip when
242 # scanning for Servlet 3.0 pluggability features. These features include web
243 # fragments, annotations, SCIs and classes that match @HandlesTypes. The list
244 # must be a comma separated list of JAR file names.
245 org.apache.catalina.startup.ContextConfig.jarsToSkip =
246 # Additional JARs (over and above the default JARs listed above) to skip when
247 # scanning for TLDs. The list must be a comma separated list of JAR file names.
248 org.apache.catalina.startup.TldConfig.jarsToSkip =
249 base.shutdown.port=-1
250 base.jmx.port=6969
251 nio.http.port=8080
252 nio.https.port=8443