WebSphere:*,type=DynamicRoute
MBean DynamicRoute
This MBean provides the management interfaces for request mapping and workload management through an intermediary.
Operation Summary | |
java.lang.String | debugRouting( Starts generating debug information for the web resources identified by the "url" parameter. |
java.lang.String | stopDebugRouting() Disables routing debug of requests. |
Operation Detail |
public java.lang.String debugRouting(java.lang.String url,
java.lang.String level
)
url
-
The URL representing request traffic to be debugged.level
-
The level of debug data that is generated. This parameter can take the value, "routingOnly", for routing related information identifying the application and cluster, or "selectionOnly", for information related to identifying the server selected and the workload management decisions made to route the request, or "all", for all routing related information.
public java.lang.String stopDebugRouting()