WebServer

A webserver.@since 6.0.0.

Inherits from type ServerComponent and adds the following.

Attributes Summary
webserverType : WebserverTypeKindThe type of webserver.
webserverProtocol : WebserverProtocolKindThe protocol associated with the primary port (WEBSERVER_ADDRESS named endpoint) of the webserver.
webserverInstallRoot : StringThe fully qualified directory path in which the webserver is installed.
webserverAdminProtocol : WebserverProtocolKindThe protocol associated with the primary port (WEBSERVER_ADMIN_ADDRESS named endpoint) of the webserver.
configurationFilename : StringThe fully qualified name of the configuration file on the webserver.
logFilenameError : StringThe fully qualified name of the webserver logfile.
logFilenameAccess : String  
serviceName : StringService name used when running IHS as a service.
adminServerAuthentication : AdminServerAuthentication  

Attribute Details

webserverType    -    The type of webserver.
     data type: WebserverTypeKind
     default Value:   IHS
     Allowed Values:  IHS   APACHE   IIS   SUNJAVASYSTEM   DOMINO   HTTP_SERVER  



webserverProtocol    -    The protocol associated with the primary port (WEBSERVER_ADDRESS named endpoint) of the webserver.
     data type: WebserverProtocolKind
     default Value:   HTTP
     Allowed Values:  HTTP   HTTPS  



webserverInstallRoot    -    The fully qualified directory path in which the webserver is installed.
     data type:  String
     default Value:   unspecified



webserverAdminProtocol    -    The protocol associated with the primary port (WEBSERVER_ADMIN_ADDRESS named endpoint) of the webserver.
     data type: WebserverProtocolKind
     default Value:   unspecified
     Allowed Values:  HTTP   HTTPS  



configurationFilename    -    The fully qualified name of the configuration file on the webserver.
     data type:  String
     default Value:   unspecified



logFilenameError    -    The fully qualified name of the webserver logfile.
     data type:  String
     default Value:   unspecified



logFilenameAccess    -     
     data type:  String
     default Value:   unspecified



serviceName    -    Service name used when running IHS as a service. This is applicable only to webservers with a webserverType of IHS on a Windows platform.
     data type:  String
     default Value:   unspecified



adminServerAuthentication    -     
     data type: AdminServerAuthentication


Copyright IBM Corp. 1997-2004