Configuration Options Advanced Configuration Options Related Tasks Related Topics
Use this page to configure general features of this server such as default network communications.
Name | Description |
---|---|
Name |
An alphanumeric name for this server instance. This field will not accept spaces. 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. 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. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Machine |
The WebLogic Server host computer (machine) on which this server is meant to run. If you want to use a Node Manager to start this server, you must assign the server to a machine and you must configure the machine for the Node Manager. You cannot change this value if a server instance is already running. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Cluster |
The cluster, or group of WebLogic Server instances, to which this server belongs. If set, the server will listen for cluster multicast events. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Listen Address |
The IP address or DNS name this server uses to listen for incoming connections. Servers can be reached through the following URL: 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 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:
Do not leave the listen address undefined on a Windows computer that uses multiple IP address (a multihomed computer). On such a computer, the server will bind to all available IP addresses.
MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Listen Port Enabled |
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. MBean Attribute: |
Listen Port |
The default TCP port that this server uses to listen for regular (non-SSL) incoming connections. 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. MBean Attribute: Minimum value: Maximum value: |
Machine |
The WebLogic Server host computer (machine) on which this server is meant to run. If you want to use a Node Manager to start this server, you must assign the server to a machine and you must configure the machine for the Node Manager. You cannot change this value if a server instance is already running. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Cluster |
The cluster, or group of WebLogic Server instances, to which this server belongs. If set, the server will listen for cluster multicast events. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
SSL Listen Port Enabled |
Indicates whether the server can be reached through the default SSL listen port. If the administration port is enabled for the WebLogic Server domain, then administrative traffic travels over the administration port and application traffic travels over the Listen Port and SSL Listen Port. If the administration port is disabled, then all traffic travels over the Listen Port and SSL Listen Port. MBean Attribute: Secure value: |
SSL Listen Port |
The TCP/IP port at which this server listens for SSL connection requests. MBean Attribute: Minimum value: Maximum value: |
Client Cert Proxy Enabled |
Specifies whether the HttpClusterServlet proxies the client certificate in a special header. By default (or if you specify A value of If you specify 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. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Java Compiler |
The Java compiler to use for all applications hosted on this server that need to compile Java code. MBean Attribute: Secure value: |
Name | Description |
---|---|
Startup Mode |
The state in which this server should be started. If you specify STANDBY, you must also enable the domain-wide administration port. In the MBean Attribute: |
WebLogic Plug-In Enabled |
Specifies whether this server 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 plugin 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 plugin is enabled, a call to
MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Prepend to classpath |
The options to prepend to the Java compiler classpath when compiling Java code. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Append to classpath |
The options to append to the Java compiler classpath when compiling Java code. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Extra RMI Compiler Options |
The options passed to the RMIC compiler during server-side generation. Each EJB component can override the compiler options that you specify here. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Extra EJB Compiler Options |
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:
MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
External Listen Address |
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. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Local Administration Port Override |
Overrides the domain-wide administration port and specifies a different listen port on which this server listens for administrative requests. Valid only if the administrative channel is enabled for the domain. By default, if you enable the domain's administrative channel, all servers in the domain use the same listen port to listen for administrative requests. MBean Attribute: Minimum value: Maximum value: Secure value: |
JDBC LLR Table Name |
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 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. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
![]() ![]() |