edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Web Service: Monitoring: Ports
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 Name of 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, assign the server to a machine and 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
- Start and stop a Web Service
- View the Web Service configuration
- View the SOAP message handlers of a Web Service
- View the WSDL of a Web Service
- Associate a WS-Policy file with a Web Service
- Introducing WebLogic Web Services
- Getting Started With WebLogic Web Services Using JAX-WS
- Getting Started With WebLogic Web Services Using JAX-RPC
- Programming Advanced Features of WebLogic Web Services Using JAX-WS
- Programming Advanced Features of WebLogic Web Services Using JAX-RPC
- Securing WebLogic Web Services
- WebLogic Web Services Reference