bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

Server

Description

This class represents a Weblogic Server. A WebLogic Server is a Java process that is a container for J2EE applications.

Syntax

<!ELEMENT Server ( WebServer? | COM? | NetworkAccessPoint* | ServerStart? | 
   SSL? | IIOP? | Log? | ExecuteQueue* )* >
<!ATTLIST Server
   AcceptBacklog              CDATA                    "50"
   AdministrationPort         CDATA                    "0"
   AutoKillIfFailed           (true | false)           "false"
   AutoRestart                (true | false)           "true"
   COMEnabled                 (true | false)           "false"
   ClasspathServletDisabled   (true | false)           "false"
   ClientCertProxyEnabled     (true | false)           "false"
   Cluster                    CDATA                    #IMPLIED
   ClusterRuntime             CDATA                    #IMPLIED
   ClusterWeight              CDATA                    "100"
   CompleteCOMMessageTimeout  CDATA                    "60"
   CompleteHTTPMessageTimeout
                              CDATA                    "60"
   CompleteIIOPMessageTimeout
                              CDATA                    "60"
   CompleteT3MessageTimeout   CDATA                    "60"
   DefaultIIOPPassword        CDATA                    #IMPLIED
   DefaultIIOPUser            CDATA                    #IMPLIED
   DefaultProtocol            (t3 | t3s | http |
                               https | iiop)           "t3"
   DefaultSecureProtocol      (t3s | https)            "t3s"
   DefaultTGIOPPassword       CDATA                    "guest"
   DefaultTGIOPUser           CDATA                    "guest"
   DomainLogFilter            CDATA                    #IMPLIED
   EnabledForDomainLog        (true | false)           "true"
   ExpectedToRun              (true | false)           "true"
   ExternalDNSName            CDATA                    #IMPLIED
   ExtraRmicOptions           CDATA                    #IMPLIED
   HealthCheckIntervalSeconds
                              CDATA                    "180"
   HealthCheckTimeoutSeconds  CDATA                    "60"
   HttpdEnabled               (true | false)           "true"
   IIOPEnabled                (true | false)           "true"
   IdleIIOPConnectionTimeout  CDATA                    "60"
   InstrumentStackTraceEnabled
                              (true | false)           "true"
   InterfaceAddress           CDATA                    #IMPLIED
   J2EE12OnlyModeEnabled      (true | false)           "false"
   JDBCLogFileName            CDATA                    "jdbc.log"
   JDBCLoggingEnabled         (true | false)           "false"
   JMSDefaultConnectionFactoriesEnabled
                              (true | false)           "true"
   JNDITransportableObjectFactoryList
                              CDATA                    #IMPLIED
   JavaCompiler               CDATA                    "javac"
   JavaCompilerPostClassPath  CDATA                    #IMPLIED
   JavaCompilerPreClassPath   CDATA                    #IMPLIED
   ListenAddress              CDATA                    #IMPLIED
   ListenDelaySecs            CDATA                    "0"
   ListenPort                 CDATA                    "7001"
   ListenPortEnabled          (true | false)           "true"
   LogRemoteExceptionsEnabled
                              (true | false)           "false"
   LoginTimeout               CDATA                    "1000"
   LoginTimeoutMillis         CDATA                    "5000"
   Logs                       CDATA                    #IMPLIED
   LowMemoryGCThreshold       CDATA                    "5"
   LowMemoryGranularityLevel  CDATA                    "5"
   LowMemorySampleSize        CDATA                    "10"
   LowMemoryTimeInterval      CDATA                    "3600"
   MSIFileReplicationEnabled  (true | false)           "false"
   Machine                    CDATA                    #IMPLIED
   ManagedServerIndependenceEnabled
                              (true | false)           "true"
   MaxCOMMessageSize          CDATA                    "10000000"
   MaxHTTPMessageSize         CDATA                    "10000000"
   MaxIIOPMessageSize         CDATA                    "10000000"
   MaxOpenSockCount           CDATA                    "2147483647"
   MaxT3MessageSize           CDATA                    "10000000"
   Name                       CDATA                    #REQUIRED
   NativeIOEnabled            (true | false)           "true"
   Notes                      CDATA                    #IMPLIED
   PreferredSecondaryGroup    CDATA                    #IMPLIED
   ReplicationGroup           CDATA                    #IMPLIED
   RestartDelaySeconds        CDATA                    "0"
   RestartIntervalSeconds     CDATA                    "3600"
   RestartMax                 CDATA                    "2"
   ReverseDNSAllowed          (true | false)           "false"
   ServerLifeCycleTimeoutVal  CDATA                    "120"
   ServerVersion              CDATA                    "unknown"
   StagingMode                (stage | nostage |
                               external_stage)         #IMPLIED
   StartupMode                CDATA                    "RUNNING"
   StdoutDebugEnabled         (true | false)           "false"
   StdoutEnabled              (true | false)           "true"
   StdoutFormat               (standard | noid)        "standard"
   StdoutLogStack             (true | false)           "true"
   StdoutSeverityLevel        (64 | 32 | 16 | 8 | 4 |
                               2 | 1)                  "16"
   StuckThreadMaxTime         CDATA                    "600"
   StuckThreadTimerInterval   CDATA                    "600"
   TGIOPEnabled               (true | false)           "false"
   ThreadPoolPercentSocketReaders
                              CDATA                    "33"
   TransactionLogFilePrefix   CDATA                    "./"
   TunnelingClientPingSecs    CDATA                    "45"
   TunnelingClientTimeoutSecs
                              CDATA                    "40"
   TunnelingEnabled           (true | false)           "false"
   UploadDirectoryName        CDATA                    #IMPLIED
   VerboseEJBDeploymentEnabled
                              CDATA                    "false"
   XMLEntityCache             CDATA                    #IMPLIED
   XMLRegistry                CDATA                    #IMPLIED
>

Parent Elements

The Server element can be a child of these elements:

Attributes

Table 62-1 ServerMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Accept-Backlog

Allowed backlog of new TCP connection requests for both the plaintext and SSL port. Setting the backlog to 0 may prevent accepting any incoming connection on some of the OS.

Default: 50

Minimum: 0

Accept Backlog

Administration-Port

The secure administration port for the server. The setter is used to override the same field in the DomainMBean for this server. If its value is not zero then the same field in the DomainMBean will be used for the server. This port requires SSL to be configured and enabled.

An active administration port only allows connections with administrator credentials. Its existence also prevents any other ports on the server from accepting connections with administrator credentials.

Supports T3S and HTTPS protocols. The managed server will require to use -Dweblogic.management.server=https://admin_server:administration_port to connect to the admin server

Default: 0

Minimum: 0

Maximum: 65534

Local Administration Port Override (0: no override)

Auto-Kill-If-Failed

Enables/Disables automatic kill of a Failed server by the Node Manager.

Default: false

Auto Kill If Failed

Auto-Restart

Enables/Disables automatic restart of a crashed server by the Node Manager.

Default: true

Auto Restart

COMEnabled

Whether or not COM support is enabled on the plaintext port. (COM is not supported on the SSL port.)

Default: false

Enable COM

Classpath-Servlet-Disabled

The ClasspathServlet will serve any class file in the classpath and is registered by default in every webapp (including management). It does not need to be turned on for many applications though, and represents a security hole if unchecked. default false


Classpath Servlet Disabled

Client-Cert-Proxy-Enabled

HttpClusterServlet will proxy the client certificate in a special header. This is a security hole if left open, as that header could be spoofed fairly easily with any certificate. The ServletRequest has that functionality turned off by default now. This will turn it back on. It's strongly suggested that it's used only in conjunction with ConnectionFilters to make certain the WebLogic proxy machine is the only one connecting. This is duplicated in CluterMBean both for compatability with wls610 as well as being able to set it cluster-wide. ClusterMBean overrides ServerMBean

Default: false

Client Cert Proxy Enabled

Cluster

The cluster to which this server belongs. If set, the server will listen for cluster multicast events.


Cluster

Cluster-Runtime

Returns an mbean containing runtime information about the cluster which was started from this configuration mbean. Returns null if no such cluster exists.


Cluster Runtime

Cluster-Weight

Defines a value used specify the proportion of the load the server will bear relative to other servers in a cluster.

If all servers have the default weight (100) 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.

Default: 100

Minimum: 1

Maximum: 100

Cluster Weight

Complete-COMMessage-Timeout

Specify the maximum number of seconds spent waiting for a complete COM message to be received. This attribute helps guard against denial of service attacks in which a caller indicates that they will be sending a message of a certain size which they never finish sending. This setting only applies to connections that are initiated using one of the default ports (ServerMBean setListenPort and setAdministrationPort or SSLMBean setListenPort). Connections on additional ports are tuned via the NetworkChannelMBean.

Default: 60

Minimum: 0

Maximum: 480

Units: seconds

Complete COMMessage Timeout

Complete-HTTPMessage-Timeout

Specify the maximum number of seconds spent waiting for a complete HTTP message to be received. This attribute helps guard against denial of service attacks in which a caller indicates that they will be sending a message of a certain size which they never finish sending. This setting only applies to connections that are initiated using one of the default ports (ServerMBean setListenPort and setAdministrationPort or SSLMBean setListenPort). Connections on additional ports are tuned via the NetworkChannelMBean.

Default: 60

Minimum: 0

Maximum: 480

Units: seconds

Complete HTTPMessage Timeout

Complete-IIOPMessage-Timeout

Specify the maximum number of seconds spent waiting for a complete IIOP message to be received. This attribute helps guard against denial of service attacks in which a caller indicates that they will be sending a message of a certain size which they never finish sending.

Default: 60

Minimum: 0

Maximum: 480

Units: seconds

Complete IIOPMessage Timeout

Complete-T3Message-Timeout

Specify the maximum number of seconds spent waiting for a complete T3 message to be received. This attribute helps guard against denial of service attacks in which a caller indicates that they will be sending a message of a certain size which they never finish sending. This setting only applies to connections that are initiated using one of the default ports (ServerMBean setListenPort and setAdministrationPort or SSLMBean setListenPort). Connections on additional ports are tuned via the NetworkChannelMBean.

Default: 60

Minimum: 0

Maximum: 480

Units: seconds

Complete T3Message Timeout

Default-IIOPPassword

The password for the default IIOP user.

Default: null

Default IIOPPassword

Default-IIOPUser

The default IIOP user.

Default: null

Default IIOPUser

Default-Protocol

The protocol to be used for connections when none is specified.

Default: "t3"

Valid values:

  • "t3"

  • "t3s"

  • "http"

  • "https"

  • "iiop"

Default Protocol

Default-Secure-Protocol

The protocol to be used for secure connections when none is specified.

Default: "t3s"

Valid values:

  • "t3s"

  • "https"

Default Secure Protocol

Default-TGIOPPassword

The password for the default TGIOP user.

Default: "guest"

Default TGIOPPassword

Default-TGIOPUser

The default TGIOP user.

Default: "guest"

Default TGIOPUser

Domain-Log-Filter

Determines which messages this server sends to the domain log. If you specify none, the server sends all messages of severity ERROR and higher. This list contains all Domain Log Filters that have been defined for the domain. A server can user only one Domain Log Filter.

This property is relevant only if Log To Domain Fileis enabled.


Domain Log Filter

Enabled-For-Domain-Log

Determines whether this server sends messages to the domain log (in addition to keeping its own log).

Default: true

Log to Domain Logfile

Expected-To-Run

If this server expected to run if the domain is started.

Default: true

Expected To Run

External-DNSName

The external DNS name for the current server, which will be sent with http session cookies and also with the dynamic server lists to http proxies. This is required for configurations in which a firewall is performing Network Address Translation.

Default: null

External DNSName

Extra-Rmic-Options

The extra options passed to rmic during server-side generation.

Default: null

Extra rmic Options

Health-Check-Interval-Seconds

Periodicity (in seconds) of the server's health checks. This controls the frequency of the server's self-health monitoring and the Node Manager's health queries.

Default: 180

Minimum: 1

Maximum: 2147483647

Units: seconds

Health Check Interval

Health-Check-Timeout-Seconds

Time (in seconds) the Node Manager should wait before timing out its health query to the server.

Default: 60

Minimum: 1

Maximum: 2147483647

Units: seconds

Health Check Timeout

Httpd-Enabled

Whether or not HTTP support is enabled on the plaintext or SSL port.

Default: true

Enable HTTPD

IIOPEnabled

Whether or not IIOP support is enabled for both the SSL and non-SSL ports.

Default: true

Enable IIOP

Idle-IIOPConnection-Timeout

Specify the maximum number of seconds an IIOP connection is allowed to be idle before it is closed by the server. This attribute helps guard against server deadlock through too many open connections.

Default: 60

Minimum: 0

Units: seconds

Idle IIOPConnection Timeout

Instrument-Stack-Trace-Enabled

Determines whether exception messages include the server-side stack trace.

Default: true

Instrument Stack Trace Enabled

Interface-Address

Defines the interface address used to specify the NIC that handles cluster multicast traffic.


Interface Address

J2EE12Only-Mode-Enabled

Perpetuated for compatibility with 6.1 GA only. Indicates a version 6.1 server that cannot deploy modules based on EJB 2.0 or Servlet 2.3.

Default: false

J2EE12Only Mode Enabled

JDBCLog-File-Name

The name of the JDBC log file. If the pathname is not absolute, the path is assumed to be relative to the root directory of the machine on which the server is running. If the log has no path element and is atomic, ie. jdbc.log to avoid name space conflicts the file will be placed relative to the root directory in ./SERVER_NAME/

Default: "jdbc.log"

JDBC Logfile Name

JDBCLogging-Enabled

Determines whether this server maintains a JDBC log file.


Enable JDBC Logging

JMSDefault-Connection-Factories-Enabled

Enables JMS default connection factories.

Default: true

Enable Default JMS Connection Factories

JNDITransportable-Object-Factory-List

List of factories that create transportable objects.


JNDITransportable Object Factory List

Java-Compiler

The Java Compiler for all applications that need to compile Java code.

Default: "javac"

Java Compiler

Java-Compiler-Post-Class-Path

The options to append to the Java compiler classpath for when we need to compile Java code.

Default: null

Append to classpath

Java-Compiler-Pre-Class-Path

The options to prepend to the Java compiler classpath for when we need to compile Java code.

Default: null

Prepend to classpath

Listen-Address

The TCP listen address for this server.


Listen Address

Listen-Delay-Secs

Perpetuated for compatibility with 6.1 only.

Default: 0

Listen Delay Secs

Listen-Port

The plain-text (non-SSL) listen port for this server. If this is disabled the SSL port must be enabled. Additional ports can be configured using network channels (see NetworkChannelMBean). The cluster (multicast) port is configured seperately (see getCluster).

Default: 7001

Minimum: 1

Maximum: 65534

Listen Port

Listen-Port-Enabled

Get if the plain-text (non-SSL) port is enabled for the server. If this is set to false, the SSL listen port must be configured and enabled.

Default: true

Listen Port Enabled

Log-Remote-Exceptions-Enabled

Determines whether the server message log includes exceptions that are raised in remote systems.

Default: false

Log Remote Exceptions Enabled

Login-Timeout

Not used, use getLoginTimeoutMillis instead.

Default: 1000

Minimum: 0

Units: milliseconds

Login Timeout

Login-Timeout-Millis

The login timeout for the server's plain-text (non-SSL) port, in milliseconds. This is the maximum amount of time allowed for a new connection to establish. A value of 0 indicates there is no maximum. The value must be equal to or greater than 0.

Default: 5000

Minimum: 0

Maximum: 100000

Units: milliseconds

Login Timeout

Logs

Get logs from the Node Manager for this server. The type is either "WL_output" or "WL_error".


Logs

Low-Memory-GCThreshold

The threshold level at which we will try to garbage collect once the granularity reporting level has been met.

Default: 5

Minimum: 0

Maximum: 99

Low Memory GCThreshold

Low-Memory-Granularity-Level

The granularity level used in reporting LowMemory information.

Default: 5

Minimum: 1

Maximum: 100

Low Memory Granularity Level

Low-Memory-Sample-Size

The total sample size used for LowMemoryTimeInterval. Only '1' sample is take at each LowMemoryTimeInterval.

Default: 10

Minimum: 1

Maximum: 2147483647

Low Memory Sample Size

Low-Memory-Time-Interval

The time interval. So every configured 'time', one sample will be taken up to the LowMemorySampleSize and then repeated.

Default: 3600

Minimum: 1

Maximum: 2147483647

Units: seconds

Low Memory Time Interval

MSIFile-Replication-Enabled

Indicates whether the replication of configuration files is enabled for a 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.

You must enable Managed Server Independence to replicate configuration files.

Do not enable file replication for a server that shares an installation or root directory with another server. Unpredictable errors can occur for both servers.

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.

Default: false

MSI File Replication Enabled

Machine

The machine on which this server is meant to run. If the server is already running, this will migrate the server to a different machine. If the machine is the same as the machine is the server is already running on, this is a no-op.

Migration consists of taking down the machine using the stop method on the Server (#stop), and restarting the server on the new machine. If anything fails during migration, the appropriate exception will be thrown.

Setting the machine to null means that the server should not be started. If it is already running, it is shutdown.


Machine

Managed-Server-Independence-Enabled

Indicates whether Managed Server Independence is enabled for this server. With Managed Server Independence enabled, you can start a Managed Server even if the Administration Server is unavailable. In such a case, the Managed Server retrieves its configuration by reading a configuration file and other files directly.

Default: true

Managed Server Independence Enabled

Max-COMMessage-Size

Specify the maximum COM message size allowable in a message header. This attribute attempts to prevent a denial of service attack whereby a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests. This setting only applies to connections that are initiated using one of the default ports (ServerMBean setListenPort and setAdministrationPort or SSLMBean setListenPort). Connections on additional ports are tuned via the NetworkChannelMBean.

Default: 10000000

Minimum: 4096

Maximum: 2000000000

Units: bytes

Max COMMessage Size

Max-HTTPMessage-Size

Specify the maximum HTTP message size allowable in a message header. This attribute attempts to prevent a denial of service attack whereby a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests. This setting only applies to connections that are initiated using one of the default ports (ServerMBean setListenPort and setAdministrationPort or SSLMBean setListenPort). Connections on additional ports are tuned via the NetworkChannelMBean.

Default: 10000000

Minimum: 4096

Maximum: 2000000000

Units: bytes

Max HTTPMessage Size

Max-IIOPMessage-Size

Specify the maximum IIOP message size allowable in a message header. This attribute attempts to prevent a denial of service attack whereby a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests.

Default: 10000000

Minimum: 4096

Maximum: 2000000000

Units: bytes

Max IIOPMessage Size

Max-Open-Sock-Count

The maximum number of open sockets allowed in server at a given point of time. When max threshold is reached, server stops accepting any more new requests until no of sockets drops below threshold.

Default: 2147483647

Minimum: 0

Maximum: 2147483647

Max Open Sock Count

Max-T3Message-Size

Specify the maximum T3 message size allowable in a message header. This attribute attempts to prevent a denial of service attack whereby a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests. This setting only applies to connections that are initiated using one of the default ports (ServerMBean setListenPort and setAdministrationPort or SSLMBean setListenPort). Connections on additional ports are tuned via the NetworkChannelMBean.

Default: 10000000

Minimum: 4096

Maximum: 2000000000

Units: bytes

Max T3Message Size

Name

The name of the MBean.


Name

Native-IOEnabled

Whether or not native I/O is enabled for the server.

Default: true

Native IOEnabled

Notes

Optional information that you can include to describe this configuration.


Notes

Preferred-Secondary-Group

Defines secondary clustered instances considered for hosting replicas of the primary HTTP session states created on the server.


Preferred Secondary Group

Replication-Group

Defines preferred clustered instances considered for hosting replicas of the primary HTTP session states created on the server.


Replication Group

Restart-Delay-Seconds

Time (in seconds) the Node Manager should wait before restarting the server. This value will be used in cases such as the OS not allowing listen ports to be reused immedietly.

Default: 0

Minimum: 0

Maximum: 2147483647

Units: seconds

Restart Delay Seconds

Restart-Interval-Seconds

Interval (in seconds) during which a server can be restarted RestartMax times.

Default: 3600

Minimum: 300

Maximum: 2147483647

Units: seconds

Restart Interval

Restart-Max

Number of times a server can be restarted within an interval of RestartIntervalSeconds seconds.

Default: 2

Minimum: 0

Maximum: 2147483647

Max Restarts within Interval

Reverse-DNSAllowed

Returns whether or not the kernel is allowed to perform reverse DNS lookups.

Default: false

Reverse DNSAllowed

Server-Life-Cycle-Timeout-Val

Number of seconds a ServerLifeCycle operation waits before timing out. It is currently enabled for only shutdown and force shutdown operations. If the operation does not complete within the configured timeout seconds, then the server will shutdown automatically if the state of the server at that time was SHUTTING_DOWN or if the operation was force shutdown. Otherwise, a ServerLifecycleException will be thrown with a message desribing the timeout condition.

The default value is 120 seconds. A value of 0means that the server will wait indefinitely for life cycle operation to complete.

Default: 120

Minimum: 0

Units: seconds

Timeout for Server Lifecycle Operations

Server-Version

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.

Default: "unknown"

Server Version

Staging-Mode

During application preparation, the application's files are copied from the source on the admin server to the managed server's staging area. If this attribute is 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. This attribute can be overridden with the ApplicationMBean StagingMode attribute.

Default: null

Valid values:

  • "stage"

  • "nostage"

  • "external_stage"

Staging Mode

Startup-Mode

Startup Mode for the server

Default: "RUNNING"

Startup Mode

Stdout-Debug-Enabled

Determines whether the server sends debug messages to standard out in addition to the log file. You must enable Log to Standard Outfor this property to be relevant.

Default: false

Stdout Debug Enabled

Stdout-Enabled

Enables the server to send messages to standard out in addition to the log file. Use StdoutDebugEnabled and StdoutSeverityLevelto determine the type of messages that the server sends to standard out.

Default: true

Stdout Enabled

Stdout-Format

The output format to use when logging to the console.

Default: "standard"

Valid values:

  • "standard"

  • "noid"

Stdout Format

Stdout-Log-Stack

Whether to dump stack traces to the console when included in logged message.

Default: true

Stdout Log Stack

Stdout-Severity-Level

The minimum severity of a message that the server sends to standard out. You must enable Log to Standard Out for this value to be relevant.

The values of severities are INFO(64), WARNING(32), ERROR(16), NOTICE(8), CRITICAL(4), ALERT(2) and EMERGENCY(1). The lower the number, the higher the severity.

Default: 16

Valid values:

  • 64

  • 32

  • 16

  • 8

  • 4

  • 2

  • 1

Stdout Severity Level

Stuck-Thread-Max-Time

The time that is used to determine when a thread might be stuck. If a thread has been working for this time, it might be stuck in some bad state.

Default: 600

Minimum: 0

Maximum: 2147483647

Units: seconds

Stuck Thread Max Time

Stuck-Thread-Timer-Interval

The time interval that is used to scan the state of the running threads. This along with StuckThreadMaxTime is used to determine when a thread might be stuck.

Default: 600

Minimum: 0

Maximum: 2147483647

Units: seconds

Stuck Thread Timer Interval

TGIOPEnabled

Whether or not TGIOP support is enabled.

Default: false

TGIOPEnabled

Thread-Pool-Percent-Socket-Readers

The percentage (1-99) of execute threads from the default queue hat may be used as socket readers.

Default: 33

Minimum: 1

Maximum: 99

Thread Pool Percent Socket Readers

Transaction-Log-File-Prefix

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 root directory of the machine on which the server is running.

Default: "./"

Transaction Log File Prefix

Tunneling-Client-Ping-Secs

Interval (in seconds) at which to ping an http-tunneled client to see if its still alive (in seconds).

Default: 45

Minimum: 1

Units: seconds

Tunneling Client Ping

Tunneling-Client-Timeout-Secs

Duration (in seconds) after which a missing http-tunneled client is considered dead (in seconds).

Default: 40

Minimum: 1

Units: seconds

Tunneling Client Timeout

Tunneling-Enabled

Enables tunneling via HTTP.

Default: false

Enable Tunneling

Upload-Directory-Name

Identifies the directory path on the AdminServer where all uploaded applications are placed. If an absolute directory name is not specified, the path is relative to rootdirectory/ The default staging directory is "stage", relative to the server root.. On the ManagedServer this returns null, and is not configurable


Upload Directory Name

Verbose-EJBDeployment-Enabled

Whether or not verbose deployment of EJB's is enabled.

Default: "false"

Verbose EJBDeployment Enabled

XMLEntity-Cache

The XML Entity Cache for the server


XMLEntity Cache

XMLRegistry

The XML Registry for the server.


XMLRegistry


 

 

Back to Top Previous Next