Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel2

 


...

Java Logging

The Java logging tool enables you to view Java logging messages for debugging purposes. By means of a filter mechanism you can adjust which messages you want to view. The tool can be used by system administrators for problem diagnosis and by software developers for detailed tracing. Java logging messages are produced by the standard java.util.logging class. For other logging options in XperienCentral, see Logs. For a complete documentation of Java logging see https://docs.oracle.com/javase/8/docs/api/java/util/logging/Logger.html (link to Oracle).

...

With this Java logging tool, you can choose the level at which the handlers should pass through logging messages. You can separately set the level for the ConsoleHandler and the FileHandler.

Back to top

 


...

Available Loggers

  1. Navigate to Configuration > System Utilities and then click [Available loggers].
  2. On the [Available loggers] tab,  select the loggers you want to connect.
  3. Click[Connect logger]. The tool will switch to the [Connected loggers] tab and list the connected loggers. The list may also show other loggers that were connected earlier.
  4. For each logger, select the desired lowest severity level and then click [Apply].

...


Note

Do not select too many loggers with low severity levels because this can reduce performance considerably.

...

  1. On the tab [Connected loggers], select the loggers you want to disconnect (delete).
  2. Click [Apply]. The checked loggers are removed from the list.

 



Back to top

 


...

Show Log Entries

  1. After setting the loggers and severity levels, select the [Show log entries] tab. This tab shows the messages that were logged. The list is not refreshed automatically.
  2. To refresh the list, click [Update].
  3. To delete the list, click [Clear].

...

Note

The buffer size is 1000 log messages. When the buffer is full, the oldest log messages are overwritten.



Back to top

 


...

Handlers

On the [Handlers] tab, there are three standard handlers for which you can set the logging level and view on the [Show log entries] tab.

  1. Select the tab [Handlers]. The tab shows the levels that currently have been set for the FileHandler, ConsoleHandler, and the nl.gx.product.wcbmanconsole.managementpanel.WcbErrorLogTabController$ErrorLogHandler handlers.
  2. Select the desired lowest levels from the drop-down lists.
  3. Click[Set logger levels]. From now on, the handlers will only pass through logging messages with severity levels up to the lowest set level.



Back to top

 


...

Managing Web Server Files (Filebrowser)

...

The directory structure follows that of the J2EE specification - see https://docs.oracle.com/cd/E13222_01/wls/docs90/webapp/configurewebapp.html.

 


Note

The directory or directories that users can browse are defined by the file_browser_directories setting in the "website settings" section of the General tab in the XperienCentral Setup Tool.

...


 To use the file browser, follow these steps:

...

For each file or directory you select, the following properties are shown for it: 


ItemDescription
File SizeThe size of the file in bytes.
Last modification dateThe date and time that the file was last modified or the directory was created.
Read-onlySpecifies whether the file/folder is read-only.
HiddenSpecifies whether the file or directory is hidden on the web server.
Number of filesSpecifies the number of files that are selected or, if a directory is selected, how many files are stored in that directory.
Number of foldersSpecifies the number of sub-directories contained within the currently selected directory.

 




Back to top