The log files are displayed in the Runtime Monitor.
-
All log files generated by the web application are displayed on the Log files tab.
You can filter these file and search by strings. The log files exist in physical form in the log directory defined by the configuration in the configuration file of the web application, usually ./Logs).
-
The Exceptions tab display log messages that contain exception errors. These messages are sorted by exception error and in descending order of frequency. The top exception error in the list is the error that occurs most frequently.
NOTE: The Web Installer writes important events to the log file of the application. You can view this log file in the Windows event display.
Related topics
To carry out maintenance work, switch the web application to maintenance mode. You use maintenance mode, for example, to enable an update at a particular time.
No new sessions are permitted in maintenance mode. Current sessions are not affected. While maintenance work is being performed, users who view the web application are displayed the contents of the Maintenance.html file, which is located in the installation directory of the web application. You can edit this file to display details of the maintenance work for the user.
To switch the web application to maintenance mode
-
Open the Runtime Monitor in the browser.
-
On the Status tab, click Start maintenance mode.
To end maintenance mode
-
Open the Runtime Monitor in the browser.
-
On the Status tab, click End maintenance mode.
Maintenance mode can also be activated by creating the file App_Data\Maintenance.mode in the installation directory of the web application, and deactivated by deleting this file.
Related topics
When you install a web application, performance counters are registered, which provide information about the state of the application.
Performance indicators can be installed later.
NOTE: Prerequisites for this are that the web application is installed on a Windows Server and has sufficient permissions to offer performance indicators. It may be necessary to add the application pool user account to the local group Performance monitoring user for this. Apart from this, the web application must be running in order to select the performance indicators.
To post-install performance indicators
-
Open the Web Designer Configuration Editor.
-
Click Web settings and Create Windows performance counters.
After this is successfully completed, an installation prompt is displayed.
-
Confirm the prompt with OK.
To view performance counters
-
Log in to the server on which the web application is installed.
-
Start performance monitoring of Windows.
-
In the dialog on the left-hand side, select Performance monitoring.
-
In the performance monitoring view, click .
-
In the Add Counters dialog, under Available Counters, select the One Identity Manager Web Portal and add to the entry.
This displays performance indicators for the web application. The following indicators are available.
Table 38: Performance indicators
AJAX calls |
Number of HTTP queries processed asynchronously. |
Objects |
Number of active database objects. |
Exceptions |
Number of exception errors that have occurred. |
Forms |
Number of active forms. |
HTML requests |
Number of HTML page requests. |
PID |
Number of process IDs. |
Contexts |
Number of active module objects. |
Sessions |
Number of active sessions. |
Sessions total |
Total number of sessions since the application started. |
-
Enter any new performance indicators you wish and select the web application under Instances of selected object:.
TIP: Only running web applications are displayed for selection. If you install a new web application, it may take a few minutes before the list of available web applications including the new one is available.
Manager functionality can be provided by web applications. Before installation ensure that the minimal hardware and software prerequisites are fulfilled on the server.
Detailed information about this topic