Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Virtual Target

Column Display     Related Tasks     Related Topics

A virtual target represents a target for a resource group in a partition. It defines access points to resources, such as hostname, port, and partition URI path.

This page summarizes the virtual target instances that have been configured for the current domain.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name

The name of this virtual target.

MBean Attribute:
VirtualTargetMBean.Name

Changes take effect after you redeploy the module or restart the server.

Host Names

Host names, separated by line breaks, for which this virtual target will serve requests.

MBean Attribute:
VirtualTargetMBean.HostNames

Target

The target on which this virtual target is deployed.

MBean Attribute:
VirtualTargetMBean.Target

Changes take effect after you redeploy the module or restart the server.

URI Prefix

The URI prefix for the virtual target.

MBean Attribute:
VirtualTargetMBean.UriPrefix

Frontend Host

The name of the host to which all redirected URLs will be sent. If specified, WebLogic Server will use this value rather than the one in the HOST header.

Sets the HTTP frontendHost Provides a method to ensure that the webapp will always have the correct HOST information, even when the request is coming through a firewall or a proxy. If this parameter is configured, the HOST header will be ignored and the information in this parameter will be used in its place.

MBean Attribute:
WebServerMBean.FrontendHost

Frontend HTTP Port

The name of the HTTP port to which all redirected URLs will be sent. If specified, WebLogic Server will use this value rather than the one in the HOST header.

Sets the frontendHTTPPort Provides a method to ensure that the webapp will always have the correct PORT information, even when the request is coming through a firewall or a proxy. If this parameter is configured, the HOST header will be ignored and the information in this parameter will be used in its place.

MBean Attribute:
WebServerMBean.FrontendHTTPPort

Frontend HTTPS Port

The name of the secure HTTP port to which all redirected URLs will be sent. If specified, WebLogic Server will use this value rather than the one in the HOST header.

Sets the frontendHTTPSPort Provides a method to ensure that the webapp will always have the correct PORT information, even when the request is coming through a firewall or a proxy. If this parameter is configured, the HOST header will be ignored and the information in this parameter will be used in its place.

MBean Attribute:
WebServerMBean.FrontendHTTPSPort

Keep Alive Enabled

Indicates whether there should be a persistent connection to this server. (This may improve the performance of your Web applications.)

Gets the keepAliveEnabled attribute of the WebServerMBean object

MBean Attribute:
WebServerMBean.KeepAliveEnabled

Secure value: true

Keep Alive Secs

The amount of time this server waits before closing an inactive HTTP connection.

Number of seconds to maintain HTTP keep-alive before timing out the request.

MBean Attribute:
WebServerMBean.KeepAliveSecs

Minimum value: 5

Maximum value: 3600

Secure value: 30

Https Keep Alive Secs

The amount of time this server waits before closing an inactive HTTPS connection.

Number of seconds to maintain HTTPS keep-alive before timing out the request.

MBean Attribute:
WebServerMBean.HttpsKeepAliveSecs

Minimum value: 30

Maximum value: 360

Secure value: 60

Post Timeout Secs

Timeout (in seconds) for reading HTTP POST data in a servlet request. If the POST data is chunked, the amount of time the server waits between the end of receiving the last chunk of data and the end of receiving the next chunk of data in an HTTP POST before it times out. (This is used to prevent denial-of-service attacks that attempt to overload the server with POST data.)

Gets the postTimeoutSecs attribute of the WebServerMBean object

MBean Attribute:
WebServerMBean.PostTimeoutSecs

Minimum value: 0

Maximum value: 120

Secure value: 30

Max Post Time Secs

Max Post Time (in seconds) for reading HTTP POST data in a servlet request. MaxPostTime < 0 means unlimited

Gets the maxPostTimeSecs attribute of the WebServerMBean object

MBean Attribute:
WebServerMBean.MaxPostTimeSecs

Max Post Size

The maximum post size this server allows for reading HTTP POST data in a servlet request.

A value less than 0 indicates an unlimited size.

Gets the maxPostSize attribute of the WebServerMBean object

MBean Attribute:
WebServerMBean.MaxPostSize

Send Server Header Enabled

Indicates whether this server name is sent with the HTTP response. (This is useful for wireless applications where there is limited space for headers.)

Indicates whether this server instance includes its name and WebLogic Server version number in HTTP response headers.

MBean Attribute:
WebServerMBean.SendServerHeaderEnabled

Default WebApp ContextRoot

Returns the original context-root for the default Web application for this Web server. Alternatively, you can use the context-root attributes in application.xml or weblogic.xml to set a default Web application. The context-root for a default Web application is /. If "" (empty string) is specified, the Web server defaults to /.

MBean Attribute:
WebServerMBean.DefaultWebAppContextRoot

Chunked Transfer Disabled

Indicates whether the use of Chunk Transfer-Encoding in HTTP/1.1 is enabled.

MBean Attribute:
WebServerMBean.ChunkedTransferDisabled

Use Highest Compatible HTTP Version

Enables use of the highest compatible HTTP protocol version-string in the response. E.g. HTTP spec suggests that HTTP/1.1 version-string should be used in response to a request using HTTP/1.0. This does not necessarily affect the response format.

MBean Attribute:
WebServerMBean.UseHighestCompatibleHTTPVersion

Use Header Encoding

MBean Attribute:
WebServerMBean.UseHeaderEncoding

Auth Cookie Enabled

Whether authcookie feature is enabled or not.

MBean Attribute:
WebServerMBean.AuthCookieEnabled

Secure value: true

WAP Enabled

Indicates whether the session ID should include JVM information. (Checking this box may be necessary when using URL rewriting with WAP devices that limit the size of the URL to 128 characters, and may also affect the use of replicated sessions in a cluster.) When this box is selected, the default size of the URL will be set at 52 characters, and it will not contain any special characters.

Gets the WAPEnabled attribute of the WebServerMBean object

MBean Attribute:
WebServerMBean.WAPEnabled

Logging Enabled

Indicates whether this server logs HTTP requests. (The remaining fields on this page are relevant only if you select this check box.)

Gets the loggingEnabled attribute of the WebServerMBean object.

MBean Attribute:
WebServerLogMBean.LoggingEnabled

Secure value: true

Log File Name

The name of the log file.

MBean Attribute:
WebServerLogMBean.FileName

Changes take effect after you redeploy the module or restart the server.

Explicit Port

The explicit port for the virtual target.

MBean Attribute:
VirtualTargetMBean.ExplicitPort

Minimum value: 0

Maximum value: 65535

Port Offset

The port offset for the virtual target.

MBean Attribute:
VirtualTargetMBean.PortOffset

Minimum value: 0

Maximum value: 65535

Partition Channel

The channel name to be used as a reference for creating a partition specific channel.

MBean Attribute:
VirtualTargetMBean.PartitionChannel

Related Tasks

Related Topics


Back to Top