Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Monitoring: Ports

Configuration Options     Related Tasks     Related Topics

This page lists the ports configured for this Web Service, and the transport used to invoke the methods of this port. Possible transports include HTTP, HTTPS, and JMS. Click on the name of the port to view additional monitoring information.

Configuration Options

Name Description
Port Name

Specifies the name of this port.

This attribute corresponds to the "name" attribute of the "port" element in the WSDL that describes the Web Service. Programmers specify the name of the port using the portName attribute of the

MBean Attribute:
WseePortRuntimeMBean.PortName

Transport Protocol Type

Specifies the transport protocol used to invoke this Web Service, such as HTTP, HTTPS, or JMS.

This attribute determines the transport that is published in the endpoint address section of the WSDL of the Web Service. Programmers specify the transport by the type of @WLXXXTransport JWS annotation they specify, where XXX refers to the type of transport (HTTP, HTTPS, or JMS).

Programmers can also use the WLXXXTransport child element of the jwsc Ant task to specify this attribute.

MBean Attribute:
WseePortRuntimeMBean.TransportProtocolType

Service Name

The name of this service.

Application

The name of the Enterprise application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

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:
ServerMBean.Machine

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

Server

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.

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:
ServerMBean.Name

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

Active Server Count

The number of servers where this webservice is available.

URI

Provides the URI of this service.

Invocation Count

Specifies the total number of times that this operation has been invoked in the current measurement period.

The measurement period typically starts when WebLogic Server was first started.

MBean Attribute:
WseeOperationRuntimeMBean.InvocationCount

Dispatch Time Total

Specifies the total time for all dispatches of this operation in the current measurement period.

Dispatches refer to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server was first started.

MBean Attribute:
WseeOperationRuntimeMBean.DispatchTimeTotal

Execution Time Total

Specifies the total time for all executions of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ExecutionTimeTotal

Response Time Total

Specifies the total time for all responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseTimeTotal

Response Count

Specifies the total number of responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseCount

Response Error Count

Specifies the total number of errors from responses generated from invocations of this operation.

MBean Attribute:
WseeOperationRuntimeMBean.ResponseErrorCount

Related Tasks

Related Topics


Back to Top