Transport

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.



Attributes Summary
external : booleanSpecifies whether this transport is for internal or external use.
sslEnabled : booleanWhether to use SSL for the connection between the Web server and the Web container in WebSphere Application Server.
sslConfig : StringThe alias used to identify the configuration for Secure Sockets used by this transport if security is enabled.
address : EndPointSpecifies the address to connect to for the transport.
properties : Property * Special configuration properties for the transport.

Attribute Details

external    -    Specifies whether this transport is for internal or external use.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



sslEnabled    -    Whether to use SSL for the connection between the Web server and the Web container in WebSphere Application Server.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



sslConfig    -    The alias used to identify the configuration for Secure Sockets used by this transport if security is enabled.
     data type:  String
     default Value:   unspecified



address    -    Specifies the address to connect to for the transport.
     data type: EndPoint



properties    -    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.
     data type: Property*


Copyright IBM Corp. 1997-2004