Configuring a table for session persistence

To configure a table for collecting session data, you must add the name of the table to the Web container configuration properties.

About this task

If you are using database for session persistence, you must create and define a database table to the application server to collect session data.

To configure a database table for collecting session data, use the administrative console to add the name of the table to the Web container's configuration properties:

Procedure

  1. Open the administrative console.
  2. Click Servers > Application Servers.
  3. Select a server from the list of application servers.
  4. Under Additional Properties, click Web Container.
  5. Under Additional Properties, click Custom Properties.
  6. Click SessionTableName to configure the table, or click New to create a new property.
  7. Specify 'SessionTableName' in the Name field if you are creating a new property. In the Value field, enter the name of the session table. The value must have the form, schema_name.table_name. For example, if the schema name is DB2ADMIN and the table name is SESSIONS, enter DB2ADMIN.SESSIONS for Value. Optionally, you can update the description of this table in the Description field. For example, you might enter "Table name for HTTP session data."
  8. Click Apply > Save.

Results

When the product is restarted, the session management facility creates the new SESSIONS table in the specified tablespace.



In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic Task topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 12:02:36 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-zos&topic=tprs_db2tzos_config
File name: tprs_db2tzos_config.html