2.2.2 Jolt Shutdown Class

To configure WebLogic Server to disconnect the Jolt session pools from Tuxedo when it shuts down, add the following lines to the WebLogic Server config.xml file:

<ShutdownClass
   ClassName=”bea.jolt.pool.servlet.weblogic.PoolManagerShutDown”
/>

The shutdown class instructs WebLogic Server to invoke the PoolManagerShutDown class when the WebLogic Server shuts down.