Management Console

Nexaweb Server Management Console

Nexaweb Server provides a management console from which you can assess the health of the system. It displays the state of services, sessions and performance meters.

You can access the management console:

  • From any running Nexaweb application by entering the following in a browser's location bar: <application context>/Nexaweb/Services
  • Using the F3 function key.

To access the management console using the F3 function key, enable Nexaweb debugging keyboard function keys by adding the following line to the nexaweb-client.xml configuration file:

<debug-keys-enabled>true</debug-keys-enabled>

When you enable debug keys, your keyboard function keys operate as follows:

Function Key Description
F1 and F2

Prints the client DOM with or without auto-generated IDs.

You can check this for correctness or copy and paste it into another file to use as a start page and easily replicate the state you were in.

F3

Launches the Nexaweb Server Management Console in another browser window.

F4Launches the Nexaweb Server Management Console in another window focused on the current session rather than the welcome page.
F5Prints all user documents available from the client side DocumentRegistry to the console with a small header.