Administration Console Online Help

 Previous Next Contents Index  

Jolt

Jolt is a Java-based client API that manages requests to BEA Tuxedo services via a Jolt Service Listener (JSL) running on the Tuxedo server. The Jolt API is embedded within the WebLogic API, and is accessible from a servlet or any other BEA WebLogic application. The Jolt Java client class library can be used in HTTP servlets running in WebLogic Server and provides an interface between HTML browser clients and BEA Tuxedo services.

 


Tasks

Configure a Jolt Connection Pool

  1. Click the Jolt node in the left pane. The Jolt Connection Pools table displays in the right pane showing all the Jolt connection pools defined in the domain.

  2. Click the Configure a New Jolt Connection Pool text link. A dialog displays in the right pane showing the tabs associated with configuring a new connection pool.

  3. Enter values in the Name, Minimum Pool Size, Maximum Pool Size, and the Recv Timeout attribute fields. Click the Security Context Enabled checkbox to enable security context.

  4. Click Create to create a connection pool instance with the name you specified in the Name field. The new instance is added under the Jolt node in the left pane.

  5. Click the Addresses tab to provide Jolt Service Listener (JSL) addresses for a connection pool. See Configuring Connection Failure Handling.

  6. Click the User tab to create a user identity. See Configuring a User Security Identity.

  7. Restart the Administration Server so that your changes can take effect.

Clone a Jolt Connection Pool

  1. Click the Jolt node in the left pane. The Jolt Connection Pools table displays in the right pane showing all the Jolt connection pools defined in the domain.

  2. Click the Clone icon in the row of the connection pool you want to clone. A dialog displays in the right pane showing the tabs associated with cloning a new connection pool.

  3. Enter values in the Name, Minimum Pool Size, Maximum Pool Size, and the Recv Timeout attribute fields. Click the Security Context Enabled checkbox to enable security context.

  4. Click Create to create a connection pool instance with the name you specified in the Name field. The new instance is added under the Jolt node in the left pane.

  5. Click the Addresses and the User tabs individually and change the attribute fields or accept the default values as assigned.

  6. Click Apply to save any changes you made.

Delete a Jolt Connection Pool

  1. Click the Jolt node in the left pane. The Jolt Connection Pools table displays in the right pane showing all the Jolt connection pools defined in the domain.

  2. Click the Delete icon in the row of the connection pool you want to delete. A dialog displays in the right pane asking you to confirm your deletion request.

  3. Click Yes to delete the connection pool. The connection pool icon under the Jolt node is deleted.

Assign Jolt Connection Pools to a Server

  1. Click the instance node in the left pane under Jolt to select a connection pool for assignment. A dialog displays in the right pane showing the tabs associated with this instance.

  2. Click the Targets tab.

  3. Click the Servers tab.

  4. To assign a connection pool to the selected server, select a server in the list of Available servers and click the right arrow to move the server to the Chosen list. You can select multiple servers by Shift-clicking or Ctrl-clicking servers in the list.

  5. To remove a connection pool from a server, select a server in the list of Chosen servers and click the left arrow to move the server to the Available list. You can select multiple servers by Shift-clicking or Ctrl-clicking servers in the list.

  6. Click Apply to save your assignments.

Assign Jolt Connection Pools to a Cluster

  1. Click the instance node in the left pane under Jolt for the connection pool you want to assign. A dialog displays in the right pane showing the tabs associated with this instance.

  2. Click the Targets tab.

  3. Click the Clusters tab.

  4. To assign a connection pool to the selected cluster, select a cluster in the list of Available clusters and click the right arrow to move the cluster to the Chosen list. You can select multiple clusters by Shift-clicking or Ctrl-clicking clusters in the list.

  5. To remove a connection pool from a cluster, select a cluster in the list of Chosen clusters and click the left arrow to move the cluster to the Available list. You can select multiple clusters by Shift-clicking or Ctrl-clicking clusters in the list.

  6. Click Apply to save your assignments.

Configuring Connection Failure Handling

  1. Click the instance node in the left pane under Jolt for the connection pool you want to assign. A dialog displays in the right pane showing the tabs associated with this instance.

  2. Click the Configuration tab.

  3. Click the Addresses tab.

  4. Assign a list of primary JSL addresses.

  5. Assign a list of Failover JSL addresses.

  6. Click Apply to save your assignments.

Configuring a User Security Identity

  1. Click the instance node in the left pane under Jolt for the connection pool you want to assign. A dialog displays in the right pane showing the tabs associated with this instance.

  2. Click the Configuration tab.

  3. Click the User tab.

  4. In User Name, assign a user identity.

  5. In User Role, assign a user role.

  6. In User Password, click change to assign a user password.

  7. In Application Password, click change to assign a user password.

  8. Click Apply to save your assignments.

Monitor Active Instances of a Jolt Connection Pool

  1. Click the Jolt node in the left pane. The Jolt Connection Pools table displays in the right pane showing all the Jolt connection pools defined in the domain.

  2. Click the Name of the Jolt connection pool you want to monitor.

  3. Click the Monitoring tab.

  4. Click the Monitor all Active Pools text link.

 

Back to Top Previous Next