On this page you can find the properties, parameters and environment variables to use in SAP Java Buildpack. You can filter by name, value, a word, or part of a word.
|
Name |
Description |
Values |
Example |
|---|---|---|---|
|
|
The maximum size of the request and response HTTP header, specified in bytes |
Default value: 8192 |
To configure the maximum size of the HTTP header, use: |
|
|
The maximum number of header bytes permitted per part in a request where the content type is |
Default value: 512 |
To configure the maximum size of a header part, use: |
|
|
The maximum total number of parts permitted in a request where the content type is |
Default value: 50 |
To configure the maximum number of parts in a request, use: |
|
|
The maximum size (in bytes) of the POST request, which will be handled by the container FORM URL parameter parsing. The limit can be disabled by setting the attribute's value to any integer number less than zero (0). Note: You can use the Failed Request Filter to reject requests that exceed the default limit. |
Default value: 2097152 (2 MiB) |
To configure the maximum size of the POST request, use: |
|
|
The maximum number of request-processing threads to be created by this Connector. It therefore determines the maximum number of simultaneous requests that can be handled. |
Default value: 200 |
To configure the maximum number of request-processing threads, use: |
|
|
A string value that configures request paths containing a |
Default value: reject
|
To decode the |
|
|
A Boolean value that enables or disables the TRACE HTTP method |
Default value: false |
To enable the TRACE HTTP method, use: |
|
Name |
Description |
Values |
Example |
|---|---|---|---|
|
VCAP_SERVICES |
When you bind a service instance to your app and then restart the app, Cloud Foundry adds connection details to the VCAP_SERVICES environment variable. See: VCAP_SERVICES |
See column Example |
|
|
VCAP_SERVICES_FILE_PATH |
It sets the path to the file containing the service binding information in JSON format. It must be enabled by an application feature flag. |
See column Example |
|
|
JBP_CONFIG_RESOURCE_CONFIGURATION |
|
See column Example |
|
|
JBP_CONFIG_COMPONENTS |
|
See column Example |
|
|
JBP_CONFIG_SAP_MACHINE_JRE |
|
See column Example |
|
|
JBP_CONFIG_SAP_MACHINE_JDK |
|
See column Example |
|
|
JBP_CONFIG_JAVA_OPTS |
|
See column Example |
|
|
JBP_CONFIG_SAPJVM |
|
See column Example |
|
|
MALLOC_ARENA_MAX |
It's used by the glibc memory allocator (in the default An arena is a private memory pool used by threads to reduce lock contention when many threads allocate memory at the same time. |
Default value: 2 This is also the recommended value for SAP Java Buildpack. |
|
|
SET_LOGGING_LEVEL |
It sets the log level of a logging location. You can do this before or during application deploy. You can set this variable in three ways:
See: Logging and Tracing |
Default log level: INFO |
|
|
XSUAA_SERVICE_PLAN |
It specifies which service plan of the Authorization and Trust Management (
When this variable is set, the SAP Java Buildpack's authenticator searches through all |
See column Example |
|