ConfigurationMBean
, DeploymentMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
VirtualHostMBean
public interface WebServerMBean extends DeploymentMBean
This bean represents the configuration of virtual web server within a weblogic server. Note that a server may define multiple web servers to support virtual hosts.
This MBean represents a virtual host.
DEFAULT_EMPTY_BYTE_ARRAY
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER
Modifier and Type | Method | Description |
---|---|---|
java.util.Map |
getCharsets() |
Provides user defined mapping between internet and Java charset
names.
|
java.lang.String |
getClientIpHeader() |
Get the Client IP Header from WebSerevrMBean.
|
WebAppComponentMBean |
getDefaultWebApp() |
Provides the Servlet 2.3 Web Application that maps to the
"default" servlet context (where ContextPath = "/").
|
java.lang.String |
getDefaultWebAppContextRoot() |
Returns the original context-root for the default Web application
for this Web server.
|
java.lang.String |
getFrontendHost() |
The name of the host to which all redirected URLs will be sent.
|
int |
getFrontendHTTPPort() |
The name of the HTTP port to which all redirected URLs will be
sent.
|
int |
getFrontendHTTPSPort() |
The name of the secure HTTP port to which all redirected URLs
will be sent.
|
int |
getHttpsKeepAliveSecs() |
The amount of time this server waits before closing an
inactive HTTPS connection.
|
int |
getKeepAliveSecs() |
The amount of time this server waits before closing an
inactive HTTP connection.
|
int |
getLogFileBufferKBytes() |
The maximum size (in kilobytes) of the buffer that stores HTTP
requests.
|
int |
getLogFileCount() |
Deprecated.
9.0.0.0 Use getWebServerLog().getFileCount()
|
int |
getLogFileFlushSecs() |
The interval at which this server checks the size of the buffer
that stores HTTP requests.
|
java.lang.String |
getLogFileFormat() |
Deprecated.
9.0.0.0 Use getWebServerLog().getLogFileFormat().
|
java.lang.String |
getLogFileName() |
Deprecated.
9.0.0.0 Use getWebServerLog().getFileName()
|
int |
getLogRotationPeriodMins() |
Deprecated.
9.0.0.0 Use getWebServerLog().getFileTimeSpan() (hours)
|
java.lang.String |
getLogRotationTimeBegin() |
The start time for a time-based rotation sequence of the log
file, in the format
MM-dd-yyyy-k:mm:ss . |
java.lang.String |
getLogRotationType() |
Deprecated.
9.0.0.0 Use getWebServerLog().getRotationType()
|
boolean |
getLogTimeInGMT() |
Deprecated.
9.0.0.0 Use getWebServerLog().getLogTimeInGMT().
|
int |
getMaxLogFileSizeKBytes() |
Deprecated.
9.0.0.0 Use getWebServerLog().getFileMinSize()
|
int |
getMaxPostSize() |
The maximum post size this server allows for reading HTTP POST and PUT
data in a servlet request.
|
int |
getMaxPostTimeSecs() |
Max Post Time (in seconds) for reading HTTP POST data in a
servlet request.
|
int |
getMaxRequestParameterCount() |
Max Request Parameter Count this server allows for reading maximum HTTP POST
Parameters count in a servlet request.
|
int |
getMaxSingleHeaderSize() |
The maximum size of a single header (name and value) that this server allows
in a servlet request.
|
int |
getMaxTotalHeadersSize() |
The maximum total headers size this server allows for reading HTTP headers
in a servlet request.
|
int |
getOverloadResponseCode() |
Get the response code to be used when an application is overloaded.
|
int |
getPostTimeoutSecs() |
Timeout (in seconds) for reading HTTP POST data in a servlet request.
|
java.util.Map |
getURLResource() |
Adds a URL connection factory resource into JNDI.
|
WebServerLogMBean |
getWebServerLog() |
Returns the Log settings for the WebServer/VirtualHost.
|
int |
getWriteChunkBytes() |
The default size of the blocks to be written to the network
layer.
|
boolean |
isAcceptContextPathInGetRealPath() |
Indicates whether this server allows the inclusion of the
context path in the virtual path to
context.getRealPath() . |
boolean |
isAuthCookieEnabled() |
Whether authcookie feature is enabled or not.
|
boolean |
isChunkedTransferDisabled() |
Indicates whether the use of Chunk Transfer-Encoding in HTTP/1.1
is enabled.
|
boolean |
isDebugEnabled() |
Deprecated.
9.0.0.0 use the ServerDebugMBean
|
boolean |
isKeepAliveEnabled() |
Indicates whether there should be a persistent connection to
this server.
|
boolean |
isLogFileLimitEnabled() |
Deprecated.
9.0.0.0 Use getWebServerLog().getNumberOfFilesLimited()
|
boolean |
isLoggingEnabled() |
Deprecated.
9.0.0.0 Use getWebServerLog().isLoggingEnabled().
|
boolean |
isMaxPostSizeSet() |
|
boolean |
isMaxPostTimeSecsSet() |
|
boolean |
isMaxRequestParameterCountSet() |
|
boolean |
isMaxSingleHeaderSizeSet() |
|
boolean |
isMaxTotalHeadersSizeSet() |
|
boolean |
isPostTimeoutSecsSet() |
|
boolean |
isSendServerHeaderEnabled() |
Indicates whether this server name is sent with the HTTP
response.
|
boolean |
isSingleSignonDisabled() |
Indicates whether the singleSignonDisabled attribute is
enabled
|
boolean |
isUseHeaderEncoding() |
|
boolean |
isUseHighestCompatibleHTTPVersion() |
Enables use of the highest compatible HTTP protocol
version-string in the response.
|
boolean |
isWAPEnabled() |
Indicates whether the session ID should include JVM information.
|
void |
setAcceptContextPathInGetRealPath(boolean enable) |
Sets the value of the isAcceptContextPathInGetRealPath
attribute.
|
void |
setAuthCookieEnabled(boolean enable) |
Sets the value of the isAuthCookieEnabled attribute.
|
void |
setCharsets(java.util.Map charsets) |
Sets the value of the Charsets attribute.
|
void |
setChunkedTransferDisabled(boolean disable) |
Sets the value of the isChunkedTransferDisabled attribute.
|
void |
setClientIpHeader(java.lang.String clientIpHeader) |
Set the Client IP Header on WebSerevrMBean.
|
void |
setDefaultWebApp(WebAppComponentMBean defaultWebApp) |
Sets the value of the defaultWebApp attribute.
|
void |
setDefaultWebAppContextRoot(java.lang.String webappContextRoot) |
Sets the value of the defaultWebAppContextRoot attribute.
|
void |
setFrontendHost(java.lang.String hostName) |
Sets the value of the frontendHost attribute.
|
void |
setFrontendHTTPPort(int httpPort) |
Sets the value of the frontendHTTPPort attribute.
|
void |
setFrontendHTTPSPort(int httpsPort) |
Sets the value of the frontendHTTPSPort attribute.
|
void |
setHttpsKeepAliveSecs(int secs) |
Sets the value of the httpsKeepAliveSecs attribute.
|
void |
setKeepAliveEnabled(boolean enabled) |
Sets the value of the keepAliveEnabled attribute.
|
void |
setKeepAliveSecs(int secs) |
Sets the value of the keepAliveSecs attribute.
|
void |
setLogFileBufferKBytes(int kbytes) |
Sets the value of the logFileBufferKBytes attribute.
|
void |
setLogFileCount(int value) |
Deprecated.
9.0.0.0 Use getWebServerLog().setFileCount()
|
void |
setLogFileFlushSecs(int secs) |
Sets the value of the logFileFlushSecs attribute.
|
void |
setLogFileFormat(java.lang.String format) |
Deprecated.
9.0.0.0 Use getWebServerLog().setLogFileFormat().
|
void |
setLogFileLimitEnabled(boolean value) |
Deprecated.
9.0.0.0 Use getWebServerLog().setNumberOfFilesLimited()
|
void |
setLogFileName(java.lang.String fileName) |
Deprecated.
9.0.0.0 Use getWebServerLog().setFileName()
|
void |
setLoggingEnabled(boolean enable) |
Deprecated.
9.0.0.0 Use getWebServerLog().setLoggingEnabled().
|
void |
setLogRotationPeriodMins(int mins) |
Deprecated.
9.0.0.0 Use getWebServerLog().setFileTimeSpan() (hours)
|
void |
setLogRotationTimeBegin(java.lang.String when) |
Sets the value of the logRotationTimeBegin attribute.
|
void |
setLogRotationType(java.lang.String type) |
Deprecated.
9.0.0.0 Use getWebServerLog().setRotationType()
|
void |
setLogTimeInGMT(boolean useGMT) |
Deprecated.
9.0.0.0 Use getWebServerLog().setLogTimeInGMT().
|
void |
setMaxLogFileSizeKBytes(int kbytes) |
Deprecated.
9.0.0.0 Use getWebServerLog().setFileMinSize()
|
void |
setMaxPostSize(int bytes) |
Sets the value of the maxPostSize attribute.
|
void |
setMaxPostTimeSecs(int secs) |
Sets the value of the maxPostTimeSecs attribute.
|
void |
setMaxRequestParameterCount(int limit) |
Sets the value of the maxRequestParameterCount attribute.
|
void |
setMaxSingleHeaderSize(int bytes) |
Sets the value of the maxSingleHeaderSize attribute.
|
void |
setMaxTotalHeadersSize(int bytes) |
Sets the value of the maxTotalHeadersSize attribute.
|
void |
setOverloadResponseCode(int code) |
Set the response code to be used when an application is overloaded.
|
void |
setPostTimeoutSecs(int secs) |
Sets the value of the postTimeoutSecs attribute.
|
void |
setSendServerHeaderEnabled(boolean enabled) |
Sets the value of the isSendServerHeaderEnabled attribute.
|
void |
setSingleSignonDisabled(boolean disable) |
Disables SingleSignon in webapps
|
void |
setURLResource(java.util.Map resource) |
Sets the value of the uRLResource attribute.
|
void |
setUseHeaderEncoding(boolean disable) |
Sets the value of the isUseHeaderEncoding attribute.
|
void |
setUseHighestCompatibleHTTPVersion(boolean disable) |
Sets the value of the isUseHighestCompatibleHTTPVersion
attribute.
|
void |
setWAPEnabled(boolean enable) |
Sets the value of the IsWAPEnabled attribute.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
WebServerLogMBean getWebServerLog()
@Deprecated void setLoggingEnabled(boolean enable)
Sets the value of the loggingEnabled attribute.
enable
- The new loggingEnabled valueisLoggingEnabled()
@Deprecated boolean isLoggingEnabled()
Indicates whether this server logs HTTP requests. (The remaining fields on this page are relevant only if you check this box.)
Gets the loggingEnabled attribute of the WebServerMBean object
@Deprecated java.lang.String getLogFileFormat()
The format of the HTTP log file. Both formats are defined by the
W3C. With the extended
log format, you use server
directives in the log file to customize the information that the
server records.
Specifies the format of the HTTP log file. Both formats are defined by the W3C. With the extended log format, you use server directives in the log file to customize the information that the server records.
@Deprecated void setLogFileFormat(java.lang.String format) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the logFileFormat attribute.
format
- The new logFileFormat valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getLogFileFormat()
@Deprecated boolean getLogTimeInGMT()
Specifies whether the time stamps for HTTP log messages are in Greenwich Mean Time (GMT) regardless of the local time zone that the host computer specifies.
Use this method to comply with the W3C specification for Extended Format Log Files. The specification states that all time stamps for Extended Format log entries be in GMT.
This method applies only if you have specified the
extended
message format.
@Deprecated void setLogTimeInGMT(boolean useGMT)
Sets the value of the logTimeInGMT attribute.
useGMT
- The new logTimeInGMT valuegetLogTimeInGMT()
@Deprecated java.lang.String getLogFileName()
The name of the file that stores HTTP requests. If the pathname is not absolute, the path is assumed to be relative to the root directory of the machine on which this server is running.
The name of the file that stores the HTTP-request log. If the pathname is not absolute, the path is assumed to be relative to the server's root directory.
This value is relevant only if HTTP logging is enabled.
The current logfile is always the one whose name equals value of the this attribute. If you have enabled log file rotation, when the current file exceeds the size or time limit, it is renamed.
To include a time and date stamp in the file name when the log
file is rotated, add java.text.SimpleDateFormat
variables to the file name. Surround each variable with percentage
(%
) characters.
For example, if the file name is defined to be
access_%yyyy%_%MM%_%dd%_%hh%_%mm%.log
, the log file
will be named access_yyyy_mm_dd_hh_mm.log
.
When the log file is rotated, the rotated file name contains the
date stamp. For example, if the log file is rotated on 2 April,
2003 at 10:05 AM, the log file that contains the old messages will
be named access_2003_04_02_10_05.log
.
If you do not include a time and date stamp, the rotated log
files are numbered in order of creation. For example,
access.log00007
.
@Deprecated void setLogFileName(java.lang.String fileName) throws javax.management.InvalidAttributeValueException
Sets the value of the logFileName attribute.
fileName
- The new logFileName valuejavax.management.InvalidAttributeValueException
getLogFileName()
java.lang.String getFrontendHost()
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.
void setFrontendHost(java.lang.String hostName) throws javax.management.InvalidAttributeValueException
Sets the value of the frontendHost attribute.
hostName
- The new frontendHost valuejavax.management.InvalidAttributeValueException
getFrontendHost()
int getFrontendHTTPPort()
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.
void setFrontendHTTPPort(int httpPort) throws javax.management.InvalidAttributeValueException
Sets the value of the frontendHTTPPort attribute.
httpPort
- The new frontendHTTPPort valuejavax.management.InvalidAttributeValueException
getFrontendHTTPPort()
int getFrontendHTTPSPort()
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.
void setFrontendHTTPSPort(int httpsPort) throws javax.management.InvalidAttributeValueException
Sets the value of the frontendHTTPSPort attribute.
httpsPort
- The new frontendHTTPSPort valuejavax.management.InvalidAttributeValueException
getFrontendHTTPSPort()
void setLogFileBufferKBytes(int kbytes) throws javax.management.InvalidAttributeValueException
Sets the value of the logFileBufferKBytes attribute.
The maximum size (in kilobytes) of the buffer that stores HTTP
requests. When the buffer reaches this size, the server writes the
data to the HTTP log file. Use the LogFileFlushSecs
property to determine the frequency with which the server checks
the size of the buffer.
kbytes
- The new logFileBufferKBytes valuejavax.management.InvalidAttributeValueException
getLogFileBufferKBytes()
int getLogFileBufferKBytes()
The maximum size (in kilobytes) of the buffer that stores HTTP
requests. When the buffer reaches this size, the server writes the
data to the HTTP log file. Use the LogFileFlushSecs
property to determine the frequency with which the server checks
the size of the buffer.
The maximum size of the buffer that stores HTTP requests.
Gets the logFileBufferKBytes attribute of the WebServerMBean object
@Deprecated int getMaxLogFileSizeKBytes()
The maximum size (in kilobytes) of the HTTP log file. After the
log file reaches this size, the server renames it as
LogFileName.n
. A value of 0 indicates that the log file
can grow indefinitely. (This field is relevant only if you set
Rotation Type to size
.)
The size that triggers the server to move log messages
to a separate file. After the log file reaches the specified
size, the next time the server checks the file size, it will
rename the current log file as FileName.n
and create a new one to store subsequent messages.
This property is relevant only if you choose to rotate files by
size
.
@Deprecated void setMaxLogFileSizeKBytes(int kbytes) throws javax.management.InvalidAttributeValueException
Sets the value of the maxLogFileSizeKBytes attribute.
The size that triggers the server to move log
messages to a separate file. After the log file reaches the
specified size, the next time the server checks the file size, it
will rename the current log file as FileName.n
and create a new one to store subsequent messages.
This property is relevant only if you choose to rotate files by
size
.
kbytes
- The new maxLogFileSizeKBytes valuejavax.management.InvalidAttributeValueException
getMaxLogFileSizeKBytes()
@Deprecated java.lang.String getLogRotationType()
The criteria for moving old log messages to a separate file.
Criteria for moving old HTTP requests to a separate log file:
size
. When the log file reaches the size that you specify in
MaxLogFileSizeKBytes
, the server renames the file as
LogFileName.n
.
date
. At each time interval that you specify in
LogRotationPeriodMin
, the server renames the file as
LogFileName.n
.
After the server renames a file, subsequent messages accumulate
in a new file with the name that you specified in
LogFileName
.
@Deprecated void setLogRotationType(java.lang.String type) throws javax.management.InvalidAttributeValueException
Sets the value of the logRotationType attribute.
type
- The new logRotationType valuejavax.management.InvalidAttributeValueException
getLogRotationType()
@Deprecated int getLogRotationPeriodMins()
The number of minutes at which this server saves old
HTTP requests to another log file.
This field is relevant only if you set Rotation Type to
date
.
The interval (in minutes) at which the server saves old HTTP
requests to another log file. This value is relevant only if you
use the date
-based rotation type.
@Deprecated void setLogRotationPeriodMins(int mins) throws javax.management.InvalidAttributeValueException
Sets the value of the logRotationPeriodMins attribute.
mins
- The new logRotationPeriodMins valuejavax.management.InvalidAttributeValueException
getLogRotationPeriodMins()
int getOverloadResponseCode()
Get the response code to be used when an application is overloaded. An
application can get overloaded when the number of pending requests has
reached the max capacity specified in the WorkManager or when the server
is low on memory. The low memory condition is determined using
OverloadProtectionMBean.getFreeMemoryPercentLowThreshold()
.
CapacityMBean
,
OverloadProtectionMBean
void setOverloadResponseCode(int code)
Set the response code to be used when an application is overloaded. An
application can get overloaded when the number of pending requests has
reached the max capacity specified in the WorkManager or when the server
is low on memory. The low memory condition is determined using
OverloadProtectionMBean.getFreeMemoryPercentLowThreshold()
.
CapacityMBean
,
OverloadProtectionMBean
int getLogFileFlushSecs()
The interval at which this server checks the size of the buffer that stores HTTP requests. When the buffer exceeds the size that is specified in the Log Buffer Size field, the server writes the data to the HTTP request log file.
The interval (in seconds) at which the server checks the size of
the buffer that stores HTTP requests. When the buffer exceeds the
size that is specified in the LogFileBufferKBytes
property, the server writes the data in the buffer to the HTTP
request log file.
void setLogFileFlushSecs(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the logFileFlushSecs attribute.
secs
- The new logFileFlushSecs valuejavax.management.InvalidAttributeValueException
getLogFileFlushSecs()
java.lang.String getLogRotationTimeBegin()
The start time for a time-based rotation sequence of the log
file, in the format MM-dd-yyyy-k:mm:ss
. (This field is
only relevant if you set Rotation Type to >date
>.)
Determines the start time for a time-based rotation sequence. At
the time that this value specifies, the server renames the current
log file. Thereafter, the server renames the log file at an
interval that you specify in
LogRotationPeriodMins
.
Use the following format: MM-dd-yyyy-k:mm:ss
where
MM
is the month as expressed in the Gregorian calendar
dd
is the day of the month
yyyy
is the year
k
is the hour in a 24-hour format.
mm
is the minute
ss
is the second
If the time that you specify has already past, then the server starts its file rotation immediately.
By default, rotation starts 24 hours from the time that you restart the server instance.
void setLogRotationTimeBegin(java.lang.String when) throws javax.management.InvalidAttributeValueException
Sets the value of the logRotationTimeBegin attribute.
Determines the start time for a time-based rotation sequence. At
the time that this value specifies, the server renames the current
log file. Thereafter, the server renames the log file at an
interval that you specify in
LogRotationPeriodMins
.
Use the following format: MM-dd-yyyy-k:mm:ss
where
MM
is the month as expressed in the Gregorian calendar
dd
is the day of the month
yyyy
is the year
k
is the hour in a 24-hour format.
mm
is the minute
ss
is the second
If the time that you specify has already past, then the server starts its file rotation immediately.
By default, rotation starts 24 hours from the time that you restart the server instance.
when
- The new logRotationTimeBegin valuejavax.management.InvalidAttributeValueException
getLogRotationTimeBegin()
void setKeepAliveEnabled(boolean enabled)
Sets the value of the keepAliveEnabled attribute.
enabled
- The new keepAliveEnabled valueisKeepAliveEnabled()
boolean isKeepAliveEnabled()
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
int getKeepAliveSecs()
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.
void setKeepAliveSecs(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the keepAliveSecs attribute.
secs
- The new keepAliveSecs valuejavax.management.InvalidAttributeValueException
getKeepAliveSecs()
int getHttpsKeepAliveSecs()
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.
void setHttpsKeepAliveSecs(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the httpsKeepAliveSecs attribute.
secs
- The new httpsKeepAliveSecs valuejavax.management.InvalidAttributeValueException
getHttpsKeepAliveSecs()
void setPostTimeoutSecs(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the postTimeoutSecs attribute.
Timeout (in seconds) for reading HTTP POST data in a servlet request.
secs
- The new postTimeoutSecs valuejavax.management.InvalidAttributeValueException
getMaxPostTimeSecs()
int getPostTimeoutSecs()
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
boolean isPostTimeoutSecsSet()
void setMaxPostTimeSecs(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the maxPostTimeSecs attribute.
Max Post Time (in seconds) for reading HTTP POST data in a servlet request. MaxPostTime < 0 means unlimited
secs
- The new maxPostTimeSecs valuejavax.management.InvalidAttributeValueException
WebAppContainerMBean.setMaxPostTimeSecs(int)
,
getMaxPostTimeSecs()
int getMaxPostTimeSecs()
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
WebAppContainerMBean.getMaxPostTimeSecs()
boolean isMaxPostTimeSecsSet()
void setMaxPostSize(int bytes) throws javax.management.InvalidAttributeValueException
Sets the value of the maxPostSize attribute.
Max Post Size (in bytes) for reading HTTP POST data in a servlet request. MaxPostSize < 0 means unlimited
bytes
- The new maxPostSize valuejavax.management.InvalidAttributeValueException
WebAppContainerMBean.setMaxPostSize(int)
,
getMaxPostSize()
int getMaxPostSize()
The maximum post size this server allows for reading HTTP POST and PUT data in a servlet request.
A value less than 0 indicates an unlimited size.
Gets the maxPostSize attribute of the WebServerMBean object
WebAppContainerMBean.getMaxPostSize()
boolean isMaxPostSizeSet()
void setMaxTotalHeadersSize(int bytes) throws javax.management.InvalidAttributeValueException
Sets the value of the maxTotalHeadersSize attribute.
Max total headers size (in bytes) for reading HTTP headers in a servlet request. MaxTotalHeadersSize < 0 means unlimited.
bytes
- The new maxTotalHeadersSize valuejavax.management.InvalidAttributeValueException
WebAppContainerMBean.setMaxTotalHeadersSize(int)
,
getMaxTotalHeadersSize()
int getMaxTotalHeadersSize()
The maximum total headers size this server allows for reading HTTP headers in a servlet request.
A value less than 0 indicates an unlimited size.
Gets the maxTotalHeadersSize attribute of the WebServerMBean object.
WebAppContainerMBean.getMaxTotalHeadersSize()
boolean isMaxTotalHeadersSizeSet()
void setMaxSingleHeaderSize(int bytes) throws javax.management.InvalidAttributeValueException
Sets the value of the maxSingleHeaderSize attribute.
Max size (in bytes) of a single headers (name and value) in a servlet request. MaxSingleHeaderSize < 0 means unlimited.
bytes
- The new maxSingleHeaderSize valuejavax.management.InvalidAttributeValueException
WebAppContainerMBean.setMaxSingleHeaderSize(int)
,
getMaxSingleHeaderSize()
int getMaxSingleHeaderSize()
The maximum size of a single header (name and value) that this server allows in a servlet request.
A value less than 0 indicates an unlimited size.
Gets the maxSingleHeaderSize attribute of the WebServerMBean object.
WebAppContainerMBean.getMaxSingleHeaderSize()
boolean isMaxSingleHeaderSizeSet()
void setMaxRequestParameterCount(int limit) throws javax.management.InvalidAttributeValueException
Sets the value of the maxRequestParameterCount attribute.
Max Request Parameter Count for reading HTTP POST parameters in a servlet request. maxRequestParameterCount
limit
- The new maxRequestParameterCount valuejavax.management.InvalidAttributeValueException
WebAppContainerMBean.setMaxRequestParameterCount(int)
int getMaxRequestParameterCount()
Max Request Parameter Count this server allows for reading maximum HTTP POST Parameters count in a servlet request.
Gets the maxRequestParameterCount attribute of the WebServerMBean object
WebAppContainerMBean.getMaxRequestParameterCount()
boolean isMaxRequestParameterCountSet()
void setSendServerHeaderEnabled(boolean enabled)
Sets the value of the isSendServerHeaderEnabled attribute.
Determines whether this server instance includes its name and WebLogic Server version number in HTTP response headers. Providing this information poses a potential security risk if an attacker knows about some vulnerability in a specific version of WebLogic Server.
enabled
- The new sendServerHeaderEnabled valueisSendServerHeaderEnabled()
boolean isSendServerHeaderEnabled()
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.
java.lang.String getDefaultWebAppContextRoot()
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 /.
void setDefaultWebAppContextRoot(java.lang.String webappContextRoot)
Sets the value of the defaultWebAppContextRoot attribute. The container will match the context-root during deployment and deploy the given webapp as the default webapp (with context-root=""). Alternatively, you can use the context-root attributes in application.xml or weblogic.xml to set a default webapp. The context-root for default webapp is "" (empty String)
webappContextRoot
- : original context-root for the default webappgetDefaultWebAppContextRoot()
WebAppComponentMBean getDefaultWebApp()
Provides the Servlet 2.3 Web Application that maps to the "default" servlet context (where ContextPath = "/"). This param has been deprecated 9.0.0.0 starting from 8.1 release. Set context-root="" instead in weblogic.xml or application.xml. Alternatively, use getDefaultWebAppDeployment()
Gets the defaultWebApp attribute of the WebServerMBean object
void setDefaultWebApp(WebAppComponentMBean defaultWebApp)
Sets the value of the defaultWebApp attribute.
Servlet 2.3 Web Application that maps to the "default" servlet context (where ContextPath = "/"). This param has been deprecated 9.0.0.0 starting from 8.1 release. Set context-root="" instead in weblogic.xml or application.xml. Alternatively, use setDefaultWebAppDeployment()
defaultWebApp
- getDefaultWebApp()
void setCharsets(java.util.Map charsets) throws javax.management.InvalidAttributeValueException
Sets the value of the Charsets attribute.
charsets
- The new charsets valuejavax.management.InvalidAttributeValueException
java.util.Map getCharsets()
Provides user defined mapping between internet and Java charset names.
void setURLResource(java.util.Map resource) throws javax.management.InvalidAttributeValueException
Sets the value of the uRLResource attribute.
resource
- The new uRLResource valuejavax.management.InvalidAttributeValueException
getURLResource()
java.util.Map getURLResource()
Adds a URL connection factory resource into JNDI.
void setChunkedTransferDisabled(boolean disable)
Sets the value of the isChunkedTransferDisabled attribute.
Disables the use of Chunk Transfer-Encoding in HTTP/1.1
disable
- The new chunkedTransferDisabled valueisChunkedTransferDisabled()
boolean isChunkedTransferDisabled()
Indicates whether the use of Chunk Transfer-Encoding in HTTP/1.1 is enabled.
void setUseHighestCompatibleHTTPVersion(boolean disable)
Sets the value of the isUseHighestCompatibleHTTPVersion attribute.
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.
disable
- The new useHighestCompatibleHTTPVersion valueisUseHighestCompatibleHTTPVersion()
boolean isUseHighestCompatibleHTTPVersion()
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.
void setUseHeaderEncoding(boolean disable)
Sets the value of the isUseHeaderEncoding attribute.
Enables use of Content-Type encoding for specific headers that are known to contain non-ISO-8859_1 characters.
isUseHeaderEncoding()
boolean isUseHeaderEncoding()
void setAuthCookieEnabled(boolean enable)
Sets the value of the isAuthCookieEnabled attribute.
Enables use of additional secure AuthCookie to make access to https pages with security constraints more secure. The session cookie will not be sufficient to gain access.
For domain wide defaults use WebAppContainerMBean.
WebAppContainerMBean.isAuthCookieEnabled()
,
isAuthCookieEnabled()
boolean isAuthCookieEnabled()
Whether authcookie feature is enabled or not.
int getWriteChunkBytes()
The default size of the blocks to be written to the network layer.
Gets the writeChunkBytes attribute of the WebServerMBean object
@Deprecated boolean isDebugEnabled()
Indicates whether the debugEnabled attribute is enabled.
void setWAPEnabled(boolean enable)
Sets the value of the IsWAPEnabled attribute.
enable
- The new WAPEnabled valueWebAppContainerMBean.setWAPEnabled(boolean)
,
isWAPEnabled()
boolean isWAPEnabled()
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
WebAppContainerMBean.isWAPEnabled()
void setAcceptContextPathInGetRealPath(boolean enable)
Sets the value of the isAcceptContextPathInGetRealPath attribute.
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 switch will be deprecated 9.0.0.0 in future releases.
enable
- The new acceptContextPathInGetRealPath valueisAcceptContextPathInGetRealPath()
boolean isAcceptContextPathInGetRealPath()
Indicates whether this server allows the inclusion of the
context path in the virtual path to context.getRealPath()
.
(If checked, you cannot use sub directories with the same name as
contextPath
). This is a compatibility switch that will be
deprecated 9.0.0.0 in future releases.
Gets the acceptContextPathInGetRealPath attribute of the WebServerMBean object
void setSingleSignonDisabled(boolean disable)
Disables SingleSignon in webapps
disable
- The new singleSignonDisabled valueboolean isSingleSignonDisabled()
Indicates whether the singleSignonDisabled attribute is enabled
@Deprecated boolean isLogFileLimitEnabled()
Indicates whether the number of files that this WebLogic Server retains to store old messages should be limited. After the server reaches this limit, it overwrites the oldest file.
Indicates whether a server will limit the number of log files
that it creates when it rotates the log. The limit is based on
getLogFileCount
.
@Deprecated void setLogFileLimitEnabled(boolean value) throws javax.management.InvalidAttributeValueException
Sets the value of the LogFileLimitEnabled attribute.
value
- javax.management.InvalidAttributeValueException
isLogFileLimitEnabled()
@Deprecated int getLogFileCount()
The maximum number of log files that this server retains when it rotates the log. (This field is relevant only if you check the Limit Number of Retained Log Files box.)
The maximum number of log files that the server creates when it
rotates the log. Only valid if LogFileLimitEnabled
is
true and LogRotationType
is either Size
or Time
.
@Deprecated void setLogFileCount(int value) throws javax.management.InvalidAttributeValueException
Sets the value of the LogFileCount attribute.
value
- javax.management.InvalidAttributeValueException
getLogFileCount()
void setClientIpHeader(java.lang.String clientIpHeader)
Set the Client IP Header on WebSerevrMBean.
java.lang.String getClientIpHeader()
Get the Client IP Header from WebSerevrMBean.