The <toplink-configuration> Element

The <toplink-configuration> element is the root XML element for a Sessions XML file. It encapsulates the rest of the session configuration information.

Example B-1 The <toplink-configuration> Element

<toplink-configuration>
    ...
    //Session configuration information
    ...
</toplink-configuration>


Related Topics

Navigating the Sessions XML File
The XML Header
The <session> Element
The <session-broker> Element
JTA Configuration

 

Copyright © 1997, 2004, Oracle. All rights reserved.