Web container inbound transport channel settings
Use this page to view and configure a Web container inbound channel transport. This type of channel transport handles inbound Web container requests from a remote client.
To view this console page, click Servers > Application servers > server_instance > Container Settings > Web Container Settings> Web container transport chains > transport_chain > Web container inbound channel (transport_channel_name) .
- Transport Channel Name
- Name of the Web container inbound transport channel.
The name field cannot contain the following characters: # \ / , : ; " * ? < > | = + & % '
This name must be unique across all channels in a WebSphere Application Server environment. For example, a Web container inbound transport channel and a TCP transport channel cannot have the same name if they reside within the same system.
Data type String
- Discrimination weight
Priority this channel has in relation to the other channels in this transport chain. This property is only used when port sharing is enabled and the channel chain includes multiple channels to which it might forward data. The channel in the chain with the lowest discrimination weight is the first one given the opportunity to look at incoming data and determine whether or not it owns that data.
Data type Positive integer Default 0
- Write buffer size
Specify the amount of content in bytes to buffer unless the servlet explicitly calls flush/close on the response/writer output stream.
Data type bytes Default 9192 bytes
Related concepts
Application servers
Related tasks
Administering appservers
Manage V5 JMS servers in a deployment manager cell
Configure transport chains
Related Reference
Object names: What the name string cannot contain
Reference topic