For this parameter | Specify | ||||
Port | The number you want to use for the diagnostic port. Select a number that is not already in use on this host machine.
| ||||
Alias | An alias for the port that is unique for this Integration Server. An alias must be between 1 and 255 characters in length and include one or more of the following: letters (a -z, A-Z), numbers (0-9), underscore (_), period (.), and hyphen (-). | ||||
Description | A description of the port. | ||||
Package Name | The package associated with this port. The default package is WmRoot. When you enable the package, the server enables the port. When you disable the package, the server disables the port. If you replicate this package, Integration Server creates a port with this number and the same settings on the target server. If a port with this number already exists on the target server, its settings remain intact. This feature is useful if you create an application that expects input on a specific port. The application will continue to work after it is replicated to another server.
| ||||
Bind Address (optional) | The IP address to which you want to bind this port. Specify a bind address if your machine has multiple IP addresses and you want the port to use a specific address. If you do not specify a bind address, the server picks one for you. | ||||
Backlog | The number of requests that can remain in the queue for an enabled port before Integration Server begins rejecting requests. The default is 200. The maximum value is 65535.
| ||||
Keep Alive Timeout | When to close the connection if the server has not received a request from the client within this timeout value (in milliseconds); or when to close the connection if the client has explicitly placed a close request with the server. | ||||
Threadpool | Whether the listener will use this pool exclusively for dispatching requests. The existing Integration Server thread pool is a global thread pool. If there is a very high load on this resource, the user may have to wait for the global thread pool to process his request. However, with the private thread pool option enabled, requests coming into this port will not have to compete with other server functions for threads. | ||||
Click Enable to enable the private thread pool settings. You can change or accept the default settings given below: Threadpool Min refers to the minimum number of threads for this private threadpool. The default is 1. Threadpool Max refers to the maximum number of threads for this private threadpool. The default is 5. Threadpool Priority refers to the Java thread priority. The default is 5.
If you do not need to use the Threadpool feature, click Disable. When you view the port’s details, the server reports the total number of private threadpool threads currently in use for the port. |
For this parameter... | Specify... | |||
Client Authentication | The type of client authentication you want Integration Server to perform for requests that arrive on this HTTP port. Select one of the following: | |||
Option | Description | |||
Username/Password | Integration Server prompts the client for a user ID and password. | |||
Digest | Integration Server uses password digest to authenticate all requests. If the client does not provide the authentication information, Integration Server returns an HTTP WWW-Authenticate header with digest scheme to the client requesting for authentication information. If the client provides the required authentication information, Integration Server verifies and validates the request.
|