Disable or enabling the ActivitySession service

Use this task to disable or enable the ActivitySession service for an application server.

 

Overview

Use the ActivitySession Startup property to specify whether or not the ActivitySession service is started automatically for an application server.

To disable or enable the ActivitySession service for an application server, use the Administrative console to configure the ActivitySession Startup property:

 

Procedure

  1. Start the Administrative console.

  2. In the navigation pane, click Servers > Application Servers This displays a list of the application servers in the content pane.

  3. In the Content pane, click the name of the application server that you want to configure. This displays the properties for the application server in the content pane.

  4. Under Container Settings, click Business Process Services > ActivitySession Service This displays the ActivitySession service properties in the content pane.

  5. Select or clear the Startup property as needed:

    Selected

    The ActivitySession service is started when the application server is started. This enables applications that specify use of ActivitySessions in their deployment descriptors to run on such an application server.

    Cleared

    [Default] The ActivitySession service is not started when the application server is started. Applications that specify use of ActivitySessions in their deployment descriptors cannot start on such an application server.

    Any attempt to start an application that uses ActivitySessions is rejected and a message issued

    WACS0043E: Error found starting an application.  appname specified an ActivitySession attribute that is not allowed when the ActivitySession service is not enabled
    

    If this happens during server startup, the server continues to start without the application.

  6. Click OK.

  7. Save your changes to the master configuration.

  8. To have the changed configuration take effect, stop then restart the application server.


 

See Also


The ActivitySession service

 

Related Tasks


Configuring the default ActivitySession timeout

 

See Also


ActivitySession service settings