Show TOC Anfang des Inhaltsbereichs

Vorgehensweisen Setting Event Timeout  Dokument im Navigationsbaum lokalisieren

Use

Use this procedure to specify the time that the Service Manager waits for the event to be processed before undertaking another action.

Diese Grafik wird im zugehörigen Text erklärt

If you want to stop a service, a beforeServiceStopped event is thrown first. Then it waits for all components to process the event. That is, the components are notified that the service will be stopped and they should undertake the appropriate actions, such as unregistration, and so on. After the specified timeout, the service is stopped.

The default value of the event timeout is 20 seconds. If after 20 seconds there are still components that have not processed the event, the system will not wait for them and the service will be stopped.

Empfehlung

We recommend modifying this value only if you have problems stopping the service. Otherwise, we recommend that you do not reconfigure the default timeout.

Procedure

...

       1.      Start the J2EE Engine Visual Administrator.

       2.      Choose Server/Dispatcher Kernel Service Manager Properties tab.

       3.      From the list of properties, select the EventTimeout.

       4.      In the Value field, set the required timeout in seconds.

       5.      Choose Diese Grafik wird im zugehörigen Text erklärt Save Properties to save the changes

 

 

Ende des Inhaltsbereichs