This type is a class for model objects.
Configuration for the "transport" by which application requests flow from the WebSphere plug-ins for Web servers to the application server. IBM WebSphere Application Server works with several popular Web servers. WebSphere Application Server provides plug-ins for each of the servers to enable them to communicate with it. The plug-ins allow application requests to flow along a transport from the Web server to application servers on which the requested applications reside. See the InfoCenter documentation for more information about Web server plug-ins.
Package: ipcAttributes Summary | |
external : EBoolean | Specifies whether this transport is for internal or external use. |
sslEnabled : EBoolean | Whether to use SSL for the connection between the Web server and the Web container in WebSphere Application Server. |
sslConfig : EString | The alias used to identify the configuration for Secure Sockets used by this transport if security is enabled. |
address : EndPoint @ | Specifies the address to connect to for the transport. |
properties : Property * | Special configuration properties for the transport. Each transport type can contain custom properties specified by the transport provider. See the documentation for each transport type to determine if there are special transport properties, and the possible values of those properties. |
Attribute Details |