Use The Diagnostic Console - BEA WebLogic User Manual

Mobility server
Hide thumbs Also See for WebLogic:
Table of Contents

Advertisement

Ensure Diagnostics is Installed in Your Web Application
To ensure diagnostics is installed in your web application check that the diagnostics entry in the
web.xml file is uncommented. See the section "Example web.xml: Enable Diagnostics".
Example web.xml: Diagnostics Servlet
<servlet>
<servlet-name>DiagnosticsServlet</servlet-name>
<servletclass>com.mobileaware.diagnostics.http.server.DiagnosticsServlet
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>DiagnosticsServlet</servlet-name>
<url-pattern>/Diagnostics/*</url-pattern>
</servlet-mapping>
About the Diagnostics Server
When connecting to BEA WebLogic Server, the CLI uses t3 (jndi protocol) to transport
diagnostic messages. This is enabled when the web.xml file is configured for diagnostics.
Start the Diagnostic Console
The startup file for the Diagnostic Console (DiagnosticsConsole.exe) is located in the <bea
installation directory>\weblogic81\mobility\applications directory
On Windows – run DiagnosticsConsole.exe
Alternatively, if WebLogic Mobility Server is accessible from the Windows Start Menu (as
chosen on installation), the Diagnostic Console is in the Applications sub-folder.
On UNIX – run DiagnosticsConsole.
Start the Diagnostic Command Line
The startup script for the Diagnostic Command-Line Interface (CLI) is located in the <bea
installation directory>\weblogic81\mobility\applications directory. (This script is enabled by
default when WebLogic Mobility Server is installed.)
Windows —DiagnosticsTextUI.exe
UNIX —DiagnosticsTextUI.

Use the Diagnostic Console

The Diagnostic Console is used to monitor WebLogic Mobility Server as it processes single
HTTP request / responses. The console provides an easy-to-use interface for entering the various
settings required to create the HTTP request and to view the response it generates. It can also be
used to modify requests from devices and browsers.
Configure the Diagnostics Console
Before you start, you need to configure the Diagnostic Console so that it can communicate with
WebLogic Mobility Server.
To Configure the Console
Launch the Diagnostic Console and choose Settings → Settings. When the dialog displays, make
the changes to the appropriate fields.
.
BEA WebLogic Mobility Server User Guide - 127
Part VI Diagnostics

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WebLogic and is the answer not in the manual?

This manual is also suitable for:

Weblogic mobility server

Table of Contents