1.2.2 Essential Components of the Jolt Architecture
The fundamental object types that maintain the communications connection from the WebLogic Java HTTP servlet to the Jolt Server and from the Jolt Server to Tuxedo, are as follows:
-
SessionA session object represents a physical connection with the Tuxedo system.
-
SessionPoolA session pool contains one or more sessions. The sessions in the session pool are reused for efficiency. Your WebLogic servlet uses sessions to invoke services in Tuxedo through the methods of a session pool. Session pools are initialized by the WebLogic server at startup and configured by attributes in the
config.xmlfile.Note:
For Oracle WebLogic Server 6.0 or later, the xml-basedconfig.xmlconfiguration file has replaced theweblogic.propertiesfile. For more information about theconfig.xmlfile, refer to the Oracle WebLogic Server Administration Guide. -
SessionPoolManagerUse the session pool manager to get a reference to a session pool and to create, administer, and remove session pools. The session pool manager is created just before the WebLogic Server initializes the first session pool.
The following figure shows the architecture for Oracle Jolt for Oracle WebLogic Server.
Figure 1-1 Oracle Jolt for Oracle WebLogic Server Architecture

Parent topic: How Jolt for WebLogic Works