Virtual Host --> Configuration --> HTTP
Tasks Related Topics Attributes
Overview
This tab allows you to set configuration attributes for a Virtual Host.
Tasks
Related Topics
For additional information about VirtualHosts, please see the Administration Guide, Overview of WebLogic Server HTTP Services.
Attributes
Attribute Label
Description
Value Constraints
Default Server Name The HTTP defaultServerNameMBean: weblogic.management.
configuration.
VirtualHostMBeanAttribute: DefaultServerNameDefault: nullConfigurable: yes Post Timeout Secs Timeout (in seconds) for reading HTTP POST data in a servlet request.MBean: weblogic.management.
configuration.
VirtualHostMBeanAttribute: PostTimeoutSecsMinimum: 0Maximum: 120Default: 30 Max Post Time Secs Max Post Time (in seconds) for reading HTTP POST data in a servlet request. MaxPostTime < 0 means unlimitedMBean: weblogic.management.
configuration.
VirtualHostMBeanAttribute: MaxPostTimeSecsUnits: secondsDefault: -1 Max Post Size Max Post Size (in bytes) for reading HTTP POST data in a servlet request. MaxPostSize < 0 means unlimitedMBean: weblogic.management.
configuration.
VirtualHostMBeanAttribute: MaxPostSizeUnits: bytesDefault: -1 Keep Alive Enabled Returns whether or not HTTP keep-alive is enabledMBean: weblogic.management.
configuration.
VirtualHostMBeanAttribute: KeepAliveEnabledDefault: trueValid values:
- true
- false
Keep Alive Secs Number of seconds to maintain HTTP keep-alive before timing out the request.MBean: weblogic.management.
configuration.
VirtualHostMBeanAttribute: KeepAliveSecsUnits: secondsMinimum: 5Maximum: 120Default: 30 Https Keep Alive Secs Number of seconds to maintain HTTPS keep-alive before timing out the request.MBean: weblogic.management.
configuration.
VirtualHostMBeanAttribute: HttpsKeepAliveSecsUnits: secondsMinimum: 30Maximum: 360Default: 60 Accept Context Path In Get Real Path Beginning with this release inclusion of the contextPath in the virtualPath to the context.getRealPath() will not be allowed as it breaks the case when the subdirectories have the same name as contextPath. In order to support applications which might have been developed according to the old behaviour we are providing a compatibility switch. This switchwill be deprecated in future releases.MBean: weblogic.management.
configuration.
VirtualHostMBeanAttribute: AcceptContextPathInGetRealPathDefault: falseValid values:
- true
- false