ConfigurationMBean
, ConfigurationPropertiesMBean
, DescriptorBean
, javax.management.DynamicMBean
, KernelMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, TargetMBean
, WebLogicMBean
ServerMBean
public interface ServerTemplateMBean extends KernelMBean, TargetMBean, ConfigurationPropertiesMBean
This class represents a WebLogic Server. A WebLogic Server is a Java process that is a container for Java EE applications.
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
CONNECTION_FACTORY_UNMAPPED_RESREF_FAILSAFE |
|
static java.lang.String |
CONNECTION_FACTORY_UNMAPPED_RESREF_RETURNDEFAULT |
|
static java.lang.String |
DEFAULT_STAGE |
This staging mode indicates that applications deployed to the Admin Server
will not be staged, and applications deployed to Managed Servers will evaluate to "staged".
|
static java.lang.String |
EXTERNAL_STAGE |
This staging mode indicates that applications deployed to this server will not be staged
as part of the deployment, but will be activated from the staging directory.
|
static java.lang.String |
LOGTYPE_WL_STDERR |
|
static java.lang.String |
LOGTYPE_WL_STDOUT |
|
static java.lang.String |
NO_STAGE |
This staging mode indicates that applications deployed to this server will not be staged
as part of the deployment, and will be activated from the location specified by the application's
Path attribute.
|
static java.lang.String |
STAGE |
This staging mode indicates that applications deployed to this server will be staged
as part of the deployment.
|
static java.lang.String |
STAGING_NAME |
The default staging directory name, relative to the server directory.
|
static java.lang.String |
SYNCWRITE_CACHEFLUSH |
|
static java.lang.String |
SYNCWRITE_DIRECTWRITE |
|
static java.lang.String |
UPLOAD_DIR_NAME |
DEFAULT_EMPTY_BYTE_ARRAY
STDOUT_NOID, STDOUT_STANDARD
Modifier and Type | Method | Description |
---|---|---|
boolean |
addNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint) |
Deprecated.
9.0.0.0
|
HealthScoreMBean |
createHealthScore() |
Factory to create a HealthScore MBean instance for this Server or ServerTemplate.
|
NetworkAccessPointMBean |
createNetworkAccessPoint(java.lang.String name) |
Factory to create a new NetworkAccessPoint instance for this
Server.
|
void |
destroyHealthScore() |
Destroys a HealthScore MBean instance for this Server or ServerTemplate.
|
void |
destroyNetworkAccessPoint(NetworkAccessPointMBean accessPoint) |
Destroys a NetworkAccessPoint object.
|
int |
getAcceptBacklog() |
The number of backlogged, new TCP connection requests that
should be allowed for this server's regular and SSL ports.
|
int |
getAdministrationPort() |
The secure administration port for the server.
|
int |
getAdminReconnectIntervalSeconds() |
The number of seconds between reconnection attempts to the
admin server.
|
boolean |
getAutoKillIfFailed() |
Deprecated.
since 12.1.3.0 Use OverloadProtectionMBean instead
|
boolean |
getAutoRestart() |
Specifies whether the Node Manager can automatically restart
this server if it crashes or otherwise goes down
unexpectedly.
|
MachineMBean[] |
getCandidateMachines() |
Limits the list of candidate machines that the cluster
specifies.
|
ClusterMBean |
getCluster() |
The cluster, or group of WebLogic Server instances, to which
this server belongs.
|
int |
getClusterWeight() |
The proportion of the load that this server will bear, relative
to other servers in a cluster.
|
CoherenceClusterSystemResourceMBean |
getCoherenceClusterSystemResource() |
The system-level Coherence cluster resource associated with this server.
|
CoherenceMemberConfigMBean |
getCoherenceMemberConfig() |
Returns the Coherence Operational Config overrides associated with
this Server.
|
COMMBean |
getCOM() |
Deprecated.
12.2.1.2.0
|
java.lang.String |
getCustomIdentityKeyStoreFileName() |
The source of the identity keystore.
|
java.lang.String |
getCustomIdentityKeyStorePassPhrase() |
The encrypted custom identity keystore's passphrase.
|
byte[] |
getCustomIdentityKeyStorePassPhraseEncrypted() |
Returns encrypted pass phrase defined when creating the keystore.
|
java.lang.String |
getCustomIdentityKeyStoreType() |
The type of the keystore.
|
java.lang.String |
getCustomTrustKeyStoreFileName() |
The source of the custom trust keystore.
|
java.lang.String |
getCustomTrustKeyStorePassPhrase() |
The custom trust keystore's passphrase.
|
byte[] |
getCustomTrustKeyStorePassPhraseEncrypted() |
The custom trust keystore's encrypted passphrase.
|
java.lang.String |
getCustomTrustKeyStoreType() |
The type of the keystore.
|
DataSourceMBean |
getDataSource() |
The datasource configuration for the server.
|
DefaultFileStoreMBean |
getDefaultFileStore() |
Controls the configuration of the default persistent store on
this server.
|
java.lang.String |
getDefaultIIOPPassword() |
The password for the default IIOP user.
|
byte[] |
getDefaultIIOPPasswordEncrypted() |
The encrypted password for the default IIOP user.
|
java.lang.String |
getDefaultIIOPUser() |
The user name of the default IIOP user.
|
java.lang.String |
getDefaultTGIOPPassword() |
The password for the default user associated with the
Tuxedo GIOP (TGIOP) protocol.
|
byte[] |
getDefaultTGIOPPasswordEncrypted() |
The encrypted password for the default TGIOP user.
|
java.lang.String |
getDefaultTGIOPUser() |
Deprecated.
12.2.1.3.0
|
java.lang.String |
getExternalDNSName() |
The external IP address or DNS name for this server.
|
java.lang.String |
getExtraEjbcOptions() |
The options passed to the EJB compiler during server-side
generation.
|
java.lang.String |
getExtraRmicOptions() |
The options passed to the RMIC compiler during server-side
generation.
|
FederationServicesMBean |
getFederationServices() |
Gets the Federation Services MBean
|
int |
getGracefulShutdownTimeout() |
Number of seconds a graceful shutdown operation waits before
forcing a shut down.
|
int |
getHealthCheckIntervalSeconds() |
The number of seconds that defines the frequency of this
server's self-health monitoring.
|
int |
getHealthCheckTimeoutSeconds() |
Deprecated.
9.0.0.0 Replaced by Server self-health monitoring that
takes action without NodeManager intervention.
|
HealthScoreMBean |
getHealthScore() |
Returns HealthScore MBean instance for this Server or ServerTemplate.
|
boolean |
getHostsMigratableServices() |
Gets the hostsMigratableServices attribute of the ServerMBean
object
|
java.lang.String |
getInterfaceAddress() |
The IP address of the NIC that this server should use for
multicast traffic.
|
java.lang.String |
getJavaCompiler() |
The Java compiler to use for all applications hosted on this
server that need to compile Java code.
|
java.lang.String |
getJavaCompilerPostClassPath() |
The options to append to the Java compiler classpath when
compiling Java code.
|
java.lang.String |
getJavaCompilerPreClassPath() |
The options to prepend to the Java compiler classpath when
compiling Java code.
|
java.lang.String |
getJavaStandardTrustKeyStorePassPhrase() |
The password for the Java Standard Trust keystore.
|
byte[] |
getJavaStandardTrustKeyStorePassPhraseEncrypted() |
The encrypted password for the Java Standard Trust keystore.
|
java.lang.String |
getJDBCLLRTableName() |
The table name for this server's Logging Last Resource (LLR)
database table(s).
|
int |
getJDBCLoginTimeoutSeconds() |
The JDBC Login Timeout value.
|
java.lang.String[] |
getJNDITransportableObjectFactoryList() |
List of factories that create transportable objects.
|
JTAMigratableTargetMBean |
getJTAMigratableTarget() |
Returns the JTAMigratableTargetMBean that is used to deploy the
JTA Recovery Service to (is the server's cluster is not null).
|
java.lang.String |
getKeyStores() |
Which configuration rules should be used for finding the
server's identity and trust keystores?
|
java.lang.String |
getListenAddress() |
The IP address or DNS name this server uses to listen for
incoming connections.
|
int |
getListenDelaySecs() |
Deprecated.
|
boolean |
getListenersBindEarly() |
Determines whether the server should bind server sockets
early.
|
int |
getListenPort() |
The default TCP port that this server uses to listen for regular
(non-SSL) incoming connections.
|
int |
getListenThreadStartDelaySecs() |
Returns the maximum time that the server will wait for server
sockets to bind before starting a listen thread.
|
int |
getLoginTimeoutMillis() |
The login timeout for this server's default regular (non-SSL)
listen port.
|
int |
getLowMemoryGCThreshold() |
Deprecated.
12.1.1.0.0 not used anywhere in runtime (core) code
|
int |
getLowMemoryGranularityLevel() |
Deprecated.
12.1.1.0.0 not used anywhere in runtime (core) code
|
int |
getLowMemorySampleSize() |
Deprecated.
12.1.1.0.0 not used anywhere in runtime (core) code
|
int |
getLowMemoryTimeInterval() |
Deprecated.
12.1.1.0.0 not used anywhere in runtime (core) code
|
MachineMBean |
getMachine() |
The WebLogic Server host computer (machine) on which this server
is meant to run.
|
int |
getMaxConcurrentLongRunningRequests() |
The maximum number of running long-running requests that can be submitted
to all the Managed Executor Services or Managed Scheduled Executor Services
in the server.
|
int |
getMaxConcurrentNewThreads() |
The maximum number of running threads that can be created by all the
Managed Thread Factories in the server.
|
java.lang.String |
getName() |
An alphanumeric name for this server instance.
|
NetworkAccessPointMBean[] |
getNetworkAccessPoints() |
Network access points, or "NAPs", define additional ports and
addresses that this server listens on.
|
int |
getNMSocketCreateTimeoutInMillis() |
Deprecated.
12.2.1.2.0
|
OverloadProtectionMBean |
getOverloadProtection() |
get attributes related to server overload protection
|
WebLogicMBean |
getParent() |
Return the immediate parent for this MBean
|
java.lang.String |
getPreferredSecondaryGroup() |
Defines secondary clustered instances considered for hosting
replicas of the primary HTTP session states created on the
server.
|
WSReliableDeliveryPolicyMBean |
getReliableDeliveryPolicy() |
The reliable delivery policy for web services.
|
java.lang.String |
getReplicationGroup() |
Defines preferred clustered instances considered for hosting
replicas of the primary HTTP session states created on the
server.
|
java.lang.String |
getReplicationPorts() |
When WLS is running on Exalogic machines, cluster replication traffic could
go over multiple replication channels.
|
boolean |
getResolveDNSName() |
Resolve the listen address to use for all T3 communication
|
int |
getRestartDelaySeconds() |
The number of seconds the Node Manager should wait before
restarting this server.
|
int |
getRestartIntervalSeconds() |
The number of seconds during which this server can be restarted,
up to the number of times specified in RestartMax.
|
int |
getRestartMax() |
The number of times that the Node Manager can restart this
server within the interval specified in RestartIntervalSeconds.
|
ServerDebugMBean |
getServerDebug() |
The debug setting for this server.
|
WLDFServerDiagnosticMBean |
getServerDiagnosticConfig() |
The diagnostic configuration for the servers
|
int |
getServerLifeCycleTimeoutVal() |
Number of seconds a force shutdown operation waits before timing
out and killing itself.
|
ServerStartMBean |
getServerStart() |
Returns the ServerStartMBean that can be used to start up this
server remotely.
|
java.lang.String |
getServerVersion() |
Deprecated.
9.0.0.0
|
SingleSignOnServicesMBean |
getSingleSignOnServices() |
Gets the Single Sign-On Services MBean
|
int |
getSitConfigPollingInterval() |
Returns the current polling interval for finding the situational config file in the filesystem
|
java.lang.String |
getStagingDirectoryName() |
The directory path on the Managed Server where all staged
(prepared) applications are placed.
|
java.lang.String |
getStagingMode() |
The mode that specifies whether an application's files are
copied from a source on the Administration Server to the Managed
Server's staging area during application preparation.
|
java.lang.String |
getStartupMode() |
The state in which this server should be started.
|
int |
getStartupTimeout() |
Timeout value for server start and resume operations.
|
byte[] |
getSystemPasswordEncrypted() |
The password required to access administrative functions on this server.
|
java.lang.String |
getTransactionLogFilePrefix() |
The path prefix for the server's JTA transaction log files.
|
java.lang.String |
getTransactionLogFileWritePolicy() |
The policy that determines how transaction log file entries are
written to disk.
|
TransactionLogJDBCStoreMBean |
getTransactionLogJDBCStore() |
The JDBC TLOG store used for transaction logging.
|
int |
getTunnelingClientPingSecs() |
The interval (in seconds) at which to check a tunneled client to
see if it is still alive.
|
int |
getTunnelingClientTimeoutSecs() |
The amount of time (in seconds) after which a missing tunneled
client is considered dead.
|
java.lang.String |
getUploadDirectoryName() |
The directory path on the Administration Server where all
uploaded applications are placed.
|
java.lang.String |
getVerboseEJBDeploymentEnabled() |
Deprecated.
Deprecated as of 10.3.3.0 in favor of
ServerDebugMBean.getDebugEjbDeployment() |
java.lang.String |
getVirtualMachineName() |
Deprecated.
12.1.3.0
|
WebServerMBean |
getWebServer() |
Returns the web server for this server.
|
WebServiceMBean |
getWebService() |
Gets Web service configuration for this server
|
XMLEntityCacheMBean |
getXMLEntityCache() |
The server's XML entity cache, which is used to
configure the behavior of JAXP
(Java API for XML Parsing).
|
XMLRegistryMBean |
getXMLRegistry() |
The server's XML registry, which is used to
configure the behavior of JAXP
(Java API for XML Parsing).
|
boolean |
isAutoMigrationEnabled() |
Specifies whether Node Manager can automatically restart this
server and its services on another machine if the server fails.
|
boolean |
isClasspathServletDisabled() |
The ClasspathServlet will serve any class file in the classpath
and is registered by default in every Web application (including
management).
|
boolean |
isClasspathServletSecureModeEnabled() |
If secure mode is enabled, the ClasspathServlet will serve only class
files from wellknown packages required for JDBC and JMS functionality.
|
boolean |
isCleanupOrphanedSessionsEnabled() |
Indicates if replication service should cleanup orphaned http and ejb sessions.
|
boolean |
isClientCertProxyEnabled() |
Specifies whether the
HttpClusterServlet proxies the
client certificate in a special header. |
boolean |
isCOMEnabled() |
Deprecated.
12.2.1.2.0
|
boolean |
isDefaultInternalServletsDisabled() |
Specifies whether all default servlets in the servlet engine are
disabled.
|
boolean |
isHttpdEnabled() |
Whether or not HTTP support is enabled on the regular port or
SSL port.
|
boolean |
isHttpTraceSupportEnabled() |
Returns the HttpTraceSupportEnabled value
|
boolean |
isIgnoreSessionsDuringShutdown() |
Indicates whether a graceful shutdown operation drops all HTTP
sessions immediately.
|
boolean |
isIIOPEnabled() |
Specifies whether this server has IIOP support enabled for both
the regular (non-SSL) and SSL ports.
|
boolean |
isJMSDefaultConnectionFactoriesEnabled() |
Specifies whether this server uses JMS default connection
factories.
|
boolean |
isListenPortEnabled() |
Specifies whether this server can be reached through the default
plain-text (non-SSL) listen port.
|
boolean |
isManagedServerIndependenceEnabled() |
Specifies whether this Managed Server can be started when the
Administration Server is unavailable.
|
boolean |
isMessageIdPrefixEnabled() |
Indicates whether message IDs in logged messages will include a
prefix.
|
boolean |
isMSIFileReplicationEnabled() |
Deprecated.
|
boolean |
isSessionReplicationOnShutdownEnabled() |
Indicates if session replication on server shutdown is enabled.
|
boolean |
isSitConfigRequired() |
Returns whether situational config files are required and WebLogic Server should fail to boot if situational config files are not present.
|
boolean |
isSynchronizedSessionTimeoutEnabled() |
Indicates whether to also invalidate all the other sessions when one of the sessions that share the same ID expires.
|
boolean |
isTGIOPEnabled() |
Specifies whether this server supports Tuxedo GIOP (TGIOP)
requests.
|
boolean |
isTunnelingEnabled() |
Specifies whether tunneling for the T3, T3S, HTTP, HTTPS, IIOP,
and IIOPS protocols should be enabled for this server.
|
boolean |
isUseFusionForLLR() |
Enables the use of the
ADM_DDL store procedure for LLR. |
boolean |
isWeblogicPluginEnabled() |
Specifies whether this server uses the proprietary
WL-Proxy-Client-IP header. |
NetworkAccessPointMBean |
lookupNetworkAccessPoint(java.lang.String name) |
Look up an NetworkAccessPoint by name
|
boolean |
removeNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint) |
Deprecated.
9.0.0.0
|
void |
setAcceptBacklog(int count) |
Sets the value of the AcceptBacklog attribute.
|
void |
setAdministrationPort(int port) |
Sets the value of the ServerMBean's AdministrationPort
attribute.
|
void |
setAdminReconnectIntervalSeconds(int secs) |
Sets the value of the AdminReconnectIntervalSeconds attribute.
|
void |
setAutoKillIfFailed(boolean enable) |
Sets the value of the AutoKillIfFailed attribute.
|
void |
setAutoMigrationEnabled(boolean enable) |
Sets the value of the AutoMigrationEnabled attribute.
|
void |
setAutoRestart(boolean enable) |
Sets the value of the AutoRestart attribute.
|
void |
setCandidateMachines(MachineMBean[] machines) |
Sets the value of the CandidateMachines attribute.
|
void |
setClasspathServletDisabled(boolean enabled) |
Sets the value of the ClasspathServletDisabled attribute.
|
void |
setClasspathServletSecureModeEnabled(boolean enabled) |
Sets the value of the ClasspathServletSecureModeEnabled attribute.
|
void |
setCleanupOrphanedSessionsEnabled(boolean enable) |
Enables cleanup of orphaned http and ejb sessions.
|
void |
setClientCertProxyEnabled(boolean ccp) |
Sets the value of the ClientCertProxyEnabled attribute.
|
void |
setCluster(ClusterMBean cluster) |
Sets the value of the Cluster attribute.
|
void |
setClusterWeight(int weight) |
Sets the value of the ClusterWeight attribute.
|
void |
setCoherenceClusterSystemResource(CoherenceClusterSystemResourceMBean coherenceClusterSystemResource) |
Associates the system-level Coherence cluster resource with this server.
|
void |
setCOMEnabled(boolean enable) |
Deprecated.
12.2.1.2.0
|
void |
setCustomIdentityKeyStoreFileName(java.lang.String fileName) |
Sets the value of the CustomIdentityKeyStoreFileName
attribute.
|
void |
setCustomIdentityKeyStorePassPhrase(java.lang.String passPhrase) |
Sets the value of the CustomIdentityKeyStorePassPhrase
attribute.
|
void |
setCustomIdentityKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted) |
Sets the encrypted value of the CustomIdentityKeyStorePassPhrase
attribute.
|
void |
setCustomIdentityKeyStoreType(java.lang.String type) |
Sets the value of the CustomIdentityKeyStoreType attribute.
|
void |
setCustomTrustKeyStoreFileName(java.lang.String fileName) |
Sets the value of the CustomTrustKeyStoreFilename attribute.
|
void |
setCustomTrustKeyStorePassPhrase(java.lang.String passPhrase) |
Sets the value of the CustomTrustKeyStorePassPhrase
attribute.
|
void |
setCustomTrustKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted) |
Sets the encrypted value of the CustomTrustKeyStorePassPhrase
attribute.
|
void |
setCustomTrustKeyStoreType(java.lang.String type) |
Sets the value of the CustomTrustKeyStoreType attribute.
|
void |
setDefaultIIOPPassword(java.lang.String password) |
Sets the value of the DefaultIIOPPassword attribute.
|
void |
setDefaultIIOPPasswordEncrypted(byte[] passwordEncrypted) |
Sets the encrypted value of the DefaultIIOPPassword attribute.
|
void |
setDefaultIIOPUser(java.lang.String user) |
Sets the value of the DefaultIIOPUser attribute.
|
void |
setDefaultInternalServletsDisabled(boolean enabled) |
Sets the value of the DefaultInternalServletsDisabled
attribute.
|
void |
setDefaultTGIOPPassword(java.lang.String password) |
Sets the value of the DefaultTGIOPPassword attribute.
|
void |
setDefaultTGIOPPasswordEncrypted(byte[] passwordEncrypted) |
Sets the encrypted value of the DefaultTGIOPPassword attribute.
|
void |
setDefaultTGIOPUser(java.lang.String user) |
Sets the value of the DefaultTGIOPUser attribute.
|
void |
setExternalDNSName(java.lang.String externalDNSName) |
Sets the value of the ExternalDNSName attribute.
|
void |
setExtraEjbcOptions(java.lang.String options) |
|
void |
setExtraRmicOptions(java.lang.String options) |
Sets the value of ServerMBean's ExtraRmicOptions attribute.
|
void |
setGracefulShutdownTimeout(int timeout) |
Sets the value of the GracefulShutdownTimeout attribute.
|
void |
setHealthCheckIntervalSeconds(int secs) |
Sets the value of the HealthCheckIntervalSeconds attribute.
|
void |
setHealthCheckStartDelaySeconds(int secs) |
Sets the value of the HealthCheckStartDelaySeconds
attribute.
|
void |
setHealthCheckTimeoutSeconds(int secs) |
Deprecated.
9.0.0.0 Replaced by Server self-health monitoring that
takes action without NodeManager intervention.
|
void |
setHttpdEnabled(boolean enable) |
Sets the value of the HttpdEnabled attribute.
|
void |
setHttpTraceSupportEnabled(boolean tse) |
Attackers may abuse HTTP TRACE functionality to gain access to
information in HTTP headers such as cookies and authentication data.
|
void |
setIgnoreSessionsDuringShutdown(boolean ignoreSessions) |
Sets the value of the IgnoreSessionsDuringShutdown
attribute.
|
void |
setIIOPEnabled(boolean enable) |
Sets the value of the IIOPEnabled attribute.
|
void |
setInterfaceAddress(java.lang.String address) |
|
void |
setJ2EE12OnlyModeEnabled(boolean enable) |
Sets the j2EE12OnlyModeEnabled attribute of the ServerMBean
object
|
void |
setJ2EE13WarningEnabled(boolean enable) |
Sets the j2EE13WarningEnabled attribute of the ServerMBean
object
|
void |
setJavaCompiler(java.lang.String javaCompiler) |
Sets the value of the JavaCompiler attribute.
|
void |
setJavaCompilerPostClassPath(java.lang.String postClassPath) |
Sets the value of the JavaCompilerPostClassPath attribute.
|
void |
setJavaCompilerPreClassPath(java.lang.String preClassPath) |
Sets the value of the JavaCompilerPreClassPath attribute.
|
void |
setJavaStandardTrustKeyStorePassPhrase(java.lang.String passPhrase) |
Sets the value of the JavaStandardTrustKeyStorePhrase
attribute.
|
void |
setJavaStandardTrustKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted) |
Sets the encrypted value of the JavaStandardTrustKeyStorePhrase
attribute.
|
void |
setJDBCLLRTableName(java.lang.String name) |
Set a custom table for this server's logging last resource
database table.
|
void |
setJDBCLoginTimeoutSeconds(int timeout) |
Set the JDBC Login Timeout value.
|
void |
setJMSConnectionFactoryUnmappedResRefMode(java.lang.String unmappedResRefMode) |
Sets the value of JMS Connection Factory Unmapped Resource Reference
Mode.
|
void |
setJMSDefaultConnectionFactoriesEnabled(boolean enabled) |
Sets the value of the JMSDefaultConnectionFactoriesEnabled
attribute.
|
void |
setJNDITransportableObjectFactoryList(java.lang.String[] list) |
Sets the jNDITransportableObjectFactoryList attribute of the
ServerMBean object
|
void |
setJRMPEnabled(boolean enable) |
Sets the value of the JRMPEnabled attribute.
|
void |
setKeyStores(java.lang.String keystores) |
Sets the value of the KeyStores attribute.
|
void |
setListenAddress(java.lang.String address) |
Sets the value of the ListenAddress attribute.
|
void |
setListenDelaySecs(int seconds) |
Sets the listenDelaySecs attribute of the ServerMBean object
|
void |
setListenersBindEarly(boolean value) |
|
void |
setListenPort(int port) |
Sets the value of the ListenPort attribute.
|
void |
setListenPortEnabled(boolean enable) |
|
void |
setListenThreadStartDelaySecs(int seconds) |
|
void |
setLoginTimeoutMillis(int count) |
Sets the value of the LoginTimeoutMillis attribute.
|
void |
setLowMemoryGCThreshold(int size) |
Deprecated.
12.1.1.0.0 not used anywhere in runtime (core) code
|
void |
setLowMemoryGranularityLevel(int size) |
Deprecated.
12.1.1.0.0 not used anywhere in runtime (core) code
|
void |
setLowMemorySampleSize(int sampleSize) |
Deprecated.
12.1.1.0.0 not used anywhere in runtime (core) code
|
void |
setLowMemoryTimeInterval(int seconds) |
Deprecated.
12.1.1.0.0 not used anywhere in runtime (core) code
|
void |
setMachine(MachineMBean machine) |
Sets the value of the Machine attribute.
|
void |
setManagedServerIndependenceEnabled(boolean enable) |
Sets the value of the ManagedServerIndependenceEnabled
attribute.
|
void |
setMaxConcurrentLongRunningRequests(int maxConcurrentLongRunningRequests) |
Specfies the maximum number of running long-running requests that can be submitted
to all the Managed Executor Services or Managed Scheduled Executor Services
in the server.
|
void |
setMaxConcurrentNewThreads(int maxConcurrentNewThreads) |
Specfies maximum number of running threads that can be created by all the
Managed Thread Factories in the server.
|
void |
setMessageIdPrefixEnabled(boolean prefix) |
Sets the value of the MessageIdPrefixEnabled attribute.
|
void |
setMSIFileReplicationEnabled(boolean enable) |
Deprecated.
|
void |
setName(java.lang.String name) |
Set the value of the Name attribute.
|
void |
setNetworkAccessPoints(NetworkAccessPointMBean[] networkAccessPoints) |
Deprecated.
9.0.0.0 Use createNetworkAccessPoint() instead.
|
void |
setNMSocketCreateTimeoutInMillis(int timeout) |
Deprecated.
12.2.1.2.0
|
void |
setParent(WebLogicMBean parent) |
Change the parent for this MBean
|
void |
setPreferredSecondaryGroup(java.lang.String group) |
Sets the value of the PreferredSecondaryGroup attribute.
|
void |
setReliableDeliveryPolicy(WSReliableDeliveryPolicyMBean mbean) |
Sets the value of the ReliableDeliveryPolicy attribute.
|
void |
setReplicationGroup(java.lang.String group) |
Sets the value of the ReplicationGroup attribute.
|
void |
setReplicationPorts(java.lang.String ports) |
|
void |
setResolveDNSName(boolean flag) |
Sets the value of the ResolveDNSName attribute.
|
void |
setRestartDelaySeconds(int secs) |
Sets the value of the RestartDelaySeconds attribute.
|
void |
setRestartIntervalSeconds(int secs) |
Sets the value of the RestartIntervalSeconds attribute.
|
void |
setRestartMax(int value) |
Sets the value of the RestartMax attribute.
|
void |
setServerLifeCycleTimeoutVal(int timeoutVal) |
Sets the value of the ServerLifeCycleTimeoutVal attribute.
|
void |
setServerVersion(java.lang.String version) |
Deprecated.
9.0.0.0
|
void |
setSessionReplicationOnShutdownEnabled(boolean enable) |
Enables session replication on server shutdown.
|
void |
setSitConfigPollingInterval(int interval) |
Sets the interval for polling to load the situational config file from the file system
|
void |
setSitConfigRequired(boolean isRequired) |
Sets whether situational config files are required.
|
void |
setStagingMode(java.lang.String staging) |
Sets the value of the StagingMode attribute.
|
void |
setStartupMode(java.lang.String mode) |
Sets the value of the StartupMode attribute.
|
void |
setStartupTimeout(int timeoutVal) |
Sets the timeout value for server start and resume operations.
|
void |
setSynchronizedSessionTimeoutEnabled(boolean enabled) |
Sets the value for SynchronizedSessionTimeoutEnabled.
|
void |
setSystemPassword(java.lang.String password) |
Sets the systemPassword attribute of the ServerMBean object
|
void |
setSystemPasswordEncrypted(byte[] passwordEncrypted) |
Sets the encrypted systemPassword attribute of the ServerMBean object
|
void |
setTGIOPEnabled(boolean enable) |
Sets the value of the TGIOPEnabled attribute.
|
void |
setTransactionLogFilePrefix(java.lang.String pathPrefix) |
Sets the value of the TransactionLogFilePrefix attribute.
|
void |
setTransactionLogFileWritePolicy(java.lang.String policy) |
Sets the value of the TransactionLogFileWritePolicy
attribute.
|
void |
setTunnelingClientPingSecs(int secs) |
Sets the value of the TunnelingClientPingSecs attribute.
|
void |
setTunnelingClientTimeoutSecs(int secs) |
Sets the value of the TunnelingClientTimeoutSecs attribute.
|
void |
setTunnelingEnabled(boolean enabled) |
Sets the value of the TunnelingEnabled attribute.
|
void |
setUploadDirectoryName(java.lang.String dir) |
Sets the value of the UploadDirectoryName attribute.
|
void |
setUseFusionForLLR(boolean isUseFusionForLLR) |
Sets the value of the UseFusionForLLR attribute.
|
void |
setVerboseEJBDeploymentEnabled(java.lang.String verbose) |
Deprecated.
Deprecated as of 10.3.3.0 in favor of
ServerDebugMBean.setDebugEjbDeployment(boolean) |
void |
setVirtualMachineName(java.lang.String vmName) |
|
void |
setWeblogicPluginEnabled(boolean wpe) |
Sets the value of the ServerMBean's WebLogicPluginEnabled
attribute.
|
void |
setXMLEntityCache(XMLEntityCacheMBean cache) |
Sets the value of the XMLEntityCache attribute.
|
void |
setXMLRegistry(XMLRegistryMBean registry) |
Sets the value of the XMLRegistry attribute.
|
java.lang.String |
synchronousKill() |
Deprecated.
9.0.0.0 Use
ServerRuntimeMBean.forceShutdown() instead |
java.lang.String |
synchronousStart() |
Deprecated.
9.0.0.0 Use
ServerLifeCycleRuntimeMBean.start() instead. |
freezeCurrentValue, getId, getInheritedProperties, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
getAdministrationProtocol, getCompleteCOMMessageTimeout, getCompleteHTTPMessageTimeout, getCompleteIIOPMessageTimeout, getCompleteMessageTimeout, getCompleteT3MessageTimeout, getCompleteWriteTimeout, getConnectTimeout, getDefaultProtocol, getDefaultSecureProtocol, getDGCIdlePeriodsUntilTimeout, getExecuteQueues, getIdleConnectionTimeout, getIdleIIOPConnectionTimeout, getIdlePeriodsUntilTimeout, getIIOP, getIIOPTxMechanism, getLog, getMaxCOMMessageSize, getMaxHTTPMessageSize, getMaxIIOPMessageSize, getMaxMessageSize, getMaxOpenSockCount, getMaxT3MessageSize, getMessagingBridgeThreadPoolSize, getMTUSize, getMuxerClass, getPeriodLength, getPrintStackTraceInProduction, getRMIDeserializationMaxTimeLimit, getSocketReaders, getSSL, getStdoutFormat, getStdoutSeverityLevel, getStuckThreadMaxTime, getStuckThreadTimerInterval, getThreadPoolPercentSocketReaders, getUse81StyleExecuteQueues, getVirtualThreadEnableOption, isAddWorkManagerThreadsByCpuCount, isAllowShrinkingPriorityRequestQueue, isEagerThreadLocalCleanup, isGatheredWritesEnabled, isInstrumentStackTraceEnabled, isIsolatePartitionThreadLocals, isLogCriticalRemoteExceptionsEnabled, isLogRemoteExceptionsEnabled, isNativeIOEnabled, isOutboundEnabled, isOutboundPrivateKeyEnabled, isReverseDNSAllowed, isScatteredReadsEnabled, isSocketBufferSizeAsChunkSize, isStdoutDebugEnabled, isStdoutEnabled, isStdoutLogStack, isUseConcurrentQueueForRequestManager, isUseDetailedThreadName, isUseEnhancedIncrementAdvisor, isUseEnhancedPriorityQueueForRequestManager, lookupExecuteQueue, setAddWorkManagerThreadsByCpuCount, setAdministrationProtocol, setAllowShrinkingPriorityRequestQueue, setCompleteCOMMessageTimeout, setCompleteHTTPMessageTimeout, setCompleteIIOPMessageTimeout, setCompleteMessageTimeout, setCompleteT3MessageTimeout, setCompleteWriteTimeout, setConnectTimeout, setDefaultProtocol, setDefaultSecureProtocol, setDGCIdlePeriodsUntilTimeout, setEagerThreadLocalCleanup, setGatheredWritesEnabled, setIdleConnectionTimeout, setIdleIIOPConnectionTimeout, setIdlePeriodsUntilTimeout, setIIOPTxMechanism, setInstrumentStackTraceEnabled, setIsolatePartitionThreadLocals, setLogCriticalRemoteExceptionsEnabled, setLogRemoteExceptionsEnabled, setMaxCOMMessageSize, setMaxHTTPMessageSize, setMaxIIOPMessageSize, setMaxMessageSize, setMaxOpenSockCount, setMaxT3MessageSize, setMessagingBridgeThreadPoolSize, setMTUSize, setMuxerClass, setNativeIOEnabled, setOutboundEnabled, setOutboundPrivateKeyEnabled, setPeriodLength, setPrintStackTraceInProduction, setReverseDNSAllowed, setRMIDeserializationMaxTimeLimit, setScatteredReadsEnabled, setSocketBufferSizeAsChunkSize, setSocketReaders, setStdoutDebugEnabled, setStdoutEnabled, setStdoutFormat, setStdoutLogStack, setStdoutSeverityLevel, setStuckThreadMaxTime, setStuckThreadTimerInterval, setThreadPoolPercentSocketReaders, setUse81StyleExecuteQueues, setUseConcurrentQueueForRequestManager, setUseDetailedThreadName, setUseEnhancedIncrementAdvisor, setUseEnhancedPriorityQueueForRequestManager, setVirtualThreadEnableOption
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getType, isCachingDisabled, isRegistered
static final java.lang.String STAGING_NAME
static final java.lang.String STAGE
static final java.lang.String NO_STAGE
static final java.lang.String EXTERNAL_STAGE
static final java.lang.String DEFAULT_STAGE
static final java.lang.String UPLOAD_DIR_NAME
static final java.lang.String LOGTYPE_WL_STDOUT
static final java.lang.String LOGTYPE_WL_STDERR
static final java.lang.String SYNCWRITE_CACHEFLUSH
static final java.lang.String SYNCWRITE_DIRECTWRITE
static final java.lang.String CONNECTION_FACTORY_UNMAPPED_RESREF_RETURNDEFAULT
static final java.lang.String CONNECTION_FACTORY_UNMAPPED_RESREF_FAILSAFE
MachineMBean getMachine()
The WebLogic Server host computer (machine) on which this server is meant to run.
If you want to use Node Manager to start this server, you must assign the server to a machine and you must configure the machine for Node Manager.
You cannot change this value if a server instance is already running.
void setMachine(MachineMBean machine) throws javax.management.InvalidAttributeValueException
Sets the value of the Machine attribute.
machine
- The new machine valuejavax.management.InvalidAttributeValueException
getMachine()
int getListenPort()
The default TCP port that this server uses to listen for regular (non-SSL) incoming connections.
Administrators must have the right privileges before binding to a port or else this operation will not be successful and it will render the console un-reachable.
If this port is disabled, the SSL port must be enabled. Additional ports can be configured using network channels. The cluster (multicast) port is configured separately.
isListenPortEnabled()
,
getAdministrationPort()
,
getListenAddress()
,
getCluster()
,
SSLMBean.getListenPort()
,
ClusterMBean.getMulticastPort()
,
NetworkAccessPointMBean.getListenPort()
void setListenPort(int port) throws javax.management.InvalidAttributeValueException
Sets the value of the ListenPort attribute.
port
- The new listenPort valuejavax.management.InvalidAttributeValueException
getListenPort()
boolean isListenPortEnabled()
Specifies whether this server can be reached through the default plain-text (non-SSL) listen port.
If you disable this listen port, you must enable the default SSL listen port.
You can define additional listen ports for this server by configuring network channels.
If there is no explicit setting for this attribute, it will inherit the value of the DomainMBean's ListenPortEnabled attribute.
getListenPort()
,
isAdministrationPortEnabled()
,
KernelMBean.getSSL()
,
DomainMBean.isListenPortEnabled()
,
SSLMBean.isListenPortEnabled()
,
NetworkAccessPointMBean.isEnabled()
void setListenPortEnabled(boolean enable) throws javax.management.InvalidAttributeValueException
enable
- The new listenPortEnabled valuejavax.management.InvalidAttributeValueException
ClusterMBean getCluster()
The cluster, or group of WebLogic Server instances, to which this server belongs.
If set, the server will listen for cluster multicast events.
getClusterWeight()
,
ClusterMBean.getMulticastPort()
,
ClusterMBean.getMulticastAddress()
void setCluster(ClusterMBean cluster) throws javax.management.InvalidAttributeValueException
Sets the value of the Cluster attribute.
cluster
- The new cluster valuejavax.management.InvalidAttributeValueException
getCluster()
int getClusterWeight()
The proportion of the load that this server will bear, relative to other servers in a cluster.
If all servers have the default weight or the same weight, each bears an equal proportion of the load. If one server has weight 50 and all other servers have weight 100, the 50-weight server will bear half as much load as any other server.
getCluster()
void setClusterWeight(int weight) throws javax.management.InvalidAttributeValueException
Sets the value of the ClusterWeight attribute.
weight
- The new clusterWeight valuejavax.management.InvalidAttributeValueException
getClusterWeight()
java.lang.String getReplicationGroup()
Defines preferred clustered instances considered for hosting replicas of the primary HTTP session states created on the server.
void setReplicationGroup(java.lang.String group) throws javax.management.InvalidAttributeValueException
Sets the value of the ReplicationGroup attribute.
group
- The new replicationGroup valuejavax.management.InvalidAttributeValueException
getClusterWeight()
java.lang.String getPreferredSecondaryGroup()
Defines secondary clustered instances considered for hosting replicas of the primary HTTP session states created on the server.
void setPreferredSecondaryGroup(java.lang.String group) throws javax.management.InvalidAttributeValueException
Sets the value of the PreferredSecondaryGroup attribute.
group
- The new preferredSecondaryGroup valuejavax.management.InvalidAttributeValueException
getPreferredSecondaryGroup()
boolean isAutoMigrationEnabled()
Specifies whether Node Manager can automatically restart this server and its services on another machine if the server fails.
void setAutoMigrationEnabled(boolean enable)
Sets the value of the AutoMigrationEnabled attribute.
enable
- The new autoMigrationEnabled valuesetAutoMigrationEnabled(boolean)
WebServerMBean getWebServer()
Returns the web server for this server. A server has exactly one WebServer. A server may also have one or more VirtualHosts. A VirtualHost is a subclass of WebServer.
@Deprecated java.lang.String synchronousStart()
ServerLifeCycleRuntimeMBean.start()
instead.Start this server. This is a blocking call. Returns String containing NodeManger log for starting the server.
@Deprecated java.lang.String synchronousKill()
ServerRuntimeMBean.forceShutdown()
insteadKill this server. This is a blocking call. Returns String containing NodeManger log for killing the server.
void setJ2EE12OnlyModeEnabled(boolean enable)
Sets the j2EE12OnlyModeEnabled attribute of the ServerMBean object
enable
- The new j2EE12OnlyModeEnabled valuevoid setJ2EE13WarningEnabled(boolean enable)
Sets the j2EE13WarningEnabled attribute of the ServerMBean object
enable
- The new j2EE13WarningEnabled valueboolean isIIOPEnabled()
Specifies whether this server has IIOP support enabled for both the regular (non-SSL) and SSL ports.
getListenPort()
,
SSLMBean.getListenPort()
,
KernelMBean.getSSL()
void setIIOPEnabled(boolean enable)
Sets the value of the IIOPEnabled attribute.
enable
- The new iIOPEnabled valueisIIOPEnabled()
java.lang.String getDefaultIIOPUser()
The user name of the default IIOP user. (Requires you to enable IIOP.)
isIIOPEnabled()
void setDefaultIIOPUser(java.lang.String user) throws javax.management.InvalidAttributeValueException
Sets the value of the DefaultIIOPUser attribute.
user
- The new defaultIIOPUser valuejavax.management.InvalidAttributeValueException
getDefaultIIOPUser()
java.lang.String getDefaultIIOPPassword()
The password for the default IIOP user. (Requires you to enable IIOP.)
As of 8.1 sp4, when you get the value of this attribute, WebLogic Server does the following:
DefaultIIOPPasswordEncrypted
attribute.Using this attribute (DefaultIIOPPassword
) is a potential security risk
because the String object (which contains the unencrypted password) remains
in the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how
memory is allocated in the JVM, a significant amount of time could pass
before this unencrypted data is removed from memory.
Instead of using this attribute, use DefaultIIOPPasswordEncrypted
.
isIIOPEnabled()
,
getDefaultIIOPPasswordEncrypted()
void setDefaultIIOPPassword(java.lang.String password) throws javax.management.InvalidAttributeValueException
Sets the value of the DefaultIIOPPassword attribute.
password
- The new defaultIIOPPassword valuejavax.management.InvalidAttributeValueException
getDefaultIIOPPassword()
byte[] getDefaultIIOPPasswordEncrypted()
The encrypted password for the default IIOP user.
To set this attribute, use weblogic.management.EncryptionHelper.encrypt()
to encrypt the value. Then set this attribute to the output of the encrypt() method.
To compare a password that a user enters with the encrypted
value of this attribute, go to the same WebLogic Server instance
that you used to set and encrypt this attribute
and use weblogic.management.EncryptionHelper.encrypt()
to encrypt the user-supplied password. Then compare the encrypted values.
void setDefaultIIOPPasswordEncrypted(byte[] passwordEncrypted)
Sets the encrypted value of the DefaultIIOPPassword attribute.
passwordEncrypted
- The new encrypted valueboolean isTGIOPEnabled()
Specifies whether this server supports Tuxedo GIOP (TGIOP) requests. (Requires you to configure WebLogic Tuxedo Connector (WTC) for this server.)
void setTGIOPEnabled(boolean enable)
Sets the value of the TGIOPEnabled attribute.
enable
- The new TGIOPEnabled valueisTGIOPEnabled()
@Deprecated java.lang.String getDefaultTGIOPUser()
The default user associated with the Tuxedo GIOP (TGIOP) protocol. (Requires you to configure WebLogic Tuxedo Connector (WTC) for this server.)
void setDefaultTGIOPUser(java.lang.String user) throws javax.management.InvalidAttributeValueException
Sets the value of the DefaultTGIOPUser attribute.
user
- The new defaultTGIOPUser valuejavax.management.InvalidAttributeValueException
getDefaultTGIOPUser()
java.lang.String getDefaultTGIOPPassword()
The password for the default user associated with the Tuxedo GIOP (TGIOP) protocol. (Requires you to configure WebLogic Tuxedo Connector (WTC) for this server.)
As of 8.1 sp4, when you get the value of this attribute, WebLogic Server does the following:
DefaultTGIOPPasswordEncrypted
attribute.When you set the value of this attribute, WebLogic Server does the following:
DefaultTGIOPPasswordEncrypted
attribute to the
encrypted value.Using this attribute (DefaultTGIOPPassword
) is a potential security risk
in because the String object (which contains the unencrypted password) remains
the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how
memory is allocated in the JVM, a significant amount of time could pass
before this unencrypted data is removed from memory.
Instead of using this attribute, use DefaultTGIOPPasswordEncrypted
.
getDefaultTGIOPPasswordEncrypted()
void setDefaultTGIOPPassword(java.lang.String password) throws javax.management.InvalidAttributeValueException
Sets the value of the DefaultTGIOPPassword attribute.
password
- The new defaultTGIOPPassword valuejavax.management.InvalidAttributeValueException
getDefaultTGIOPPassword()
byte[] getDefaultTGIOPPasswordEncrypted()
The encrypted password for the default TGIOP user.
To set this attribute, use weblogic.management.EncryptionHelper.encrypt()
to encrypt the value. Then set this attribute to the output of the encrypt() method.
To compare a password that a user enters with the encrypted
value of this attribute, go to the same WebLogic Server instance
that you used to set and encrypt this attribute
and use weblogic.management.EncryptionHelper.encrypt()
to encrypt the user-supplied password. Then compare the encrypted values.
void setDefaultTGIOPPasswordEncrypted(byte[] passwordEncrypted)
Sets the encrypted value of the DefaultTGIOPPassword attribute.
passwordEncrypted
- The new encrypted defaultTGIOPPassword value@Deprecated boolean isCOMEnabled()
Specifies whether COM support is enabled on the regular (non-SSL) port. COM is not supported on the SSL port. (The remaining fields on this page are relevant only if you check this box.)
getListenPort()
@Deprecated void setCOMEnabled(boolean enable)
Sets the value of the COMEnabled attribute.
enable
- The new cOMEnabled valueisCOMEnabled()
void setJRMPEnabled(boolean enable)
Sets the value of the JRMPEnabled attribute.
enable
- The new JRMPEnabled valueisJRMPEnabled()
@Deprecated COMMBean getCOM()
Returns the server's COM configuration.
ServerDebugMBean getServerDebug()
The debug setting for this server.
boolean isHttpdEnabled()
Whether or not HTTP support is enabled on the regular port or SSL port.
getListenPort()
,
isTunnelingEnabled()
,
SSLMBean.getListenPort()
,
KernelMBean.getSSL()
void setHttpdEnabled(boolean enable)
Sets the value of the HttpdEnabled attribute.
enable
- The new httpdEnabled valueisHttpdEnabled()
,
isHttpdEnabled()
void setSystemPassword(java.lang.String password) throws javax.management.InvalidAttributeValueException
Sets the systemPassword attribute of the ServerMBean object
password
- The new systemPassword valuejavax.management.InvalidAttributeValueException
byte[] getSystemPasswordEncrypted()
The password required to access administrative functions on this server.
To set this attribute, use weblogic.management.EncryptionHelper.encrypt()
to encrypt the value. Then set this attribute to the output of the encrypt() method.
To compare a password that a user enters with the encrypted
value of this attribute, go to the same WebLogic Server instance
that you used to set and encrypt this attribute
and use weblogic.management.EncryptionHelper.encrypt()
to encrypt the user-supplied password. Then compare the encrypted values.
void setSystemPasswordEncrypted(byte[] passwordEncrypted)
Sets the encrypted systemPassword attribute of the ServerMBean object
passwordEncrypted
- The new encrypted systemPassword valueint getListenThreadStartDelaySecs()
Returns the maximum time that the server will wait for server sockets to bind before starting a listen thread.
Properties to consider for removal
void setListenThreadStartDelaySecs(int seconds) throws javax.management.InvalidAttributeValueException
seconds
- The new listenThreadStartDelaySecs valuejavax.management.InvalidAttributeValueException
boolean getListenersBindEarly()
Determines whether the server should bind server sockets early.
Early binding detects port conflicts quickly and also gives user feedback on the default listen port as to the server state.
void setListenersBindEarly(boolean value) throws javax.management.InvalidAttributeValueException
value
- The new listenersBinarly valuejavax.management.InvalidAttributeValueException
java.lang.String getListenAddress()
The IP address or DNS name this server uses to listen for
incoming connections. For example, enter 12.34.5.67
or mymachine
, respectively.
Note that the value you specify for the listen address is not the URL to the host machine and it does not include the communication protocol, listen port, or channel.
Servers can be reached through the following URL:
protocol://listen-address:listen-port
Any network channel that you configure for this server can override this listen address.
If a server's listen address is undefined, clients can reach the server through an IP address of the computer that hosts the server, a DNS name that resolves to the host, or the localhost string. The localhost string can be used only for requests from clients that are running on the same computer as the server.
If you want to limit the valid addresses for a server instance, specify one of the following:
IP address. If you provide an IP address, clients can specify either the IP address or a DNS name that maps to the IP address. Clients that specify an IP address and attempt to connect through an SSL port must disable hostname verification.
DNS name. If you provide a DNS name, clients can specify either the DNS name or the corresponding IP address.
Do not leave the listen address undefined on a computer that uses multiple IP address (a multihomed computer). On such a computer, the server will bind to all available IP addresses.
Note also that if you are using the demo certificates in a multi-server domain, Managed Server instances will fail to boot if you specify the fully-qualified DNS name. For information about this limitation and suggested workarounds, see "Limitation on CertGen Usage" in Administering Security for Oracle WebLogic Server.
getExternalDNSName()
,
getListenPort()
,
getInterfaceAddress()
,
SSLMBean.getListenPort()
,
KernelMBean.getSSL()
,
NetworkAccessPointMBean.getListenAddress()
void setListenAddress(java.lang.String address) throws javax.management.InvalidAttributeValueException
Sets the value of the ListenAddress attribute.
address
- The new listenAddress valuejavax.management.InvalidAttributeValueException
getListenAddress()
java.lang.String getExternalDNSName()
The external IP address or DNS name for this server.
This address will be sent with HTTP session cookies and with dynamic server lists to HTTP proxies. It will also be used by external application clients to enable the propagation of RMI traffic through network address translating (NAT) firewalls.
You must specify an external DNS name for configurations in which a firewall is performing network address translation, unless clients are accessing WebLogic Server using t3 and the default channel. For example, define the external DNS name for configurations in which a firewall is performing network address translation, and clients are accessing WebLogic Server using HTTP via a proxy plug-in.
getListenAddress()
,
NetworkAccessPointMBean.getExternalDNSName()
void setExternalDNSName(java.lang.String externalDNSName) throws javax.management.InvalidAttributeValueException
Sets the value of the ExternalDNSName attribute.
externalDNSName
- The new externalDNSName valuejavax.management.InvalidAttributeValueException
getExternalDNSName()
boolean getResolveDNSName()
Resolve the listen address to use for all T3 communication
getListenAddress()
,
getExternalDNSName()
,
NetworkAccessPointMBean.getResolveDNSName()
void setResolveDNSName(boolean flag)
Sets the value of the ResolveDNSName attribute.
flag
- The new resolveDNSName valuegetResolveDNSName()
java.lang.String getInterfaceAddress()
The IP address of the NIC that this server should use for multicast traffic.
getCluster()
,
setInterfaceAddress(java.lang.String)
,
ClusterMBean.getMulticastAddress()
void setInterfaceAddress(java.lang.String address) throws javax.management.InvalidAttributeValueException
address
- The new interfaceAddress valuejavax.management.InvalidAttributeValueException
java.lang.IllegalArgumentException
- if the argument is not a
well-formed IP address.NetworkAccessPointMBean[] getNetworkAccessPoints()
Network access points, or "NAPs", define additional ports and addresses that this server listens on. Additionally, if two servers both support the same channel for a given protocol, then new connections between them will use that channel.
NetworkAccessPointMBean lookupNetworkAccessPoint(java.lang.String name)
Look up an NetworkAccessPoint by name
name
- the key of the network access point.NetworkAccessPointMBean createNetworkAccessPoint(java.lang.String name)
Factory to create a new NetworkAccessPoint instance for this Server.
name
- void destroyNetworkAccessPoint(NetworkAccessPointMBean accessPoint)
Destroys a NetworkAccessPoint object.
accessPoint
- to be destroyed@Deprecated void setNetworkAccessPoints(NetworkAccessPointMBean[] networkAccessPoints) throws javax.management.InvalidAttributeValueException, ConfigurationException
networkAccessPoints
- The new networkAccessPoints valuejavax.management.InvalidAttributeValueException
ConfigurationException
getNetworkAccessPoints()
@Deprecated boolean addNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint) throws javax.management.InvalidAttributeValueException, ConfigurationException
networkAccessPoint
- The feature to be added to the NetworkAccessPoint attributejavax.management.InvalidAttributeValueException
ConfigurationException
getNetworkAccessPoints()
@Deprecated boolean removeNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint) throws javax.management.InvalidAttributeValueException, ConfigurationException
networkAccessPoint
- javax.management.InvalidAttributeValueException
ConfigurationException
getNetworkAccessPoints()
int getAcceptBacklog()
The number of backlogged, new TCP connection requests that should be allowed for this server's regular and SSL ports.
Setting the backlog to 0
may prevent this server
from accepting any incoming connection on some operating
systems.
getListenPort()
,
getAcceptBacklog()
,
NetworkAccessPointMBean.getAcceptBacklog()
void setAcceptBacklog(int count) throws javax.management.InvalidAttributeValueException
Sets the value of the AcceptBacklog attribute.
count
- The new acceptBacklog valuejavax.management.InvalidAttributeValueException
getAcceptBacklog()
int getLoginTimeoutMillis()
The login timeout for this server's default regular (non-SSL) listen port. This is the maximum amount of time allowed for a new connection to establish.
A value of 0
indicates there is no maximum.
SSLMBean.getLoginTimeoutMillis()
,
KernelMBean.getSSL()
,
NetworkAccessPointMBean.getLoginTimeoutMillis()
void setLoginTimeoutMillis(int count) throws javax.management.InvalidAttributeValueException
Sets the value of the LoginTimeoutMillis attribute.
count
- The new loginTimeoutMillis valuejavax.management.InvalidAttributeValueException
getLoginTimeoutMillis()
int getAdministrationPort()
The secure administration port for the server. This port requires that you enable the domain's administration port and that SSL is configured and enabled.
By default, the server uses the administration port that is specified at the domain level. To override the domain-level administration port for the current server instance, set this server's administration port.
DomainMBean.isAdministrationPortEnabled()
,
DomainMBean.getAdministrationPort()
,
KernelMBean.getSSL()
void setAdministrationPort(int port) throws javax.management.InvalidAttributeValueException
Sets the value of the ServerMBean's AdministrationPort attribute.
port
- The new administrationPort valuejavax.management.InvalidAttributeValueException
getAdministrationPort()
java.lang.String[] getJNDITransportableObjectFactoryList()
List of factories that create transportable objects.
void setJNDITransportableObjectFactoryList(java.lang.String[] list) throws javax.management.InvalidAttributeValueException
Sets the jNDITransportableObjectFactoryList attribute of the ServerMBean object
list
- The new jNDITransportableObjectFactoryList valuejavax.management.InvalidAttributeValueException
XMLRegistryMBean getXMLRegistry()
The server's XML registry, which is used to configure the behavior of JAXP (Java API for XML Parsing).
XMLRegistryMBean
void setXMLEntityCache(XMLEntityCacheMBean cache) throws javax.management.InvalidAttributeValueException
Sets the value of the XMLEntityCache attribute.
cache
- The new xMLEntityCache valuejavax.management.InvalidAttributeValueException
getXMLEntityCache()
XMLEntityCacheMBean getXMLEntityCache()
The server's XML entity cache, which is used to configure the behavior of JAXP (Java API for XML Parsing).
XMLEntityCacheMBean
void setXMLRegistry(XMLRegistryMBean registry) throws javax.management.InvalidAttributeValueException
Sets the value of the XMLRegistry attribute.
registry
- The new xMLRegistry valuejavax.management.InvalidAttributeValueException
getXMLRegistry()
java.lang.String getJavaCompiler()
The Java compiler to use for all applications hosted on this server that need to compile Java code.
void setJavaCompiler(java.lang.String javaCompiler) throws javax.management.InvalidAttributeValueException
Sets the value of the JavaCompiler attribute.
javaCompiler
- The new javaCompiler valuejavax.management.InvalidAttributeValueException
getJavaCompiler()
java.lang.String getJavaCompilerPreClassPath()
The options to prepend to the Java compiler classpath when compiling Java code.
void setJavaCompilerPreClassPath(java.lang.String preClassPath) throws javax.management.InvalidAttributeValueException
Sets the value of the JavaCompilerPreClassPath attribute.
preClassPath
- The new javaCompilerPreClassPath valuejavax.management.InvalidAttributeValueException
getJavaCompilerPreClassPath()
java.lang.String getJavaCompilerPostClassPath()
The options to append to the Java compiler classpath when compiling Java code.
void setJavaCompilerPostClassPath(java.lang.String postClassPath) throws javax.management.InvalidAttributeValueException
Sets the value of the JavaCompilerPostClassPath attribute.
postClassPath
- The new javaCompilerPostClassPath valuejavax.management.InvalidAttributeValueException
getJavaCompilerPostClassPath()
java.lang.String getExtraRmicOptions()
The options passed to the RMIC compiler during server-side generation.
Each EJB component can override the compiler options that you specify here.
EJBContainerMBean.getExtraRmicOptions()
void setExtraRmicOptions(java.lang.String options) throws javax.management.InvalidAttributeValueException
Sets the value of ServerMBean's ExtraRmicOptions attribute.
options
- The new extraRmicOptions valuejavax.management.InvalidAttributeValueException
getExtraRmicOptions()
java.lang.String getExtraEjbcOptions()
The options passed to the EJB compiler during server-side generation.
Each EJB component can override the compiler options that you specify here. The following options are valid:
EJBContainerMBean.getExtraEjbcOptions()
void setExtraEjbcOptions(java.lang.String options) throws javax.management.InvalidAttributeValueException
javax.management.InvalidAttributeValueException
@Deprecated java.lang.String getVerboseEJBDeploymentEnabled()
ServerDebugMBean.getDebugEjbDeployment()
Whether or not verbose deployment of EJBs is enabled.
@Deprecated void setVerboseEJBDeploymentEnabled(java.lang.String verbose)
ServerDebugMBean.setDebugEjbDeployment(boolean)
Sets the verboseEJBDeploymentEnabled attribute of the ServerMBean object
verbose
- The new verboseEJBDeploymentEnabled valuejava.lang.String getTransactionLogFilePrefix()
The path prefix for the server's JTA transaction log files. If the pathname is not absolute, the path is assumed to be relative to the server's root directory.
For a clustered server, if you plan to be able to migrate the Transaction Recovery Service from this server if it fails to another server (backup server) in the same cluster, you must store transaction log files on persistent storage, such as a Storage Area Network (SAN) device or a dual-ported disk, available to both servers.
Do not use an NFS file system to store transaction log files. Because of the caching scheme in NFS, transaction log files on disk may not always be current. Using transaction log files stored on an NFS device for recovery may cause data corruption.
void setTransactionLogFilePrefix(java.lang.String pathPrefix) throws javax.management.InvalidAttributeValueException
Sets the value of the TransactionLogFilePrefix attribute.
pathPrefix
- The new transactionLogFilePrefix valuejavax.management.InvalidAttributeValueException
getTransactionLogFilePrefix()
java.lang.String getTransactionLogFileWritePolicy()
The policy that determines how transaction log file entries are written to disk. This policy can affect transaction performance. (Note: To be transactionally safe, the Direct-Write policy may require additional OS or environment changes on some Windows systems.)
WebLogic Server supports the following policies:
Cache-Flush. Flushes operating system and on-disk caches after each write.
Direct-Write. Tells the operating system to write directly to disk with each write. Direct-Write performs better than Cache-Flush.
If Direct-Write is not supported on the host platform, the policy becomes Cache-Flush and a log message is printed.
Note: On Windows, the "Direct-Write" policy may leave transaction data in the on-disk cache without writing it to disk immediately. This is not transactionally safe because a power failure can cause loss of on-disk cache data. For transactionally safe writes using "Direct-Write" on Windows, either disable all write caching for the disk (enabled by default), or use a disk with a battery-backed cache.
The on-disk cache for a hard-drive on Windows can be disabled through system administration: Control-Panel -> System -> Hardware-tab -> Device-Manager-button -> Disk-Drives -> name-of-drive -> Policies-tab -> "Enable write caching on the disk" check-box. Some file systems do not allow this value to be changed. For example, a RAID system that has a reliable cache.
void setTransactionLogFileWritePolicy(java.lang.String policy) throws javax.management.InvalidAttributeValueException, DistributedManagementException
Sets the value of the TransactionLogFileWritePolicy attribute.
policy
- The new transactionLogFileWritePolicy valuejavax.management.InvalidAttributeValueException
DistributedManagementException
getTransactionLogFileWritePolicy()
boolean isTunnelingEnabled()
Specifies whether tunneling for the T3, T3S, HTTP, HTTPS, IIOP, and IIOPS protocols should be enabled for this server.
If you create network channels for this server, each channel can override this setting.
isHttpdEnabled()
,
NetworkAccessPointMBean.isTunnelingEnabled()
void setTunnelingEnabled(boolean enabled) throws DistributedManagementException
Sets the value of the TunnelingEnabled attribute.
enabled
- The new tunnelingEnabled valueDistributedManagementException
isTunnelingEnabled()
int getTunnelingClientPingSecs()
The interval (in seconds) at which to check a tunneled client to see if it is still alive.
If you create network channels for this server, each channel can override this setting.
NetworkAccessPointMBean.getTunnelingClientPingSecs()
void setTunnelingClientPingSecs(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the TunnelingClientPingSecs attribute.
secs
- The new tunnelingClientPingSecs valuejavax.management.InvalidAttributeValueException
getTunnelingClientPingSecs()
int getTunnelingClientTimeoutSecs()
The amount of time (in seconds) after which a missing tunneled client is considered dead.
If you create network channels for this server, each channel can override this setting.
NetworkAccessPointMBean.getTunnelingClientTimeoutSecs()
void setTunnelingClientTimeoutSecs(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the TunnelingClientTimeoutSecs attribute.
secs
- The new tunnelingClientTimeoutSecs valuejavax.management.InvalidAttributeValueException
getTunnelingClientTimeoutSecs()
int getAdminReconnectIntervalSeconds()
The number of seconds between reconnection attempts to the admin server. When the admin server fails the managed server will periodically try to connect back to it.
void setAdminReconnectIntervalSeconds(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the AdminReconnectIntervalSeconds attribute.
secs
- The new restartIntervalSeconds valuejavax.management.InvalidAttributeValueException
getAdminReconnectIntervalSeconds()
boolean isJMSDefaultConnectionFactoriesEnabled()
Specifies whether this server uses JMS default connection factories.
WebLogic Server provides the following JMS default connection factories:
weblogic.jms.ConnectionFactory
weblogic.jms.XAConnectionFactory
An XA factory is required for JMS applications to use JTA user-transactions,
but is not required for transacted sessions.
All other preconfigured attributes for the default connection factories are set
to the same default values as a user-defined connection factory.
If the preconfigured settings of the default factories are appropriate
for your application, you do not need to configure any additional factories
for your application.
Note: When using the default connection factories, you have no control over targeting the WebLogic Server instances where the connection factory may be deployed. However, you can disable the default connection factories on a per-server basis. To deploy a connection factory on independent servers, on specific servers within a cluster, or on an entire cluster, you need to configure a connection factory and specify the appropriate server targets. The default Java EE 7 JMS Connection Factory, java:comp/DefaultJMSConnectionFactory, will be available even when the WebLogic JMS default connection factories are disabled.
void setJMSDefaultConnectionFactoriesEnabled(boolean enabled) throws DistributedManagementException
Sets the value of the JMSDefaultConnectionFactoriesEnabled attribute.
enabled
- The new jMSDefaultConnectionFactoriesEnabled valueDistributedManagementException
isJMSDefaultConnectionFactoriesEnabled()
void setJMSConnectionFactoryUnmappedResRefMode(java.lang.String unmappedResRefMode) throws DistributedManagementException
Sets the value of JMS Connection Factory Unmapped Resource Reference Mode.
unmappedResRefMode
- DistributedManagementException
void setName(java.lang.String name) throws javax.management.InvalidAttributeValueException, ManagementException
Set the value of the Name attribute.
setName
in interface ConfigurationMBean
setName
in interface WebLogicMBean
name
- The new name valuejavax.management.InvalidAttributeValueException
ManagementException
getName()
java.lang.String getName()
An alphanumeric name for this server instance. (Spaces are not valid.)
The name must be unique for all configuration objects in the domain. Within a domain, each server, machine, cluster, JDBC connection pool, virtual host, and any other resource type must be named uniquely and must not use the same name as the domain.
For more information on server naming conventions, see Domain and Server Name Restrictions in Understanding Domain Configuration for Oracle WebLogic Server.
The server name is not used as part of the URL for applications that are deployed on the server. It is for your identification purposes only. The server name displays in the Administration Console, and if you use WebLogic Server command-line utilities or APIs, you use this name to identify the server.
After you have created a server, you cannot change its name. Instead, clone the server and provide a new name for the clone.
getName
in interface ConfigurationMBean
getName
in interface WebLogicMBean
ServerStartMBean getServerStart()
Returns the ServerStartMBean that can be used to start up this server remotely.
@Deprecated int getListenDelaySecs()
Perpetuated for compatibility with 6.1 only.
void setListenDelaySecs(int seconds)
Sets the listenDelaySecs attribute of the ServerMBean object
seconds
- The new listenDelaySecs valueJTAMigratableTargetMBean getJTAMigratableTarget()
Returns the JTAMigratableTargetMBean that is used to deploy the JTA Recovery Service to (is the server's cluster is not null).
@Deprecated int getLowMemoryTimeInterval()
The amount of time (in seconds) that defines the interval over which this server determines average free memory values.
By default, the server obtains an average free memory value every 3600 seconds.
@Deprecated void setLowMemoryTimeInterval(int seconds) throws javax.management.InvalidAttributeValueException
Sets the value of the LowMemoryTimeInterval attribute.
seconds
- The new lowMemoryTimeInterval valuejavax.management.InvalidAttributeValueException
getLowMemoryTimeInterval()
@Deprecated int getLowMemorySampleSize()
The number of times this server samples free memory during the time period specified by LowMemoryTimeInterval.
Increasing the sample size can improve the accuracy of the reading.
@Deprecated void setLowMemorySampleSize(int sampleSize)
Sets the value of the LowMemorySampleSize attribute.
sampleSize
- The new lowMemorySampleSize valuegetLowMemorySampleSize()
@Deprecated int getLowMemoryGranularityLevel()
The granularity level (in percent) that this server uses for logging low memory conditions and changing the server health state to Warning.
For example, if you specify 5 and the average free memory drops by 5% or more over two measured intervals, the server logs a low memory warning in the log file and changes the server health state to Warning.
@Deprecated void setLowMemoryGranularityLevel(int size)
Sets the value of the LowMemoryGranularityLevel attribute.
size
- The new lowMemoryGranularityLevel valuegetLowMemoryGranularityLevel()
@Deprecated int getLowMemoryGCThreshold()
The threshold level (in percent) that this server uses for
logging low memory conditions and changing the server health state
to Warning
.
For example, if you specify 5, the server logs a low memory
warning in the log file and changes the server health state to
Warning
after the average free memory reaches 5% of the
initial free memory measured at the server's boot time.
@Deprecated void setLowMemoryGCThreshold(int size)
Sets the value of the LowMemoryGCThreshold attribute.
size
- The new lowMemoryGCThreshold valuegetLowMemoryGCThreshold()
java.lang.String getStagingDirectoryName()
The directory path on the Managed Server where all staged (prepared) applications are placed.
If an absolute directory name is not specified, the path is relative to the root directory "/". Once configured, you cannot change the staging directory name. Remove all applications from the server prior to changing this attribute. The default staging directory is "stage", relative to the server root.
java.lang.String getUploadDirectoryName()
The directory path on the Administration Server where all uploaded applications are placed.
If an absolute directory name is not specified, the path is relative to the root directory "/". The default staging directory is "stage", relative to the server root. On the Managed Server this returns null, and is not configurable.
void setUploadDirectoryName(java.lang.String dir)
Sets the value of the UploadDirectoryName attribute.
dir
- The new uploadDirectoryName valuegetUploadDirectoryName()
java.lang.String getStagingMode()
The mode that specifies whether an application's files are copied from a source on the Administration Server to the Managed Server's staging area during application preparation.
During application preparation, the application's files are
copied from the source on the Administration Server to the Managed
Server's staging area. If you specify nostage
or
external_stage
, the copy will not occur. This is
useful when the staging area is a shared directory, already
containing the application files, or if this is a single server
domain. The administrator must ensure that the Managed Server's
staging directory is set appropriately. Deployment errors will
result if the application is not available during the preparation
or activation of the application. Each application can override the
staging mode specified here.
ApplicationMBean.getStagingMode()
void setStagingMode(java.lang.String staging)
Sets the value of the StagingMode attribute.
staging
- The new stagingMode valuegetStagingMode()
boolean getAutoRestart()
Specifies whether the Node Manager can automatically restart this server if it crashes or otherwise goes down unexpectedly.
void setAutoRestart(boolean enable)
Sets the value of the AutoRestart attribute.
enable
- The new autoRestart valuegetAutoRestart()
@Deprecated boolean getAutoKillIfFailed()
This is the equivalent of setting the OverloadProtectionMBean failureAction to "force-shutdown" and the panicAction to "system-exit".
void setAutoKillIfFailed(boolean enable)
Sets the value of the AutoKillIfFailed attribute.
enable
- The new autoKillIfFailed valuegetAutoKillIfFailed()
int getRestartIntervalSeconds()
The number of seconds during which this server can be restarted, up to the number of times specified in RestartMax.
getRestartMax()
void setRestartIntervalSeconds(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the RestartIntervalSeconds attribute.
secs
- The new restartIntervalSeconds valuejavax.management.InvalidAttributeValueException
getRestartIntervalSeconds()
int getRestartMax()
The number of times that the Node Manager can restart this server within the interval specified in RestartIntervalSeconds.
void setRestartMax(int value) throws javax.management.InvalidAttributeValueException
Sets the value of the RestartMax attribute.
value
- The new restartMax valuejavax.management.InvalidAttributeValueException
getRestartMax()
int getHealthCheckIntervalSeconds()
The number of seconds that defines the frequency of this server's self-health monitoring. The server monitors the health of it's subsystems every HealthCheckIntervalSeconds and changes the Server's overall state if required.
void setHealthCheckIntervalSeconds(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the HealthCheckIntervalSeconds attribute.
secs
- The new healthCheckIntervalSeconds valuejavax.management.InvalidAttributeValueException
getHealthCheckIntervalSeconds()
@Deprecated int getHealthCheckTimeoutSeconds()
The number of seconds the Node Manager should wait before timing out its health query to this server.
If the timeout is reached, Node Managed assumes the Managed Server has failed.
@Deprecated void setHealthCheckTimeoutSeconds(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the HealthCheckTimeoutSeconds attribute.
secs
- The new healthCheckTimeoutSeconds valuejavax.management.InvalidAttributeValueException
getHealthCheckTimeoutSeconds()
void setHealthCheckStartDelaySeconds(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the HealthCheckStartDelaySeconds attribute.
secs
- The new healthCheckStartDelaySeconds valuejavax.management.InvalidAttributeValueException
getHealthCheckStartDelaySeconds()
int getRestartDelaySeconds()
The number of seconds the Node Manager should wait before restarting this server.
After killing a server process, the system might need several seconds to release the TCP port(s) the server was using. If Node Manager attempts to restart the Managed Server while its ports are still active, the startup attempt fails.
If AutoMigration is enabled and RestartDelaySeconds is 0, the RestartDelaySeconds is automatically set to the lease time. This prevents the server from failing to restart after migration when the previous lease is still valid.
void setRestartDelaySeconds(int secs) throws javax.management.InvalidAttributeValueException
Sets the value of the RestartDelaySeconds attribute.
secs
- The new restartDelaySeconds valuejavax.management.InvalidAttributeValueException
getRestartDelaySeconds()
void setClasspathServletDisabled(boolean enabled)
Sets the value of the ClasspathServletDisabled attribute.
enabled
- The new classpathServletDisabled valueisClasspathServletDisabled()
boolean isClasspathServletDisabled()
The ClasspathServlet will serve any class file in the classpath and is registered by default in every Web application (including management). It does not need to be turned on for many applications though, and represents a security hole if unchecked while the ClassPathServletSecureModeEnabled is also set to false.
WLS components such as JDBC and JMS rely on the ClasspathServlet. If the servlet can not be disabled, then set the ClassPathServletSecureModeEnabled to true.
isClasspathServletSecureModeEnabled()
void setDefaultInternalServletsDisabled(boolean enabled)
Sets the value of the DefaultInternalServletsDisabled attribute.
enabled
- The new defaultInternalServletsDisabled valueisDefaultInternalServletsDisabled()
boolean isDefaultInternalServletsDisabled()
Specifies whether all default servlets in the servlet engine are disabled.
This includes: weblogic.servlet.ClasspathServlet weblogic.servlet.utils.iiop.GetIORServlet weblogic.rjvm.http.TunnelSendServlet weblogic.rjvm.http.TunnelRecvServlet weblogic.rjvm.http.TunnelLoginServlet weblogic.rjvm.http.TunnelCloseServlet If set to true, this property overrides the ClasspathServletDisabled property.
@Deprecated java.lang.String getServerVersion()
The release identifier for the server. Since this is a configured attribute it is only as accurate as the configuration. The form of the version is major.minor.servicepack.rollingpatch. Not all parts of the version are required. i.e. "7" is acceptable.
@Deprecated void setServerVersion(java.lang.String version)
Sets the value of the ServerVersion attribute.
version
- The new serverVersion valuegetServerVersion()
void setStartupMode(java.lang.String mode)
Sets the value of the StartupMode attribute.
mode
- The new startupMode valuegetStartupMode()
java.lang.String getStartupMode()
The state in which this server should be started. If you specify
STANDBY
, you must also enable the domain-wide
administration port.
If you specify INACTIVE
, the server will not be started
and is just a placeholder server.
To bring up this server we need to change startupMode
to other value.
In the RUNNING
state, a server offers its services
to clients and can operate as a full member of a cluster. In the
ADMIN
state, the server is up and running,
but available only for administration operations, allowing you to
perform server and application-level administration tasks without
risk to running applications.
In the STANDBY
state, a server instance does not process
any request; its regular Listen Port is closed. The Administration Port is open.
It only accepts life cycle commands that transition the server instance to either
the RUNNING
or the SHUTDOWN
state. Other Administration requests are not accepted.
A STANDBY
server's only purpose is to resume into the RUNNING
state quickly;
it saves server startup time.
void setServerLifeCycleTimeoutVal(int timeoutVal)
Sets the value of the ServerLifeCycleTimeoutVal attribute.
timeoutVal
- The new serverLifeCycleTimeoutVal valueint getServerLifeCycleTimeoutVal()
Number of seconds a force shutdown operation waits before timing
out and killing itself. If the operation does not complete within
the configured timeout seconds, the server will shutdown
automatically if the state of the server at that time was
SHUTTING_DOWN
.
A value of 0
means that the server will wait
indefinitely for life cycle operation to complete.
void setGracefulShutdownTimeout(int timeout)
Sets the value of the GracefulShutdownTimeout attribute.
timeout
- The new gracefulShutdownTimeout valuegetGracefulShutdownTimeout()
void setStartupTimeout(int timeoutVal)
Sets the timeout value for server start and resume operations. If the server fails to start in the timeout period, it will force shutdown.
int getStartupTimeout()
Timeout value for server start and resume operations. If the server fails to start in the timeout period, it will force shutdown.
A value of 0
means that the server will wait
indefinitely for the operation to complete.
int getGracefulShutdownTimeout()
Number of seconds a graceful shutdown operation waits before forcing a shut down. A graceful shutdown gives WebLogic Server subsystems time to complete certain application processing currently in progress. If subsystems are unable to complete processing within the number of seconds that you specify here, then the server will force shutdown automatically.
A value of 0
means that the server will wait
indefinitely for graceful shutdown to complete.
The graceful shutdown timeout applies only to graceful shutdown operations.
getServerLifeCycleTimeoutVal()
boolean isIgnoreSessionsDuringShutdown()
Indicates whether a graceful shutdown operation drops all HTTP sessions immediately.
If this is set to false
, a
graceful shutdown operation waits for HTTP sessions to complete or
timeout.
void setIgnoreSessionsDuringShutdown(boolean ignoreSessions)
Sets the value of the IgnoreSessionsDuringShutdown attribute.
ignoreSessions
- The new ignoreSessionsDuringShutdown valueisIgnoreSessionsDuringShutdown()
boolean isManagedServerIndependenceEnabled()
Specifies whether this Managed Server can be started when the Administration Server is unavailable.
In such a case, the Managed Server retrieves its configuration by reading a configuration file and other files directly.
void setManagedServerIndependenceEnabled(boolean enable)
Sets the value of the ManagedServerIndependenceEnabled attribute.
enable
- The new managedServerIndependenceEnabled valueisManagedServerIndependenceEnabled()
@Deprecated boolean isMSIFileReplicationEnabled()
Specifies whether the Administration Server replicates its configuration files to this Managed Server.
With file replication enabled, the Administration Server copies
its configuration file and SerializedSystemIni.dat
into the Managed Server's root directory every 5 minutes. This
option does not replicate a boot identity file.
Regardless of the name of the configuration file that you used
to start the Administration Server, the replicated file is always
named msi-config.xml
. For example, if you specified
-Dweblogic.ConfigFile=MyConfig.xml
when you started
the Administration Server, if you have enabled file replication,
the Administration Server copies MyConfig.xml
and
names the copy msi-config.xml
.
Depending on your backup schemes and the frequency with which you update your domain's configuration, this option might not be worth the performance cost of copying potentially large files across a network.
@Deprecated void setMSIFileReplicationEnabled(boolean enable)
Sets the value of the MSIFileReplicationEnabled attribute.
enable
- The new mSIFileReplicationEnabled valueisMSIFileReplicationEnabled()
void setClientCertProxyEnabled(boolean ccp)
Sets the value of the ClientCertProxyEnabled attribute.
ccp
- The new clientCertProxyEnabled valueWebAppContainerMBean.setClientCertProxyEnabled(boolean)
,
ClusterMBean.setClientCertProxyEnabled(boolean)
,
isClientCertProxyEnabled()
boolean isClientCertProxyEnabled()
Specifies whether the HttpClusterServlet
proxies the
client certificate in a special header.
By default (or if you specify false
), the
weblogic.xml
deployment descriptor for each web
application that is deployed on this server determines whether the
web application trusts certificates sent from the proxy server
plugin. By default (or if the deployment descriptor specifies
false
), users cannot log in to the web application
from a proxy server plugin.
A value of true
causes proxy-server plugins to pass
identity certifications from clients to all web applications that
are deployed on this server instance. A proxy-server plugin encodes
each identify certification in the
WL-Proxy-Client-Cert
header and passes the header to
WebLogic Server instances. A WebLogic Server instance takes the
certificate information from the header, trusting that it came from
a secure source, and uses that information to authenticate the
user.
If you specify true
, use a
weblogic.security.net.ConnectionFilter
to ensure that
this WebLogic Server instance accepts connections only from the
machine on which the proxy-server plugin is running. Specifying
true
without using a connection filter creates a
security vulnerability because the
WL-Proxy-Client-Cert
header can be spoofed.
A cluster can also specify whether the
HttpClusterServlet
proxies the client certificate in a
special header. The cluster-level setting overrides the setting in
individual servers that are part of the cluster.
ConnectionFilter
,
WebAppContainerMBean.isClientCertProxyEnabled()
,
ClusterMBean.isClientCertProxyEnabled()
void setWeblogicPluginEnabled(boolean wpe)
Sets the value of the ServerMBean's WebLogicPluginEnabled attribute.
wpe
- The new weblogicPluginEnabled valueisWeblogicPluginEnabled()
,
WebAppContainerMBean.setWeblogicPluginEnabled(boolean)
,
ClusterMBean.setWeblogicPluginEnabled(boolean)
boolean isWeblogicPluginEnabled()
Specifies whether this server uses the proprietary
WL-Proxy-Client-IP
header.
Set this attribute to true
to specify that this server instance
uses the proprietary WL-Proxy-Client-IP
header, which is recommended if
the server instance will receive requests from a proxy plug-in. If the server instance is a
member of a cluster that will receive proxied requests, enable the WebLogic plug-in at the
cluster level. For servers that are members of a cluster, the setting at the cluster
level overrides the server's setting. When the WebLogic plug-in is enabled at the cluster level,
a call to getRemoteAddr
will return the address of the browser client
from the proprietary WL-Proxy-Client-IP
header instead of the Web server.
Set this attrbute to false
to disable the weblogic-plugin-enabled
parameter, weblogic-plugin-enabled=false
, in the config.xml
file.
Note: If you are using Oracle HTTP Server, the WebLogic Proxy Plug-In,
or Oracle Traffic Director to distribute client requests to a Managed Server or a cluster,
Oracle recommends setting this attribute to true
.
WebAppContainerMBean.isWeblogicPluginEnabled()
,
ClusterMBean.isWeblogicPluginEnabled()
boolean getHostsMigratableServices()
Gets the hostsMigratableServices attribute of the ServerMBean object
void setHttpTraceSupportEnabled(boolean tse)
Attackers may abuse HTTP TRACE functionality to gain access to information in HTTP headers such as cookies and authentication data. In the presence of other cross-domain vulnerabilities in web browsers, sensitive header information could be read from any domains that support the HTTP TRACE method.
This attribute is for disabling HTTP TRACE support. It is duplicated both in ClusterMBean and ServerMBean so the attribute HttpTraceSupportEnabled can be used cluster-wide. ClusterMBean overrides ServerMBean
WebAppContainerMBean.setHttpTraceSupportEnabled(boolean)
,
ClusterMBean.setHttpTraceSupportEnabled(boolean)
boolean isHttpTraceSupportEnabled()
Returns the HttpTraceSupportEnabled value
java.lang.String getKeyStores()
Which configuration rules should be used for finding the server's identity and trust keystores?
void setKeyStores(java.lang.String keystores)
Sets the value of the KeyStores attribute.
keystores
- The new keyStores valuegetKeyStores()
java.lang.String getCustomIdentityKeyStoreFileName()
The source of the identity keystore. For a JKS or PKCS12 keystore, the source is the path and file name. For an Oracle Key Store Service (KSS) keystore, the source is the KSS URI.
If using a JKS or PKCS12 keystore, the keystore path name must either be absolute or relative to where the server was booted.
If using a KSS keystore, the keystore URI must be of the form:
kss://system/keystorename
where keystorename
is the name of the keystore
registered in KSS.
The value in this attribute is only
used if KeyStores
is CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST
,
CUSTOM_IDENTITY_AND_CUSTOM_TRUST
or
CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST
.
void setCustomIdentityKeyStoreFileName(java.lang.String fileName)
Sets the value of the CustomIdentityKeyStoreFileName attribute.
fileName
- The new customIdentityKeyStoreFileName valuegetCustomIdentityKeyStoreFileName()
java.lang.String getCustomIdentityKeyStoreType()
The type of the keystore. Generally, this is
JKS
or PKCS12
. If using the Oracle Key Store Service, this is
KSS
If empty or null, then the JDK's default keystore type
(specified in java.security
) is used. The custom
identity key store type is only used if KeyStores
is
CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST
,
CUSTOM_IDENTITY_AND_CUSTOM_TRUST
or
CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST
.
void setCustomIdentityKeyStoreType(java.lang.String type)
Sets the value of the CustomIdentityKeyStoreType attribute.
type
- The new customIdentityKeyStoreType valuegetCustomIdentityKeyStoreType()
java.lang.String getCustomIdentityKeyStorePassPhrase()
The encrypted custom identity keystore's passphrase. If empty or null, then the keystore will be opened without a passphrase.
This attribute is only used if KeyStores is CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST
,
CUSTOM_IDENTITY_AND_CUSTOM_TRUST
or CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST
.
When you get the value of this attribute, WebLogic Server does the following:
CustomIdentityKeyStorePassPhraseEncrypted
attribute.When you set the value of this attribute, WebLogic Server does the following:
CustomIdentityKeyStorePassPhraseEncrypted
attribute to the
encrypted value.Using this attribute (CustomIdentityKeyStorePassPhrase
) is a potential security risk because
the String object (which contains the unencrypted password) remains in
the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how
memory is allocated in the JVM, a significant amount of time could pass
before this unencrypted data is removed from memory.
Instead of using this attribute, use CustomIdentityKeyStorePassPhraseEncrypted
.
getCustomIdentityKeyStorePassPhraseEncrypted()
void setCustomIdentityKeyStorePassPhrase(java.lang.String passPhrase)
Sets the value of the CustomIdentityKeyStorePassPhrase attribute.
passPhrase
- The new customIdentityKeyStorePassPhrase valuegetCustomIdentityKeyStorePassPhrase()
,
setCustomIdentityKeyStorePassPhraseEncrypted(byte[])
byte[] getCustomIdentityKeyStorePassPhraseEncrypted()
Returns encrypted pass phrase defined when creating the keystore.
void setCustomIdentityKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted)
Sets the encrypted value of the CustomIdentityKeyStorePassPhrase attribute.
passPhraseEncrypted
- The new encrypted customIdentityKeyStorePassPhrase valuegetCustomIdentityKeyStorePassPhraseEncrypted()
java.lang.String getCustomTrustKeyStoreFileName()
The source of the custom trust keystore. For a JKS or PKCS12 keystore, the source is the path and file name. For an Oracle Key Store Service (KSS) keystore, the source is the KSS URI.
If using a JKS or PKCS12 keystore, the keystore path name must either be absolute or relative to where the server was booted.
If using a KSS keystore, the keystore URI must be of the form:
kss://system/keystorename
where keystorename
is the name of the keystore
registered in KSS.
The value in this attribute is only
used if KeyStores
is CUSTOM_IDENTITY_AND_CUSTOM_TRUST
.
void setCustomTrustKeyStoreFileName(java.lang.String fileName)
Sets the value of the CustomTrustKeyStoreFilename attribute.
fileName
- The new customTrustKeyStoreFileName valuegetCustomTrustKeyStoreFileName()
java.lang.String getCustomTrustKeyStoreType()
The type of the keystore. Generally, this is
JKS
or PKCS12
. If using the Oracle Key Store Service, this is
KSS
If empty or null, then the JDK's default keystore type
(specified in java.security
) is used. This keystore type is only
used if KeyStores is CUSTOM_IDENTITY_AND_CUSTOM_TRUST.
void setCustomTrustKeyStoreType(java.lang.String type)
Sets the value of the CustomTrustKeyStoreType attribute.
type
- The new customTrustKeyStoreType valuegetCustomTrustKeyStoreType()
java.lang.String getCustomTrustKeyStorePassPhrase()
The custom trust keystore's passphrase. If empty or null, then the keystore will be opened without a passphrase.
This attribute is only used if KeyStores is CUSTOM_IDENTITY_AND_CUSTOM_TRUST.
When you get the value of this attribute, WebLogic Server does the following:
CustomTrustKeyStorePassPhraseEncrypted
attribute.When you set the value of this attribute, WebLogic Server does the following:
CustomTrustKeyStorePassPhraseEncrypted
attribute to the
encrypted value.Using this attribute (CustomTrustKeyStorePassPhrase
) is a potential security risk because
the String object (which contains the unencrypted password) remains in
the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how
memory is allocated in the JVM, a significant amount of time could pass
before this unencrypted data is removed from memory.
Instead of using this attribute, use CustomTrustKeyStorePassPhraseEncrypted
.
getCustomTrustKeyStorePassPhraseEncrypted()
void setCustomTrustKeyStorePassPhrase(java.lang.String passPhrase)
Sets the value of the CustomTrustKeyStorePassPhrase attribute.
passPhrase
- The new customTrustKeyStorePassPhrase valuegetCustomTrustKeyStorePassPhrase()
,
setCustomTrustKeyStorePassPhraseEncrypted(byte[])
byte[] getCustomTrustKeyStorePassPhraseEncrypted()
The custom trust keystore's encrypted passphrase. If empty or null, then the keystore will be opened without a passphrase.
This attribute is only used if KeyStores is CUSTOM_IDENTITY_AND_CUSTOM_TRUST.
To set this attribute, use weblogic.management.EncryptionHelper.encrypt()
to encrypt the value. Then set this attribute to the output of the encrypt() method.
To compare a password that a user enters with the encrypted
value of this attribute, use the same WebLogic Server instance
that you used to set and encrypt this attribute
and use weblogic.management.EncryptionHelper.encrypt()
to encrypt the user-supplied password. Then compare the encrypted values.
void setCustomTrustKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted)
Sets the encrypted value of the CustomTrustKeyStorePassPhrase attribute.
passPhraseEncrypted
- The new encrypted customTrustKeyStorePassPhrase valuegetCustomTrustKeyStorePassPhraseEncrypted()
java.lang.String getJavaStandardTrustKeyStorePassPhrase()
The password for the Java Standard Trust keystore. This password is defined when the keystore is created.
If empty or null, then the keystore will be opened without a passphrase.
This attribute is only used if KeyStores is CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST or DEMO_IDENTITY_AND_DEMO_TRUST.
When you get the value of this attribute, WebLogic Server does the following:
JavaStandardTrustKeyStorePassPhraseEncrypted
attribute.When you set the value of this attribute, WebLogic Server does the following:
JavaStandardTrustKeyStorePassPhraseEncrypted
attribute to the
encrypted value.Using this attribute (JavaStandardTrustKeyStorePassPhrase
) is a potential security risk because
the String object (which contains the unencrypted password) remains in
the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how
memory is allocated in the JVM, a significant amount of time could pass
before this unencrypted data is removed from memory.
Instead of using this attribute, use JavaStandardTrustKeyStorePassPhraseEncrypted
.
getJavaStandardTrustKeyStorePassPhraseEncrypted()
void setJavaStandardTrustKeyStorePassPhrase(java.lang.String passPhrase)
Sets the value of the JavaStandardTrustKeyStorePhrase attribute.
passPhrase
- The new javaStandardTrustKeyStorePassPhrase valuegetJavaStandardTrustKeyStorePassPhrase()
,
setJavaStandardTrustKeyStorePassPhraseEncrypted(byte[])
byte[] getJavaStandardTrustKeyStorePassPhraseEncrypted()
The encrypted password for the Java Standard Trust keystore. This password is defined when the keystore is created.
To set this attribute, use weblogic.management.EncryptionHelper.encrypt()
to encrypt the value. Then set this attribute to the output of the encrypt() method.
To compare a password that a user enters with the encrypted
value of this attribute, go to the same WebLogic Server instance
that you used to set and encrypt this attribute
and use weblogic.management.EncryptionHelper.encrypt()
to encrypt the user-supplied password. Then compare the encrypted values.
void setJavaStandardTrustKeyStorePassPhraseEncrypted(byte[] passPhraseEncrypted)
Sets the encrypted value of the JavaStandardTrustKeyStorePhrase attribute.
passPhraseEncrypted
- The new encrypted javaStandardTrustKeyStorePassPhrase valuegetJavaStandardTrustKeyStorePassPhraseEncrypted()
void setReliableDeliveryPolicy(WSReliableDeliveryPolicyMBean mbean)
Sets the value of the ReliableDeliveryPolicy attribute.
mbean
- The new reliableDeliveryPolicy valuegetReliableDeliveryPolicy()
WSReliableDeliveryPolicyMBean getReliableDeliveryPolicy()
The reliable delivery policy for web services.
boolean isMessageIdPrefixEnabled()
Indicates whether message IDs in logged messages will include a prefix. Message ids are 6 digit numeric strings that can be optionally presented in a log entry with a prefix. The prefix used by server messages is "BEA-".
void setMessageIdPrefixEnabled(boolean prefix)
Sets the value of the MessageIdPrefixEnabled attribute.
prefix
- The new messageIdPrefixEnabled valueisMessageIdPrefixEnabled()
DefaultFileStoreMBean getDefaultFileStore()
Controls the configuration of the default persistent store on this server. Each server has a default store, which is a file-based object repository used by various subsystems.
MachineMBean[] getCandidateMachines()
Limits the list of candidate machines that the cluster specifies. (Requires you to enable this server for automatic migration and to configure the cluster with a set of candidate machines.)
If this server fails and if it is enabled for automatic migration, Node Manager automatically restarts it. By default, Node Manager restarts the server on any of the candidate machines that the cluster specifies (in order of preference that you configured in the cluster). To change the default, you use this server's list of candidate machines to create a subset of the cluster-wide candidates. You can also change the order of preference.
void setCandidateMachines(MachineMBean[] machines)
Sets the value of the CandidateMachines attribute.
getCandidateMachines()
OverloadProtectionMBean getOverloadProtection()
java.lang.String getJDBCLLRTableName()
The table name for this server's Logging Last Resource (LLR)
database table(s). WebLogic Server creates the table(s) and then uses
them during transaction processing for the LLR transaction optimization.
This setting must be unique for each server. The default table name is
WL_LLR_SERVERNAME
.
This setting only applies if this server hosts one or more LLR-enabled JDBC data sources.
The format for the tables that WebLogic Server creates is [[[catalog.]schema.]name.] Each "." in the table name is significant, and schema generally corresponds to username in many databases.
IMPORTANT: If this value is changed but the LLR table already exists in the database, you must preserve the existing table's data. Consequently, when changing the table name, the existing database table must be renamed by a database administrator to match the new configured table name. Otherwise, transaction records may be lost, resulting in heuristic failures that aren't logged.
IMPORTANT: Each server's table name must be unique. Multiple LLR-enabled data sources within the same server may share the same table, but multiple servers must not share the same table. If multiple same-named servers share a table, the behavior is undefined and it is likely that transactions will not recover properly after a crash, creating heuristic hazards.
void setJDBCLLRTableName(java.lang.String name)
boolean isUseFusionForLLR()
Enables the use of the ADM_DDL
store procedure for LLR. The
default value is false
(not enabled).
When enabled, a WLS_
prefix and _DYD
suffix is
is automatically added to the LLR table name at runtime so the LLR table name
in server configuration is not consistent with the actual table name in database.
void setUseFusionForLLR(boolean isUseFusionForLLR)
Sets the value of the UseFusionForLLR attribute. When true, the ADM_DDL store procedure is used for LLR. The LLR table name still applies.
isUseFusionForLLR()
int getJDBCLoginTimeoutSeconds()
void setJDBCLoginTimeoutSeconds(int timeout)
WLDFServerDiagnosticMBean getServerDiagnosticConfig()
FederationServicesMBean getFederationServices()
Gets the Federation Services MBean
SingleSignOnServicesMBean getSingleSignOnServices()
Gets the Single Sign-On Services MBean
WebServiceMBean getWebService()
Gets Web service configuration for this server
@Deprecated int getNMSocketCreateTimeoutInMillis()
@Deprecated void setNMSocketCreateTimeoutInMillis(int timeout) throws javax.management.InvalidAttributeValueException, DistributedManagementException
javax.management.InvalidAttributeValueException
DistributedManagementException
void setCoherenceClusterSystemResource(CoherenceClusterSystemResourceMBean coherenceClusterSystemResource)
coherenceClusterSystemResource
- CoherenceClusterSystemResourceMBean getCoherenceClusterSystemResource()
void setVirtualMachineName(java.lang.String vmName)
@Deprecated java.lang.String getVirtualMachineName()
java.lang.String getReplicationPorts()
void setReplicationPorts(java.lang.String ports)
TransactionLogJDBCStoreMBean getTransactionLogJDBCStore()
The JDBC TLOG store used for transaction logging.
DataSourceMBean getDataSource()
The datasource configuration for the server.
CoherenceMemberConfigMBean getCoherenceMemberConfig()
Returns the Coherence Operational Config overrides associated with this Server.
int getMaxConcurrentNewThreads()
void setMaxConcurrentNewThreads(int maxConcurrentNewThreads)
int getMaxConcurrentLongRunningRequests()
void setMaxConcurrentLongRunningRequests(int maxConcurrentLongRunningRequests)
WebLogicMBean getParent()
Return the immediate parent for this MBean
getParent
in interface WebLogicMBean
void setParent(WebLogicMBean parent) throws ConfigurationException
Change the parent for this MBean
setParent
in interface WebLogicMBean
ConfigurationException
void setClasspathServletSecureModeEnabled(boolean enabled)
Sets the value of the ClasspathServletSecureModeEnabled attribute.
enabled
- The new classpathServletSecureModeEnabled valueisClasspathServletSecureModeEnabled()
boolean isClasspathServletSecureModeEnabled()
If secure mode is enabled, the ClasspathServlet will serve only class files from wellknown packages required for JDBC and JMS functionality. If secure mode is disabled, it represents a security hole if unchecked as the ClassPatchServlet will serve any class in the classpath and is registered by default in every Web application (including management).
If set to true, the ClasspathServlet will not be disabled by the DefaultInternalServletsDisabled value of true.
void setSitConfigPollingInterval(int interval)
interval
- The polling interval in secondsint getSitConfigPollingInterval()
void setSessionReplicationOnShutdownEnabled(boolean enable)
boolean isSessionReplicationOnShutdownEnabled()
void setCleanupOrphanedSessionsEnabled(boolean enable)
boolean isCleanupOrphanedSessionsEnabled()
boolean isSynchronizedSessionTimeoutEnabled()
Indicates whether to also invalidate all the other sessions when one of the sessions that share the same ID expires.
void setSynchronizedSessionTimeoutEnabled(boolean enabled)
Sets the value for SynchronizedSessionTimeoutEnabled.
enabled
- void setSitConfigRequired(boolean isRequired)
isRequired
- - true if situational config files are required, false otherwise.boolean isSitConfigRequired()
HealthScoreMBean getHealthScore()
Returns HealthScore MBean instance for this Server or ServerTemplate.
HealthScoreMBean createHealthScore()
Factory to create a HealthScore MBean instance for this Server or ServerTemplate.
void destroyHealthScore()
Destroys a HealthScore MBean instance for this Server or ServerTemplate.