Collibra Console - Application server configuration
1 Application server configuration
1.1 HTTP connector
A connector supporting the HTTP/1.1 protocol.
URI encoding (Requires restart) * |
The character encoding used to decode the URI bytes, URL-decoding has been performed. |
Acceptor thread count (Requires restart) * |
The number of threads to be used to accept connections.
The actual request processing is done by separate threads, so you would never really need more than two.
|
Min spare threads (Requires restart) * |
The minimum number of threads always kept running. |
Max threads (Requires restart) * |
The maximum number of request processing threads to be created by this connector.
This determines the maximum number of simultaneous requests that can be handled.
|
Accept count (Requires restart) * |
The maximum queue length for incoming connection requests that can be assigned to a request processing thread. When the queue is full, requests will be refused. |
Compression (Requires restart) * |
The connector may use HTTP/1.1 GZIP compression.
- off: No compression
- on: Allow compression
- force: Allow compress
|
Compression min size (Requires restart) * |
The minimum amount of data before it is compressed.
This setting only has effect if Compression is on.
|
Compressible MIME type (Requires restart) |
A comma separated list of MIME types allowing HTTP compression. |
Connection timeout (Requires restart) * |
The number of milliseconds that this connector waits for the destination URI to be presented by the request, after accepting a connection. |
Port (Requires restart) * |
The TCP port to access your Collibra environment via your web browser. |
1.2 HTTPS connector
A connector supporting the HTTP/1.1 protocol with SSL support enabled.
URI encoding (Requires restart) * |
The character encoding used to decode the URI bytes, URL-decoding has been performed. |
Acceptor thread count (Requires restart) * |
The number of threads to be used to accept connections.
The actual request processing is done by separate threads, so you would never really need more than two.
|
Min spare threads (Requires restart) * |
The minimum number of threads always kept running. |
Max threads (Requires restart) * |
The maximum number of request processing threads to be created by this connector.
This determines the maximum number of simultaneous requests that can be handled.
|
Accept count (Requires restart) * |
The maximum queue length for incoming connection requests that can be assigned to a request processing thread. When the queue is full, requests will be refused. |
Compression (Requires restart) * |
The connector may use HTTP/1.1 GZIP compression.
- off: No compression
- on: Allow compression
- force: Allow compress
|
Compression min size (Requires restart) * |
The minimum amount of data before it is compressed.
This setting only has effect if Compression is on.
|
Compressible MIME type (Requires restart) |
A comma separated list of MIME types allowing HTTP compression. |
Connection timeout (Requires restart) * |
The number of milliseconds that this connector waits for the destination URI to be presented by the request, after accepting a connection. |
Port (Requires restart) * |
The TCP port to access your Collibra environment via your web browser. |
AJP connector
A connector able to communicate with another web connector via the AJP protocol. Mainly for transparent integration with another HTTP server, for example Apache, nginx....
URI encoding (Requires restart) * |
The character encoding used to decode the URI bytes, URL-decoding has been performed. |
Acceptor thread count (Requires restart) * |
The number of threads to be used to accept connections.
The actual request processing is done by separate threads, so you would never really need more than two.
|
Min spare threads (Requires restart) * |
The minimum number of threads always kept running. |
Max threads (Requires restart) * |
The maximum number of request processing threads to be created by this connector.
This determines the maximum number of simultaneous requests that can be handled.
|
Accept count (Requires restart) * |
The maximum queue length for incoming connection requests that can be assigned to a request processing thread. When the queue is full, requests will be refused. |
Compression (Requires restart) * |
The connector may use HTTP/1.1 GZIP compression.
- off: No compression
- on: Allow compression
- force: Allow compress
|
Compression min size (Requires restart) * |
The minimum amount of data before it is compressed.
This setting only has effect if Compression is on.
|
Compressible MIME type (Requires restart) |
A comma separated list of MIME types allowing HTTP compression. |
Connection timeout (Requires restart) * |
The number of milliseconds that this connector waits for the destination URI to be presented by the request, after accepting a connection. |
Port (Requires restart) * |
The TCP port to access your Collibra environment via your web browser. |
Static Resources
The static resources are the resources that are reserved for the service.
Maximum cache size (Requires restart) * |
The maximum size that can be assigned to the cache of the service, expressed in kilobytes. |